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