]> git.pld-linux.org Git - packages/postfix.git/blobdiff - postfix.spec
- Builds and seems to work. Needs testing.
[packages/postfix.git] / postfix.spec
index 6ac4ebccc54af01f6da1a341476fbcefad79f2db..f7716bb8cda94fc8cdb65a2a199b713b793b340c 100644 (file)
@@ -1,25 +1,17 @@
 #
-# TODO:
-#      - kill all "implicit declaration of function" and "assignment
-#        makes pointer from integer without a cast" warnings
-#        (code causing such warnings may be fatal on some
-#        architectures)
-#      - fix ipv6 patch against IPv4 RBLs
-#      - 0.0.0.0/0 is still being added to mynetworks if any ipv6/ip
-#        tunnels are present
-#       - fix patches
-#
 # Conditional build:
-%bcond_without ipv6    # without IPv6 support
 %bcond_without ldap    # without LDAP map module
 %bcond_without mysql   # without MySQL map module
 %bcond_without pgsql   # without PostgreSQL map module
 %bcond_without sasl    # without SMTP AUTH support
 %bcond_without ssl     # without SSL/TLS support
-%bcond_with    polish  # with double English+Polish messages
-%bcond_with    cdb     # with cdb map support
+%bcond_without cdb     # without cdb map support
+#%bcond_with   polish  # with double English+Polish messages
 #
-%define        tls_ver 0.8.16-2.0.16-0.9.7b
+# TODO:
+#      - check/fix 'polish' bcond
+#
+%define                _tls_ipv6_ver   1.25-pf-2.1.3
 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
@@ -28,41 +20,39 @@ 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.16
-Release:       3
+Version:       2.1.3
+Release:       1
 Epoch:         2
 Group:         Networking/Daemons
 License:       distributable
 Source0:       ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
-# Source0-md5: ac13776442ba7708e683bc1bfbadab2f
+# Source0-md5: 1f515b0d80cd1f9db0113240bf36f248
 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: b39c08eabe807db4af5bcb1cafc9761e
-Source7:       %{name}.sasl
-Source8:       ftp://ftp.corpit.ru/pub/postfix/%{name}-dict_cdb-1.1.11-20021104.tar.gz
-# Source8-md5: 5731b5081725f4688dc6fae119d617e4
+Source6:       %{name}.sasl
+Source7:       ftp://ftp.corpit.ru/pub/postfix/%{name}-dict_cdb-1.1.11-20021104.tar.gz
+# Source7-md5: 5731b5081725f4688dc6fae119d617e4
+Source8:       http://www.ipnet6.org/postfix/download/tls+ipv6-%{_tls_ipv6_ver}.patch.gz
+# Source8-md5: e013ff8d4aa49e17d7ee85419481cfc7
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-conf_msg.patch
 Patch2:                %{name}-dynamicmaps.patch
-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
-Patch9:         %{name}-kill_warnings.patch
+#Patch5:       %{name}-pl.patch
+Patch6:                %{name}-cdb_man.patch
+Patch8:                %{name}-kill_warnings.patch
+Patch9:                %{name}-ipv6-kill_warnings.patch
 URL:           http://www.postfix.org/
 BuildRequires: awk
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel}
 BuildRequires: db-devel
 BuildRequires: grep
-%{?with_ipv6:BuildRequires:    libinet6 >= 0.20030228-1}
+BuildRequires: libinet6 >= 0.20030228-1
 %{?with_mysql:BuildRequires:   mysql-devel}
-%{?with_ldap:BuildRequires:    openldap-devel >= 2.0.0}
-%{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7c}
+%{?with_ldap:BuildRequires:    openldap-devel >= 2.2.0}
+%{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7d}
 BuildRequires: pcre-devel
 %{?with_pgsql:BuildRequires:   postgresql-devel}
 %{?with_cdb:BuildRequires:     tinycdb-devel}
@@ -77,27 +67,30 @@ Requires(post,postun):      /sbin/ldconfig
 Requires(post,preun):  /sbin/chkconfig
 Requires(postun):      /usr/sbin/userdel
 Requires(postun):      /usr/sbin/groupdel
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      diffutils
+Requires:      findutils
+%{?with_cdb:Requires:tinycdb}
 Provides:      smtpdaemon
-Obsoletes:     smtpdaemon
+Obsoletes:     courier
 Obsoletes:     exim
 Obsoletes:     masqmail
+Obsoletes:     nullmailer
 Obsoletes:     omta
 Obsoletes:     qmail
 Obsoletes:     sendmail
 Obsoletes:     sendmail-cf
 Obsoletes:     sendmail-doc
 Obsoletes:     smail
+Obsoletes:     smtpdaemon
+Obsoletes:     ssmtp
 Obsoletes:     zmailer
