]> git.pld-linux.org Git - packages/postfix.git/blobdiff - postfix.spec
- removed postfix 1.x changelog
[packages/postfix.git] / postfix.spec
index a20b0d0a376d214d98b015cf1fa19207496e53b0..e7fce8f445ed56fc092e180de244d5114d892022 100644 (file)
@@ -1,6 +1,6 @@
 #
 # TODO:
-#      - update pl.patch
+#      - fix ipv6 patch against IPv4 RBLs
 #      - 0.0.0.0/0 is still being added to mynetworks if any ipv6/ip
 #        tunnels are present
 #
@@ -12,8 +12,9 @@
 # _without_sasl                - without SMTP AUTH support
 # _without_ssl         - without SSL/TLS support
 # _with_polish         - with double English+Polish messages
+# _with_cdb            - tinycdb mapfile support
 #
-%define        tls_ver 0.8.13-2.0.3-0.9.7
+%define        tls_ver 0.8.16-2.0.15-0.9.7b
 Summary:       Postfix Mail Transport Agent
 Summary(cs):   Postfix - program pro pøepravu po¹ty (MTA)
 Summary(es):   Postfix - Un MTA (Mail Transport Agent) de alto desempeño
@@ -22,18 +23,22 @@ Summary(pl):        Serwer SMTP Postfix
 Summary(pt_BR):        Postfix - Um MTA (Mail Transport Agent) de alto desempenho
 Summary(sk):   Agent prenosu po¹ty Postfix
 Name:          postfix
-Version:       2.0.5
-Release:       1
+Version:       2.0.15
+Release:       2
 Epoch:         2
 Group:         Networking/Daemons
 License:       distributable
 Source0:       ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
+# Source0-md5: 723c2b7f67016e0c19b0e1aa08dad246
 Source1:       %{name}.aliases
 Source2:       %{name}.cron
 Source3:       %{name}.init
 Source5:       %{name}.sysconfig
 Source6:       ftp://ftp.aet.tu-cottbus.de/pub/pfixtls/pfixtls-%{tls_ver}.tar.gz
+# Source6-md5: 6823c6645d64c80b63597db8b4a29d16
 Source7:       %{name}.sasl
+Source8:       ftp://ftp.corpit.ru/pub/postfix/%{name}-dict_cdb-1.1.11-20021104.tar.gz
+# Source8-md5: 5731b5081725f4688dc6fae119d617e4
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-conf_msg.patch
 Patch2:                %{name}-dynamicmaps.patch
@@ -41,17 +46,20 @@ Patch3:             %{name}-pgsql.patch
 Patch4:                %{name}-master.cf_cyrus.patch
 Patch5:                %{name}-ipv6.patch
 Patch6:                %{name}-pl.patch
+Patch7:                %{name}-cdb_man.patch
+Patch8:         %{name}-ns-mx-acl.patch
 URL:           http://www.postfix.org/
 BuildRequires: awk
 %{!?_without_sasl:BuildRequires:       cyrus-sasl-devel}
 BuildRequires: db-devel
 BuildRequires: grep
-%{!?_without_ipv6:BuildRequires:       libinet6 >= 0.20010420-3}
+%{!?_without_ipv6:BuildRequires:       libinet6 >= 0.20030228-1}
 %{!?_without_mysql:BuildRequires:      mysql-devel}
 %{!?_without_ldap:BuildRequires:       openldap-devel >= 2.0.0}
-%{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.7a}
+%{!?_without_ssl:BuildRequires:                openssl-devel >= 0.9.7b}
 BuildRequires: pcre-devel
 %{!?_without_pgsql:BuildRequires:      postgresql-devel}
+%{?_with_cdb:BuildRequires:            tinycdb-devel}
 PreReq:                rc-scripts
 PreReq:                sed
 Requires(pre): /usr/sbin/useradd
@@ -77,12 +85,13 @@ Obsoletes:  smail
 Obsoletes:     zmailer
 Requires:      diffutils
 Requires:      findutils
+%{?_with_cdb:Requires:tinycdb}
 
 %description
 Postfix is attempt to provide an alternative to the widely-used
 Sendmail program. Postfix attempts to be fast, easy to administer, and
 hopefully secure, while at the same time being sendmail compatible
-enough to not upset your users. This version has IPv6 support.
+enough to not upset your users. %{!?_without_ipv6:This version has IPv6 support.}
 
 %description -l pt_BR
 O Postfix é uma alternativa para o mundialmente utilizado sendmail. Se
@@ -116,8 +125,7 @@ configurazione di questo programma.
 Postfix jest prób± dostarczenia alternatywnego MTA w stosunku do
 szeroko u¿ywanego sendmaila. Postfix w zamierzeniu ma byæ szybki,
 ³atwy w administrowaniu, bezpieczny oraz ma byæ na tyle kompatybilny z
-sendmailem by nie denerwowaæ Twoich u¿ytkowników. Ta wersja wspiera
-IPv6.
+sendmailem by nie denerwowaæ Twoich u¿ytkowników. %{!?_without_ipv6:Ta wersja wspiera IPv6.}
 
 %description -l pt_BR
 O Postfix é uma alternativa para o mundialmente utilizado sendmail. Se
