Author: lisu Date: Tue May 17 12:53:02 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.8.3 by shadzik - fix build (scache_clnt.patch) by shadzik - patches updated by shadzik and partly by me - add sqlite map support
---- Files affected: packages/postfix: postfix.spec (1.357 -> 1.358) ---- Diffs: ================================================================ Index: packages/postfix/postfix.spec diff -u packages/postfix/postfix.spec:1.357 packages/postfix/postfix.spec:1.358 --- packages/postfix/postfix.spec:1.357 Mon May 16 15:30:35 2011 +++ packages/postfix/postfix.spec Tue May 17 14:52:57 2011 @@ -4,6 +4,7 @@ %bcond_without ldap # without LDAP map module %bcond_without mysql # without MySQL map module %bcond_without pgsql # without PostgreSQL map module +%bcond_without sqlite # without SQLite map module %bcond_without sasl # without SMTP AUTH support %bcond_without ssl # without SSL/TLS support %bcond_without cdb # without cdb map support @@ -24,7 +25,7 @@ %bcond_without epoll # disable epoll for 2.4 kernels %endif -%define vda_ver 2.7.0 +%define vda_ver v10-2.8.1 Summary: Postfix Mail Transport Agent Summary(cs.UTF-8): Postfix - program pro přepravu pošty (MTA) Summary(es.UTF-8): Postfix - Un MTA (Mail Transport Agent) de alto desempeño @@ -33,13 +34,13 @@ Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho Summary(sk.UTF-8): Agent prenosu pošty Postfix Name: postfix -Version: 2.7.3 -Release: 3 +Version: 2.8.3 +Release: 1 Epoch: 2 License: distributable Group: Networking/Daemons/SMTP Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz -# Source0-md5: 2bbb529b7bff25f0f38c3c0a5dcf37ca +# Source0-md5: b3922ededd3fd6051f759e58a4ada3ae Source1: %{name}.aliases Source2: %{name}.cron Source3: %{name}.init @@ -47,7 +48,7 @@ Source5: %{name}.sasl Source6: %{name}.pamd Source7: http://vda.sourceforge.net/VDA/%{name}-vda-%{vda_ver}.patch -# Source7-md5: f73d119fc9e00f31f23599176554e763 +# Source7-md5: 5d5156e51cc07057bf347bbb34934d3e Source8: %{name}-bounce.cf.pl # http://postfix.state-of-mind.de/bounce-templates/bounce.de-DE.cf Source9: %{name}-bounce.cf.de @@ -67,6 +68,7 @@ Patch8: %{name}-dictname.patch Patch9: %{name}-make-jN.patch Patch10: %{name}-link.patch +Patch11: %{name}-scache_clnt.patch URL: http://www.postfix.org/ %{?with_sasl:BuildRequires: cyrus-sasl-devel} BuildRequires: db-devel @@ -81,6 +83,7 @@ BuildRequires: rpm >= 4.4.9-56 BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: sed >= 4.0 +%{?with_sqlite:BuildRequires: sqlite3-devel} %{?with_cdb:BuildRequires: tinycdb-devel} %{?with_mysql:BuildRequires: zlib-devel} Requires(post): /bin/hostname @@ -219,6 +222,18 @@ %description dict-pgsql -l pl.UTF-8 Ten pakiet dodaje obsługę map PostgreSQL do Postfiksa. +%package dict-sqlite +Summary: SQLite map support for Postfix +Summary(pl.UTF-8): Obsługa map SQLite dla Postfiksa +Group: Networking/Daemons/SMTP +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description dict-sqlite +This package provides support for SQLite maps in Postfix. + +%description dict-sqlite -l pl.UTF-8 +Ten pakiet dodaje obsługę map SQLite do Postfiksa. + %package qshape Summary: qshape - Print Postfix queue domain and age distribution Summary(pl.UTF-8): qshape - wypisywanie rozkładu domen i wieku z kolejki Postfiksa @@ -276,6 +291,7 @@ %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %if %{with tcp} sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c @@ -516,6 +532,13 @@ %{_mandir}/man5/pgsql_table.5* %endif +%if %{with sqlite} +%files dict-sqlite +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/postfix/dict_sqlite.so +%{_mandir}/man5/sqlite_table.5* +%endif + %files qshape %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/qshape @@ -531,6 +554,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.358 2011/05/17 12:52:57 lisu +- updated to 2.8.3 by shadzik +- fix build (scache_clnt.patch) by shadzik +- patches updated by shadzik and partly by me +- add sqlite map support + Revision 1.357 2011/05/16 13:30:35 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postfix/postfix.spec?r1=1.357&r2=1.358&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
