]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim.spec
- pamd file for amd64 fix by Marcin Sztolcman
[packages/exim.git] / exim.spec
index d2c2c628f84ec526ce0a5fa63a1705de8321d3a8..429c327fce866ab3c5a9ae7239669d4fb32f57e9 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -1,26 +1,28 @@
 # Conditional build:
-%bcond_without pgsql   # without PostgreSQL support
-%bcond_without mysql   # without MySQL support
-%bcond_without whoson  # without whoson support
+%bcond_without pgsql   # without PostgreSQL support
+%bcond_without mysql   # without MySQL support
+%bcond_without whoson  # without whoson support
 %bcond_without ldap    # without LDAP support
 %bcond_without exiscan # without exiscan support
-%bcond_with    saexim # with sa-exim support
+%bcond_without spf     # without spf support
+%bcond_without srs     # without srs support
+%bcond_with    saexim  # with sa-exim support
 #
-%define                exiscan_version 4.30-14
+%define                exiscan_version 4.42-27
 %define                saexim_version 3.1
 Summary:       University of Cambridge Mail Transfer Agent
 Summary(pl):   Agent Transferu Poczty Uniwersytetu w Cambridge
 Summary(pt_BR):        Servidor de correio eletrĂ´nico exim
 Name:          exim
-Version:       4.30
-Release:       3
+Version:       4.42
+Release:       1
 Epoch:         2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/%{name}-%{version}.tar.bz2
-# Source0-md5: be53ba6801a019452f06b68c112a2ec1
-Source1:       ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/%{name}-texinfo-%{version}.tar.bz2
-# Source1-md5: dceb3ce755543ababd7362437a3c1141
+# Source0-md5: eb6a06e70a78a03200b4e4aefbb7b0aa
+Source1:       ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/%{name}-texinfo-4.40.tar.bz2
+# Source1-md5: cc91bd804ee0f7fd70991e2e6b529033
 Source2:       %{name}.init
 Source3:       %{name}.cron.db
 Source4:       %{name}4.conf
@@ -30,15 +32,15 @@ Source6:    %{name}on.desktop
 Source7:       %{name}4-man-021016.tar.bz2
 # Source7-md5: b552704ebf853a401946038a2b7e8e98
 Source8:       http://duncanthrax.net/exiscan-acl/exiscan-acl-%{exiscan_version}.patch.bz2
-# Source8-md5: 017bc42058d00ebce78472dcd5eecb28
+# Source8-md5: bc81a47009d24433a282e5c3a668fcb3
 Source9:       %{name}.aliases
 Source10:      newaliases
 Source11:      %{name}.logrotate
 Source12:      %{name}.sysconfig
 Source13:      ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/FAQ.txt.bz2
-# Source13-md5:        60be625d8a2c91219554ec31b15a8d18
+# Source13-md5:        7c695675e5e60693916b787001252d56
 Source14:      ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/config.samples.tar.bz2
-# Source14-md5:        73b68438e0032ca63185c9aa38f44bd8
+# Source14-md5:        42c7d5c02d06fdd3d8b6ba124ad9fd05
 Source15:      %{name}4-smtp.pamd
 Source16:      %{name}on.png
 Source17:      http://marc.merlins.org/linux/exim/files/sa-exim-%{saexim_version}.tar.gz
@@ -51,15 +53,17 @@ Patch4:             %{name}4-Makefile-Default.patch
 Patch5:                %{name}4-exiscan-pld.patch
 URL:           http://www.exim.org/
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.0.0}
+%{?with_spf:BuildRequires:     libspf2-devel}
+%{?with_srs:BuildRequires:     libsrs_alt-devel}
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_pgsql:BuildRequires:   postgresql-devel}
 %{?with_whoson:BuildRequires:  whoson-devel}
 BuildRequires: XFree86-devel
 BuildRequires: db-devel
-BuildRequires: openssl-devel >= 0.9.7c
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
 BuildRequires: pcre-devel
