]> git.pld-linux.org Git - packages/dovecot-antispam.git/blame - dovecot-antispam.spec
- rel 6
[packages/dovecot-antispam.git] / dovecot-antispam.spec
CommitLineData
ad593659
JR
1Summary: The dovecot antispam plugin
2Summary(pl.UTF-8): Wtyczka antyspamowa dla dovecota
3Name: dovecot-antispam
4Version: 2.0
729f4114 5Release: 6
d11f9fb5 6License: GPL v2
ad593659
JR
7Group: Daemons
8Source0: http://johannes.sipsolutions.net/download/dovecot-antispam/%{name}-%{version}.tar.bz2
9# Source0-md5: 14547898759fbd93f2b98304520decc6
729f4114 10Patch0: dovecot-2.1.patch
ad593659
JR
11URL: http://johannes.sipsolutions.net/Projects/dovecot-antispam
12BuildRequires: dovecot-devel >= 1:2.0
13%requires_eq_to dovecot dovecot-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17The dovecot antispam plugin watches moving mail into and out of the
18SPAM folder and tells the spam classifier that it made an error and
19needs to re-classify the message (as spam/not spam depending on which
20way it was moved).
21
22#%description -l pl.UTF-8
23
24%prep
25%setup -q
729f4114
JR
26%patch0 -p1
27cp -a antispam-storage-2.0.c antispam-storage-2.1.c
ad593659
JR
28
29%build
30%{__make} \
31 CFLAGS="%{rpmcflags}" \
32 LDFLAGS="%{rpmldflags}"
33
34%install
35rm -rf $RPM_BUILD_ROOT
507ad827 36install -d $RPM_BUILD_ROOT{%{_libdir}/dovecot/plugins,%{_mandir}/man7}
ad593659
JR
37
38%{__make} install \
eb399511 39 INSTALLDIR=%{_libdir}/dovecot/plugins \
ad593659
JR
40 DESTDIR=$RPM_BUILD_ROOT
41
42install -p antispam.7 $RPM_BUILD_ROOT%{_mandir}/man7
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc NOTES
eb399511 50%attr(755,root,root) %{_libdir}/dovecot/plugins/lib90_antispam_plugin.so
ad593659 51%{_mandir}/man7/antispam.7*
This page took 0.132622 seconds and 4 git commands to generate.