Author: glen Date: Fri Jan 27 15:12:43 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - update for new Mail::DomainKeys API; rel 5, STBR
---- Files affected: SPECS: spamassassin.spec (1.87 -> 1.88) ---- Diffs: ================================================================ Index: SPECS/spamassassin.spec diff -u SPECS/spamassassin.spec:1.87 SPECS/spamassassin.spec:1.88 --- SPECS/spamassassin.spec:1.87 Sat Oct 22 12:23:17 2005 +++ SPECS/spamassassin.spec Fri Jan 27 16:12:36 2006 @@ -10,7 +10,7 @@ Summary(pl): Filtr antyspamowy, przeznaczony dla programów dostarczających pocztę (MDA) Name: spamassassin Version: 3.1.0 -Release: 4 +Release: 5 License: Apache Software License v2 Group: Applications/Mail Source0: http://www.apache.org/dist/spamassassin/source/%{pdir}-%{pnam}-%{version}.tar.bz2 @@ -18,6 +18,7 @@ Source1: %{name}.sysconfig Source2: %{name}-spamd.init Patch0: %{name}-bug-4619.patch +Patch1: %{name}-bug-4623.patch URL: http://spamassassin.apache.org/ BuildRequires: openssl-devel >= 0.9.7d BuildRequires: perl-devel >= 1:5.8.0 @@ -159,6 +160,7 @@ %prep %setup -q -n %{pdir}-%{pnam}-%{version} %patch0 -p0 +%patch1 -p0 %build %{__perl} Makefile.PL \ @@ -249,6 +251,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.88 2006/01/27 15:12:36 glen +- update for new Mail::DomainKeys API; rel 5, STBR + Revision 1.87 2005/10/22 10:23:17 glen - removed Conflicts perl-IO-Socket-INET6 < 2.51 then @@ -513,12 +518,12 @@ <[EMAIL PROTECTED]>) Revision 1.14 2002/09/17 14:33:17 kloczek -- fixed %%attr(). +- fixed %attr(). Revision 1.13 2002/09/17 14:15:26 kloczek - release 6, - clanups and adapaterize spec file, -- standarize %%post script, +- standarize %post script, - separate spamd configuration in /etc/sysconfig/spamassassin file (by Krzysztof Pobiezynski <[EMAIL PROTECTED]>). @@ -563,12 +568,12 @@ Revision 1.2 2002/07/26 22:42:55 radek - changed package names (daemon and tools, not perl-*) to lowercase for - easy upgrade from RH: perl -pi -e 's/^(%%[a-z]+ -n SpamAssassin)/lc $1/e' + easy upgrade from RH: perl -pi -e 's/^(%[a-z]+ -n SpamAssassin)/lc $1/e' - added obsoletes -- added Summary(pl), fixed %%doc -- added %post and %%preun scripts (chkconfig) for package spamassassin +- added Summary(pl), fixed %doc +- added %post and %preun scripts (chkconfig) for package spamassassin (I'm not sure about names inconsistency: init.d/spamassassin <-> spamd) -- moved %clean before %%files, as in other perl specs +- moved %clean before %files, as in other perl specs - release 2 Revision 1.1 2002/07/20 13:55:37 radek ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/spamassassin.spec?r1=1.87&r2=1.88&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