-Requires:      diffutils
-Requires:      findutils
-%{?with_cdb:Requires:tinycdb}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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. %{?with_ipv6:This version has IPv6 support.}
+enough to not upset your users. This version has IPv6 support.
 
 %description -l pt_BR
 O Postfix é uma alternativa para o mundialmente utilizado sendmail. Se
@@ -131,7 +124,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. %{?with_ipv6:Ta wersja wspiera IPv6.}
+sendmailem by nie denerwowaæ Twoich u¿ytkowników. Ta wersja wspiera IPv6.
 
 %description -l pt_BR
 O Postfix é uma alternativa para o mundialmente utilizado sendmail. Se
@@ -154,7 +147,7 @@ pop
 Summary:       Postfix loadable modules development package
 Summary(pl):   Pakiet dla programistów ³adowanych modu³ów do postfiksa
 Group:         Development/Libraries
-Requires:      %{name} = %{epoch}:%{version}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description devel
 Header files to build additional map types for Postfix.
@@ -166,8 +159,8 @@ Pliki nag
 Summary:       LDAP map support for Postfix
 Summary(pl):   Obs³uga map LDAP dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{epoch}:%{version}
-Requires:      openldap >= 2.0.0
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      openldap >= 2.2.0
 
 %description dict-ldap
 This package provides support for LDAP maps in Postfix.
@@ -179,7 +172,7 @@ Ten pakiet dodaje obs
 Summary:       MySQL map support for Postfix
 Summary(pl):   Obs³uga map MySQL dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{epoch}:%{version}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description dict-mysql
 This package provides support for MySQL maps in Postfix.
@@ -191,7 +184,7 @@ Ten pakiet dodaje obs
 Summary:       PCRE map support for Postfix
 Summary(pl):   Obs³uga map PCRE dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{epoch}:%{version}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description dict-pcre
 This package provides support for PCRE maps in Postfix.
@@ -203,7 +196,7 @@ Ten pakiet dodaje obs
 Summary:       PostgreSQL map support for Postfix
 Summary(pl):   Obs³uga map PostgreSQL dla Postfiksa
 Group:         Networking/Daemons
-Requires:      %{name} = %{epoch}:%{version}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description dict-pgsql
 This package provides support for PostgreSQL maps in Postfix.
@@ -212,17 +205,14 @@ This package provides support for PostgreSQL maps in Postfix.
 Ten pakiet dodaje obs³ugê map PostgreSQL do Postfiksa.
 
 %prep
-%setup -q -a6 %{?with_cdb:-a8}
-echo Postfix TLS patch:
-patch -p1 -s <pfixtls-%{tls_ver}/pfixtls.diff
+%setup -q %{?with_cdb:-a7}
+zcat %{SOURCE8} | patch -p1 -s
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 %patch4 -p1
-%{?with_ipv6:%patch5 -p1}
-%{?with_polish:%patch6 -p1}
-%{?with_cdb:%patch7 -p1}
+#%{?with_polish:%patch5 -p1}
+%{?with_cdb:%patch6 -p1}
 %patch8 -p1
 %patch9 -p1
 %{?with_cdb:sh dict_cdb.sh}
@@ -269,7 +259,7 @@ 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 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/sasl/smtpd.conf
+install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/sasl/smtpd.conf
 install auxiliary/rmail/rmail $RPM_BUILD_ROOT%{_bindir}/rmail
 
 ln -sf /usr/sbin/sendmail $RPM_BUILD_ROOT%{_bindir}/mailq
@@ -281,6 +271,8 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/\
 
 > $RPM_BUILD_ROOT/var/spool/postfix/.nofinger
 
+rm -rf /etc/mail/makedefs.out /usr/share/man/cat*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -316,8 +308,13 @@ if ! grep -q "^postmaster:" /etc/mail/aliases; then
        echo "Adding Entry for postmaster in /etc/mail/aliases" >&2
        echo "postmaster:       root" >>/etc/mail/aliases
 fi
-if ! grep -q "^myhostname" /etc/mail/main.cf; then
-       postconf -e myhostname=`/bin/hostname -f`
+if [ "$1" = "1" ]; then
+# only on installation, not upgrade
+       if ! grep -q "^myhostname" /etc/mail/main.cf; then
+               postconf -e myhostname=`/bin/hostname -f`
+       fi
+else
+       postfix upgrade-configuration
 fi
 
 newaliases
@@ -359,11 +356,12 @@ mv -f /etc/mail/master.cf.rpmtmp /etc/mail/master.cf
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/access
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/aliases
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/canonical
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/pcre_table
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/regexp_table
+#%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/pcre_table
+#%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/regexp_table
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/relocated
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/transport
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/virtual
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/header_checks
 #%ghost %{_sysconfdir}/mail/*.db
 %dir %{_sysconfdir}/mail
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mail/dynamicmaps.cf
This page took 0.040214 seconds and 4 git commands to generate.