@@ -140,7 +148,7 @@ pop
 Summary:       Postfix loadable modules development package
 Summary(pl):   Pakiet dla programistów ³adowanych modu³ów do postfiksa
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 
 %description devel
 Header files to build additional map types for Postfix.
@@ -152,7 +160,7 @@ Pliki nag
 Summary:       LDAP map support for Postfix
 Summary(pl):   Obs³uga map LDAP dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 Requires:      openldap >= 2.0.0
 
 %description dict-ldap
@@ -165,7 +173,7 @@ Ten pakiet dodaje obs
 Summary:       MySQL map support for Postfix
 Summary(pl):   Obs³uga map MySQL dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 
 %description dict-mysql
 This package provides support for MySQL maps in Postfix.
@@ -177,7 +185,7 @@ Ten pakiet dodaje obs
 Summary:       PCRE map support for Postfix
 Summary(pl):   Obs³uga map PCRE dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 
 %description dict-pcre
 This package provides support for PCRE maps in Postfix.
@@ -189,7 +197,7 @@ Ten pakiet dodaje obs
 Summary:       PostgreSQL map support for Postfix
 Summary(pl):   Obs³uga map PostgreSQL dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 
 %description dict-pgsql
 This package provides support for PostgreSQL maps in Postfix.
@@ -198,7 +206,7 @@ This package provides support for PostgreSQL maps in Postfix.
 Ten pakiet dodaje obs³ugê map PostgreSQL do Postfiksa.
 
 %prep
-%setup -q -a6
+%setup -q -a6 %{?_with_cdb:-a8}
 echo Postfix TLS patch:
 patch -p1 -s <pfixtls-%{tls_ver}/pfixtls.diff
 %patch0 -p1
@@ -208,6 +216,9 @@ patch -p1 -s <pfixtls-%{tls_ver}/pfixtls.diff
 %patch4 -p1
 %{!?_without_ipv6:%patch5 -p1}
 %{?_with_polish:%patch6 -p1}
+%{?_with_cdb:%patch7 -p1}
+%patch8 -p1
+%{?_with_cdb:sh dict_cdb.sh}
 
 %build
 %{__make} -f Makefile.init makefiles
@@ -216,8 +227,8 @@ patch -p1 -s <pfixtls-%{tls_ver}/pfixtls.diff
        %{?_without_ldap:LDAPSO=""} \
        %{?_without_mysql:MYSQLSO=""} \
        %{?_without_pgsql:PGSQLSO=""} \
-       CCARGS="%{!?_without_ldap:-DHAS_LDAP} -DHAS_PCRE %{!?_without_sasl:-DUSE_SASL_AUTH -I/usr/include/sasl} %{!?_without_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{!?_without_pgsql:-DHAS_PGSQL -I/usr/include/postgresql} %{!?_without_ssl:-DHAS_SSL -I/usr/include/openssl} -DMAX_DYNAMIC_MAPS" \
-       AUXLIBS="-ldb -lresolv %{!?_without_sasl:-lsasl} %{!?_without_ssl:-lssl -lcrypto}"
+       CCARGS="%{!?_without_ldap:-DHAS_LDAP} -DHAS_PCRE %{!?_without_sasl:-DUSE_SASL_AUTH -I/usr/include/sasl} %{!?_without_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{!?_without_pgsql:-DHAS_PGSQL -I/usr/include/postgresql} %{!?_without_ssl:-DHAS_SSL -I/usr/include/openssl} -DMAX_DYNAMIC_MAPS %{?_with_cdb:-DHAS_CDB -I/usr/include/cdb.h}" \
+       AUXLIBS="-ldb -lresolv %{!?_without_sasl:-lsasl} %{!?_without_ssl:-lssl -lcrypto} %{?_with_cdb:-L/usr/lib/libcdb.a -lcdb}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -244,9 +255,9 @@ install include/*.h $RPM_BUILD_ROOT%{_includedir}/postfix
 (cd man; tar cf - .) | (cd $RPM_BUILD_ROOT%{_mandir}; tar xf -)
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mail/aliases
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/postfix
-install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/postfix
-install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/postfix
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/postfix
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/postfix
+install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/postfix
 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/sasl/smtpd.conf
 install auxiliary/rmail/rmail $RPM_BUILD_ROOT%{_bindir}/rmail
 
@@ -350,10 +361,10 @@ mv -f /etc/mail/master.cf.rpmtmp /etc/mail/master.cf
 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/postfix-script
 %attr(755,root,root) %{_sysconfdir}/mail/post-install
 %{_sysconfdir}/mail/postfix-files
-%attr(740,root,root) /etc/cron.daily/postfix
-%attr(754,root,root) /etc/rc.d/init.d/postfix
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/postfix
-%{!?_without_sasl:%config(noreplace) %verify(not size mtime md5) /etc/sasl/smtpd.conf}
+%attr(740,root,root) %{_sysconfdir}/cron.daily/postfix
+%attr(754,root,root) %{_sysconfdir}/rc.d/init.d/postfix
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/sysconfig/postfix
+%{!?_without_sasl:%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/sasl/smtpd.conf}
 %attr(755,root,root) %{_libdir}/libpostfix-*.so.*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/s*
This page took 0.075487 seconds and 4 git commands to generate.