X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdovecot-antispam.git;a=blobdiff_plain;f=dovecot-antispam.spec;h=e1a7d456d594a94f640ff4e5ca5bc58560ef2700;hp=3e7c76503ec20a4a10dc5880f0630b5f7150f273;hb=af47e975cfb3b5cc6bf36cc9964081750a85f86f;hpb=d11f9fb59c35cd4f8753a5b840a057b65b6b8897 diff --git a/dovecot-antispam.spec b/dovecot-antispam.spec index 3e7c765..e1a7d45 100644 --- a/dovecot-antispam.spec +++ b/dovecot-antispam.spec @@ -2,11 +2,12 @@ Summary: The dovecot antispam plugin Summary(pl.UTF-8): Wtyczka antyspamowa dla dovecota Name: dovecot-antispam Version: 2.0 -Release: 1 +Release: 61 License: GPL v2 Group: Daemons Source0: http://johannes.sipsolutions.net/download/dovecot-antispam/%{name}-%{version}.tar.bz2 # Source0-md5: 14547898759fbd93f2b98304520decc6 +Patch0: %{name}-git.patch URL: http://johannes.sipsolutions.net/Projects/dovecot-antispam BuildRequires: dovecot-devel >= 1:2.0 %requires_eq_to dovecot dovecot-devel @@ -18,22 +19,23 @@ SPAM folder and tells the spam classifier that it made an error and needs to re-classify the message (as spam/not spam depending on which way it was moved). -#%description -l pl.UTF-8 - %prep %setup -q +%patch0 -p1 %build +unset GIT_DIR %{__make} \ + CC="%{__cc}" \ CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_libdir}/dovecot,%{_mandir}/man7} +install -d $RPM_BUILD_ROOT{%{_libdir}/dovecot/plugins,%{_mandir}/man7} %{__make} install \ - INSTALLDIR=%{_libdir}/dovecot \ + INSTALLDIR=%{_libdir}/dovecot/plugins \ DESTDIR=$RPM_BUILD_ROOT install -p antispam.7 $RPM_BUILD_ROOT%{_mandir}/man7 @@ -44,5 +46,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc NOTES -%attr(755,root,root) %{_libdir}/dovecot/lib90_antispam_plugin.so +%attr(755,root,root) %{_libdir}/dovecot/plugins/lib90_antispam_plugin.so %{_mandir}/man7/antispam.7*