-BuildRequires: perl-devel >= 5.6.0
+BuildRequires: perl-devel >= 1:5.6.0
 BuildRequires: texinfo
 PreReq:                rc-scripts
 Requires(pre): /bin/id
@@ -69,11 +73,13 @@ Requires(pre):      /usr/sbin/useradd
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
 Requires(post):        fileutils
+Requires(post):        /bin/hostname
 Requires(post,preun):  /sbin/chkconfig
 Requires:      pam >= 0.77.3
 Provides:      smtpdaemon
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     courier
 Obsoletes:     masqmail
+Obsoletes:     nullmailer
 Obsoletes:     omta
 Obsoletes:     postfix
 Obsoletes:     qmail
@@ -83,7 +89,9 @@ Obsoletes:    sendmail-cf
 Obsoletes:     sendmail-doc
 Obsoletes:     smail
 Obsoletes:     smtpdaemon
+Obsoletes:     ssmtp
 Obsoletes:     zmailer
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Smail like Mail Transfer Agent with single configuration file.
@@ -139,6 +147,7 @@ desta interface.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p0
+
 %{?with_exiscan:test -f %{SOURCE8} || exit 1; bzip2 -d -c %{SOURCE8} | patch -p1 || exit 1}
 %{?with_saexim:test -f %{SOURCE17} || exit 1; gzip -d -c %{SOURCE17} | tar -x || exit 1}
 
@@ -153,16 +162,16 @@ cp -f exim_monitor/EDITME Local/eximon.conf
 
 %if %{with saexim}
     cd sa-exim-%{saexim_version}
-    %{__make} sa-exim.h
-    echo '#define SPAMASSASSIN_CONF "%{_sysconfdir}/mail/sa-exim.conf"' >> sa-exim.h
+    %{__make} -j1 sa-exim.h
+    echo '#define SPAMASSASSIN_CONF "%{_sysconfdir}/mail/spamassassin/local.cf"' >> sa-exim.h
     cat sa-exim.c > ../src/local_scan.c
     cat sa-exim.h > ../src/sa-exim.h
     cd ..
 %endif
 
-%{__make} \
+%{__make} -j1 \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}" \
+       CFLAGS="%{rpmcflags} %{?with_spf:-DSPF} %{?with_srs:-DSRS}" \
        LOOKUP_CDB=yes \
 XLFLAGS=-L%{_prefix}/X11R6/%{_lib} \
 X11_LD_LIB=%{_prefix}/X11R6/%{_lib} \
@@ -170,7 +179,7 @@ X11_LD_LIB=%{_prefix}/X11R6/%{_lib} \
        %{?with_pgsql:LOOKUP_PGSQL=yes} \
        %{?with_whoson:LOOKUP_WHOSON=yes} \
        %{?with_ldap:LOOKUP_LDAP=yes LDAP_LIB_TYPE=OPENLDAP2} \
-       LOOKUP_LIBS="%{?with_ldap:-lldap -llber} %{?with_mysql:-lmysqlclient} %{?with_pgsql:-lpq} %{?with_whoson:-lwhoson}" \
+       LOOKUP_LIBS="%{?with_ldap:-lldap -llber} %{?with_mysql:-lmysqlclient} %{?with_pgsql:-lpq} %{?with_whoson:-lwhoson} %{?with_spf:-lspf2} %{?with_srs:-lsrs_alt}" \
        LOOKUP_INCLUDE="%{?with_mysql:-I%{_includedir}/mysql} %{?with_pgsql:-I%{_includedir}/pgsql}"
 
 makeinfo --force exim-texinfo-*/doc/*.texinfo
@@ -306,7 +315,7 @@ fi
 %attr( 750,exim,root) %dir %{_var}/log/exim
 %attr( 750,exim,root) %dir %{_var}/log/archiv/exim
 %attr( 640,exim,root) %ghost %{_var}/log/exim/*
-%attr( 640,root,root) /etc/pam.d/smtp
+%attr( 640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/pam.d/smtp
 %{_infodir}/*
 %{_mandir}/man8/*
 
This page took 0.032918 seconds and 4 git commands to generate.