Группа :: Сети/Почта
Пакет: fetchmail
Главная Изменения Спек Патчи Загрузить Bugs and FR
Name: fetchmail
Version: 6.2.5.2
Release: alt1.M24
Summary: Full-featured POP/IMAP/ETRN mail retrieval daemon
License: GPL
Group: Networking/Mail
Url: http://www.catb.org/~esr/fetchmail
Packager: Eugene Ostapets <eostapets at altlinux.ru>
Source: %url/%name-%version.tar.gz
Source1: %name.init
#Source2: %name.sysconfig
Source3: fetchmailrc.example
Source10: fetchmailconf-large.png
Source11: fetchmailconf-mini.png
Source12: fetchmailconf.png
Patch1: %name-5.6.2-contrib.patch
Patch2: %name-5.9.11-fetchmailconf.patch
Patch3: %name-6.2.5-nopermcheck.patch
Patch4: %name-6.2.3-krb5-config.patch
Patch6: %name-5.9.11-verbose.patch
Requires: /usr/sbin/sendmail
Requires: setup >= 2.1.9-ipl15mdk
# Automatically added by buildreq on Fri Jul 18 2003
BuildRequires: XFree86-devel flex libkrb5-devel >= 1.3.1-alt3 libssl-devel
%package -n %{name}conf
Summary: A utility for graphically configuring your %name preferences.
Group: System/Configuration/Networking
Requires: %name = %version-%release, tkinter
%package daemon
Summary: SySV init script for demonize %name for sucking emails
Group: System/Servers
PreReq: %name = %version-%release
PreReq: shadow-utils
Requires(post): %post_service
Requires(preun): %preun_service
%package contrib
Summary: Various contributed software designed to work with %name
Group: System/Base
Requires: %name = %version-%release
%description
Fetchmail is a free, full-featured, robust, and well-documented remote mail
retrieval and forwarding utility intended to be used over on-demand TCP/IP
links (such as SLIP or PPP connections).
It retrieves mail from remote mail servers and forwards it to your local
(client) machine's delivery system, so it can then be read by normal
mail user agents such as Mutt, Elm, Pine, (X)Emacs/Gnus or Mailx.
Fetchmail supports every remote-mail protocol currently in use on the
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN) for
retrieval. Then Fetchmail forwards the mail through SMTP or a mail
delivery agent (MDA) program of your choice, so you can
read it through your normal mail client.
You may also want to install and configure a local SMTP server, such
as postfix-smtpd, as that's what fetchmail uses for delivery
by default.
%description -n %{name}conf
Fetchmailconf is a TCL/TK application for graphically configuring your
~/.%{name}rc preferences file.
Fetchmail has many options which can be daunting to the new user.
This utility takes some of the guesswork and hassle out of setting up %name.
%description daemon
SySV init script for demonize %name for sucking emails.
%description contrib
Various contributed software designed to work with %name.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .orig-nopermcheck
%patch4 -p1
%patch6 -p1
cp %SOURCE3 fetchmailrc.example
%build
# Fix gettextization.
if [ ! -s po/LINGUAS ]; then
%__sed -ne 's/^ALL_LINGUAS="\([^"]*\)"$/\1/p' configure.in >>po/LINGUAS
%__subst 's/^\(ALL_LINGUAS=\)/#\1/g' configure.in
fi
# Needed for patch 4
%__aclocal
%__autoconf
export ac_cv_path_procmail=/usr/bin/procmail
export ac_cv_path_sendmail=/usr/sbin/sendmail
export ac_cv_lib_intl_gettext=no
%configure \
--enable-fallback=sendmail \
--enable-nls \
--enable-RPA \
--enable-NTLM \
--enable-SDPS \
--with-ssl \
--with-kerberos5 \
--without-kerberos
#--with-kerberos5=%_prefix \
# SMP-incompatible
%make
%install
%makeinstall mandir=$RPM_BUILD_ROOT%_man1dir
%__mkdir_p $RPM_BUILD_ROOT%_libdir/rhs/control-panel
%__mkdir_p $RPM_BUILD_ROOT%_sysconfdir/X11/wmconfig
%__install -p -m644 rh-config/*.{xpm,init} $RPM_BUILD_ROOT%_libdir/rhs/control-panel
%__rm -rf contrib/RCS
%__chmod 644 contrib/*
%__cp rh-config/fetchmailconf.wmconfig \
$RPM_BUILD_ROOT%_sysconfdir/X11/wmconfig/fetchmailconf
%__install -pD -m755 %SOURCE1 $RPM_BUILD_ROOT%_initdir/%name
#%__install -pD -m644 %SOURCE2 $RPM_BUILD_ROOT%_sysconfdir/sysconfig/%name
touch $RPM_BUILD_ROOT%_sysconfdir/%{name}rc
%__install -d -m700 $RPM_BUILD_ROOT%_localstatedir/%name
# Menu entry
%__mkdir_p $RPM_BUILD_ROOT/{%_liconsdir,%_miconsdir,%_menudir}
cat << EOF >$RPM_BUILD_ROOT%_menudir/%{name}conf
?package(%{name}conf): command="%{name}conf" icon="%{name}conf.png" \
needs="x11" title="Fetchmail Configuration" \
longtitle="Configuration tool for Fetchmail" section="Networking/Mail"
EOF
%__install -m644 %SOURCE10 $RPM_BUILD_ROOT%_liconsdir/%{name}conf.png
%__install -m644 %SOURCE11 $RPM_BUILD_ROOT%_miconsdir/%{name}conf.png
%__install -m644 %SOURCE12 $RPM_BUILD_ROOT%_iconsdir/%{name}conf.png
%find_lang %name
cat >README.%name-conf <<EOF
Fetchmailconf is a TCL/TK application for graphically configuring your
~/.fetchmailrc preferences file.
Fetchmail has many options which can be daunting to the new user.
This utility takes some of the guesswork and hassle out of setting up
fetchmail.
EOF
%post -n %{name}conf
%update_menus
%postun -n %{name}conf
%clean_menus
%pre -n %name-daemon
/usr/sbin/groupadd -rf %name
/usr/sbin/useradd -r -n -M -g %name -d %_localstatedir/%name -s /dev/null %name &>/dev/null ||:
#install -d -m700 -o %name -g %name %_localstatedir/%name
%post -n %name-daemon
%post_service %name
%preun -n %name-daemon
%preun_service %name
%files -f %name.lang
%_bindir/%name
%_man1dir/%name.*
%doc FAQ FEATURES NEWS NOTES README TODO *.html
%doc fetchmailrc.example
%files -n %{name}conf
%_bindir/%{name}conf
%_menudir/*
%_iconsdir/*.png
%_liconsdir/*.png
%_miconsdir/*.png
%_libdir/rhs/control-panel/*
%_man1dir/%{name}conf.*
%doc README.%name-conf
%files daemon
%attr(640,root,%name) %config(noreplace,missingok) %_sysconfdir/%{name}rc
#%config(noreplace) %_sysconfdir/sysconfig/%name
%config(noreplace) %_initdir/%name
%attr(700,%name,%name) %_localstatedir/%name
%files contrib
%doc contrib/*
%changelog
…
Полный changelog можно просмотреть здесь
Version: 6.2.5.2
Release: alt1.M24
Summary: Full-featured POP/IMAP/ETRN mail retrieval daemon
License: GPL
Group: Networking/Mail
Url: http://www.catb.org/~esr/fetchmail
Packager: Eugene Ostapets <eostapets at altlinux.ru>
Source: %url/%name-%version.tar.gz
Source1: %name.init
#Source2: %name.sysconfig
Source3: fetchmailrc.example
Source10: fetchmailconf-large.png
Source11: fetchmailconf-mini.png
Source12: fetchmailconf.png
Patch1: %name-5.6.2-contrib.patch
Patch2: %name-5.9.11-fetchmailconf.patch
Patch3: %name-6.2.5-nopermcheck.patch
Patch4: %name-6.2.3-krb5-config.patch
Patch6: %name-5.9.11-verbose.patch
Requires: /usr/sbin/sendmail
Requires: setup >= 2.1.9-ipl15mdk
# Automatically added by buildreq on Fri Jul 18 2003
BuildRequires: XFree86-devel flex libkrb5-devel >= 1.3.1-alt3 libssl-devel
%package -n %{name}conf
Summary: A utility for graphically configuring your %name preferences.
Group: System/Configuration/Networking
Requires: %name = %version-%release, tkinter
%package daemon
Summary: SySV init script for demonize %name for sucking emails
Group: System/Servers
PreReq: %name = %version-%release
PreReq: shadow-utils
Requires(post): %post_service
Requires(preun): %preun_service
%package contrib
Summary: Various contributed software designed to work with %name
Group: System/Base
Requires: %name = %version-%release
%description
Fetchmail is a free, full-featured, robust, and well-documented remote mail
retrieval and forwarding utility intended to be used over on-demand TCP/IP
links (such as SLIP or PPP connections).
It retrieves mail from remote mail servers and forwards it to your local
(client) machine's delivery system, so it can then be read by normal
mail user agents such as Mutt, Elm, Pine, (X)Emacs/Gnus or Mailx.
Fetchmail supports every remote-mail protocol currently in use on the
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN) for
retrieval. Then Fetchmail forwards the mail through SMTP or a mail
delivery agent (MDA) program of your choice, so you can
read it through your normal mail client.
You may also want to install and configure a local SMTP server, such
as postfix-smtpd, as that's what fetchmail uses for delivery
by default.
%description -n %{name}conf
Fetchmailconf is a TCL/TK application for graphically configuring your
~/.%{name}rc preferences file.
Fetchmail has many options which can be daunting to the new user.
This utility takes some of the guesswork and hassle out of setting up %name.
%description daemon
SySV init script for demonize %name for sucking emails.
%description contrib
Various contributed software designed to work with %name.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .orig-nopermcheck
%patch4 -p1
%patch6 -p1
cp %SOURCE3 fetchmailrc.example
%build
# Fix gettextization.
if [ ! -s po/LINGUAS ]; then
%__sed -ne 's/^ALL_LINGUAS="\([^"]*\)"$/\1/p' configure.in >>po/LINGUAS
%__subst 's/^\(ALL_LINGUAS=\)/#\1/g' configure.in
fi
# Needed for patch 4
%__aclocal
%__autoconf
export ac_cv_path_procmail=/usr/bin/procmail
export ac_cv_path_sendmail=/usr/sbin/sendmail
export ac_cv_lib_intl_gettext=no
%configure \
--enable-fallback=sendmail \
--enable-nls \
--enable-RPA \
--enable-NTLM \
--enable-SDPS \
--with-ssl \
--with-kerberos5 \
--without-kerberos
#--with-kerberos5=%_prefix \
# SMP-incompatible
%make
%install
%makeinstall mandir=$RPM_BUILD_ROOT%_man1dir
%__mkdir_p $RPM_BUILD_ROOT%_libdir/rhs/control-panel
%__mkdir_p $RPM_BUILD_ROOT%_sysconfdir/X11/wmconfig
%__install -p -m644 rh-config/*.{xpm,init} $RPM_BUILD_ROOT%_libdir/rhs/control-panel
%__rm -rf contrib/RCS
%__chmod 644 contrib/*
%__cp rh-config/fetchmailconf.wmconfig \
$RPM_BUILD_ROOT%_sysconfdir/X11/wmconfig/fetchmailconf
%__install -pD -m755 %SOURCE1 $RPM_BUILD_ROOT%_initdir/%name
#%__install -pD -m644 %SOURCE2 $RPM_BUILD_ROOT%_sysconfdir/sysconfig/%name
touch $RPM_BUILD_ROOT%_sysconfdir/%{name}rc
%__install -d -m700 $RPM_BUILD_ROOT%_localstatedir/%name
# Menu entry
%__mkdir_p $RPM_BUILD_ROOT/{%_liconsdir,%_miconsdir,%_menudir}
cat << EOF >$RPM_BUILD_ROOT%_menudir/%{name}conf
?package(%{name}conf): command="%{name}conf" icon="%{name}conf.png" \
needs="x11" title="Fetchmail Configuration" \
longtitle="Configuration tool for Fetchmail" section="Networking/Mail"
EOF
%__install -m644 %SOURCE10 $RPM_BUILD_ROOT%_liconsdir/%{name}conf.png
%__install -m644 %SOURCE11 $RPM_BUILD_ROOT%_miconsdir/%{name}conf.png
%__install -m644 %SOURCE12 $RPM_BUILD_ROOT%_iconsdir/%{name}conf.png
%find_lang %name
cat >README.%name-conf <<EOF
Fetchmailconf is a TCL/TK application for graphically configuring your
~/.fetchmailrc preferences file.
Fetchmail has many options which can be daunting to the new user.
This utility takes some of the guesswork and hassle out of setting up
fetchmail.
EOF
%post -n %{name}conf
%update_menus
%postun -n %{name}conf
%clean_menus
%pre -n %name-daemon
/usr/sbin/groupadd -rf %name
/usr/sbin/useradd -r -n -M -g %name -d %_localstatedir/%name -s /dev/null %name &>/dev/null ||:
#install -d -m700 -o %name -g %name %_localstatedir/%name
%post -n %name-daemon
%post_service %name
%preun -n %name-daemon
%preun_service %name
%files -f %name.lang
%_bindir/%name
%_man1dir/%name.*
%doc FAQ FEATURES NEWS NOTES README TODO *.html
%doc fetchmailrc.example
%files -n %{name}conf
%_bindir/%{name}conf
%_menudir/*
%_iconsdir/*.png
%_liconsdir/*.png
%_miconsdir/*.png
%_libdir/rhs/control-panel/*
%_man1dir/%{name}conf.*
%doc README.%name-conf
%files daemon
%attr(640,root,%name) %config(noreplace,missingok) %_sysconfdir/%{name}rc
#%config(noreplace) %_sysconfdir/sysconfig/%name
%config(noreplace) %_initdir/%name
%attr(700,%name,%name) %_localstatedir/%name
%files contrib
%doc contrib/*
%changelog
…
Полный changelog можно просмотреть здесь