]> git.pld-linux.org Git - packages/spamassassin.git/commitdiff
- add patch from sa bugzilla #4046
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Feb 2005 21:35:13 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR perl-HTML-Parser even without tests
- rel 2
- STBR

Changed files:
    spamassassin.spec -> 1.69

spamassassin.spec

index 03abffd05cf0d70ea24be0970f0e5b8242777967..1002531661c9ef394e3b4772b5a1ce9443924525 100644 (file)
@@ -10,7 +10,7 @@ Summary:      A spam filter for email which can be invoked from mail delivery agents
 Summary(pl):   Filtr antyspamowy, przeznaczony dla programów dostarczaj±cych pocztê (MDA)
 Name:          spamassassin
 Version:       3.0.2
-Release:       1
+Release:       2
 License:       Apache Software License v2
 Group:         Applications/Mail
 Source0:       http://www.apache.org/dist/spamassassin/%{pdir}-%{pnam}-%{version}.tar.bz2
@@ -18,13 +18,14 @@ Source0:    http://www.apache.org/dist/spamassassin/%{pdir}-%{pnam}-%{version}.tar.
 Source1:       %{name}.sysconfig
 Source2:       %{name}-spamd.init
 Patch0:                %{name}-prefork.patch
+Patch1:                %{name}-utf8_mode.patch
 URL:           http://spamassassin.apache.org/
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.16
 BuildRequires: perl-Digest-SHA1 >= 2.10
-%if %{with tests}
 BuildRequires: perl-HTML-Parser >= 3
+%if %{with tests}
 # are these really needed?
 BuildRequires: perl-MailTools
 BuildRequires: perl-MIME-Base64
@@ -142,6 +143,7 @@ aplikacji do czytania poczty.
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 %{?with_prefork:%patch0 -p0}
+%patch1 -p1
 
 %build
 echo "postmaster@localhost" | \
This page took 0.248506 seconds and 4 git commands to generate.