X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=anubis.spec;h=115e2c0512056f51b81e03e00d98991aedf18de4;hb=2458d51c8954ea586b27ddd701f4bf2f48b27e65;hp=ca368d5afc8edd565facb5a878af293958ef7a70;hpb=dca5ad0687e2321b4e0c12ac395f997261569a16;p=packages%2Fanubis.git diff --git a/anubis.spec b/anubis.spec index ca368d5..115e2c0 100644 --- a/anubis.spec +++ b/anubis.spec @@ -1,92 +1,176 @@ +# +# Conditional build: +%bcond_with gnutls # use GnuTLS library instead of OpenSSL +%bcond_without gpgme # disable using gpgme library for signing/encrypting with gnupg +%bcond_without pam # disable using of PAM authentication +%bcond_without pcre # disable using pcre library +%bcond_without tcp_wrappers # disable using tcp_wrappers for access control +%bcond_with mysql # enable MySQL support +%bcond_with postgres # enable PostgreSQL support +# +%include /usr/lib/rpm/macros.perl Summary: An outgoing mail processor, and the SMTP tunnel -Summary(pl): Preprocesor wychodz±cej poczty i tunel SMTP +Summary(pl.UTF-8): Procesor wychodzącej poczty i tunel SMTP Name: anubis -Version: 3.4.6 -Release: 2 +Version: 4.0 +Release: 3 License: GPL Group: Applications/Mail -Source0: http://cesnet.dl.sourceforge.net/sourceforge/anubis/%{name}-%{version}.tar.gz +Source0: ftp://ftp.gnu.org/gnu/anubis/%{name}-%{version}.tar.gz +# Source0-md5: cded94ad14e528e899f5e8f7fd1aa022 Source1: %{name}.init +Source2: %{name}.pamd Patch0: %{name}-info.patch -URL: http://anubis.sourceforge.net/ -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: gpgme-devel -BuildRequires: openssl-devel -BuildRequires: pcre-devel +Patch1: %{name}-nolibnsl.patch +URL: http://www.gnu.org/software/anubis/ +BuildRequires: autoconf >= 2.54 +BuildRequires: automake >= 1:1.7 +BuildRequires: bison +BuildRequires: gettext-devel >= 0.12.1 +%{?with_gnutls:BuildRequires: gnutls-devel >= 1.2.5} +%{?with_gpgme:BuildRequires: gpgme-devel >= 1:1.0.0} +BuildRequires: guile-devel >= 5:1.6 +%{?with_tcp_wrappers:BuildRequires: libwrap-devel} +%{?with_mysql:BuildRequires: mysql-devel} +%{!?with_gnutls:BuildRequires: openssl-devel >= 0.9.7d} +%{?with_postgres:BuildRequires: postgres-devel} +BuildRequires: rpm-perlprov +BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: texinfo -PreReq: /sbin/chkconfig +Requires(post,preun): /sbin/chkconfig +Requires: identserver +Requires: pam >= 0.77.3 +Requires: rc-scripts BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Anubis is an outgoing mail processor. It goes between the MUA (Mail User Agent) -and the MTA (Mail Transport Agent), and can perform on the fly various sorts of -processing and conversion on the outgoing mail in accord with the sender's -specified rules, based on a highly configurable regular expressions system. -It operates as a proxy server, independently from mail user agents. -Anubis can edit outgoing mail headers, encrypt and/or sign mail with the -GNU Privacy Guard, build secure SMTP tunnels (Simple Mail Transport Protocol) -using the TLS/SSL encryption even if your mail user agent doesn't support it, -or tunnel a connection through a SOCKS proxy or WinGate proxy server. Moreover, -Anubis supports the remailers (it allows sending mail in an anonymous way). - -%description -l pl -Anubis jest preprocesorem wychodz±cej poczty i tunelem miêdzy MUA and -the MTA. Anubis wspiera rozszerzone wyra¿enia regularne, szyfrowanie -TLS/SSL, GnuPG, SOCKS Proxy oraz WinGates, remailery i nie tylko. +GNU Anubis is an outgoing mail processor. It goes between the MUA +(Mail User Agent) and the MTA (Mail Transport Agent), and can perform +on the fly various sorts of processing and conversion on the outgoing +mail in accord with the sender's specified rules, based on a highly +configurable regular expressions system. It operates as a proxy +server, independently from mail user agents. GNU Anubis can edit +outgoing mail headers, encrypt and/or sign mail with the GNU Privacy +Guard, build secure SMTP tunnels (Simple Mail Transport Protocol) +using the TLS/SSL encryption even if your mail user agent doesn't +support it, or tunnel a connection through a SOCKS proxy. Moreover, +GNU Anubis supports the remailers (it allows sending mail in an +anonymous way). + +Remember, that to use per-user configuration files ident server has to +be running. Without it only system-wide configuration file is used. + +If you want to use GNU Anubis with mutt mail client, install msg2smtp +package. + +%description -l pl.UTF-8 +GNU Anubis zajmuje się przetwarzaniem poczty wychodzącej. Znajduje się +on pomiędzy MUA (Mail User Agent) i MTA (Mail Transport Agent) i może +wykonywać w locie różne rodzaje przetwarzania i konwersji poczty +wychodzącej zależnie od podanych reguł, bazujących na wysoce +konfigurowalnym systemie wyrażeń regularnych. GNU Anubis działa jako +serwer proxy, niezależnie od programów pocztowych. Potrafi on zmieniać +nagłówki listów, szyfrować lub podpisywać jest przy pomocy GNU Privacy +Guard, tworzyć bezpieczne tunele SMTP używając szyfrowania TLS/SSL +nawet, gdy Twój program pocztowy nie ma takich możliwości. Możliwe +jest też tunelowanie połączeń przez SOCKS proxy. Co więcej, GNU Anubis +wspiera także remailery (czyli pozawala na anonimowe wysyłanie +poczty). + +Pamiętaj, że aby używać plików konfiguracyjnych użytkowników, serwer +ident musi być aktywny. Inaczej, użyty będzie tylko główny plik +konfiguracyjny. + +Jeśli chcesz używać GNU Anubis z klientem poczty mutt, zainstaluj +pakiet msg2smtp. + +%package -n msg2smtp +Summary: msg2smtp takes mail at input and relays it to an SMTP server +Summary(pl.UTF-8): msg2smtp wysyła pocztę przyjmowaną na wejściu do serwera SMTP +Group: Applications/Mail + +%description -n msg2smtp +The msg2smtp script is a bridge between MUA programs which use +"sendmail" command to send mail (such as Mutt) and smtp servers. It is +particularly useful when used in connection with GNU Anubis mail +processor. + +%description -n msg2smtp -l pl.UTF-8 +Skrypt msg2smtp jest pomostem między programami pocztowymi używającymi +polecenia "sendmail" do wysyłania listów (np. Mutt), a serwerem smtp. +Jest on szczególnie przydatny w połączeniu z procesorem poczty GNU +Anubis. %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build -rm -f missing -%{__aclocal} +%{__gettextize} +%{__aclocal} -I m4 %{__autoconf} %{__automake} %configure \ - --with-pcre \ +%{!?with_gnutls: --without-gnutls} \ +%{!?with_gnutls: --with-openssl} \ +%{?with_pam: --with-pam} \ +%{?with_pcre: --with-pcre} \ +%{!?with_gpgme: --without-gpgme} \ +%{?with_mysql: --with-mysql} \ +%{?with_postgres: --with-postgres} \ +%{?with_tcp_wrappers: --with-tcp-wrappers} \ --disable-dependency-tracking + %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir}} +install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/pam.d,%{_sysconfdir},%{_bindir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install ./contrib/msg2smtp.pl $RPM_BUILD_ROOT%{_bindir} install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/anubis -install ./examples/defaultrc $RPM_BUILD_ROOT%{_sysconfdir}/anubisrc +install ./examples/2anubisrc $RPM_BUILD_ROOT%{_sysconfdir}/anubisrc +%{?with_pam:install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/anubis} +cp -f ./examples/1anubisrc examples/anubisrc + +%find_lang %{name} +rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir %clean -rm -fr $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %post /sbin/chkconfig --add anubis -if [ -f %{_localstatedir}/lock/subsys/anubis ]; then - /etc/rc.d/init.d/anubis restart >&2 -else - echo "Run \"/etc/rc.d/init.d/anubis start\" to start anubis." >&2 -fi +%service anubis restart [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %preun if [ "$1" = "0" ]; then - if [ -f %{_localstatedir}/lock/subsys/anubis ]; then - /etc/rc.d/init.d/anubis stop - fi + %service anubis stop /sbin/chkconfig --del anubis fi %postun [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 -%files +%files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS README INSTALL NEWS ChangeLog TODO examples +%doc AUTHORS README INSTALL NEWS ChangeLog TODO examples/anubisrc +%{?with_pam:%doc examples/pam} %attr(754,root,root) /etc/rc.d/init.d/anubis -%attr(600,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/anubisrc +%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/anubisrc +%{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/anubis} %attr(755,root,root) %{_sbindir}/anubis +%{_datadir}/anubis %{_mandir}/man1/* -%{_infodir}/*info* +%{_infodir}/*.info* + +%files -n msg2smtp +%defattr(644,root,root,755) +%doc contrib/msg2smtp.txt +%attr(755,root,root) %{_bindir}/msg2smtp.pl