]> git.pld-linux.org Git - packages/dovecot-antispam.git/blobdiff - dovecot-antispam.spec
- rel 2
[packages/dovecot-antispam.git] / dovecot-antispam.spec
index ea13c09a3b311d916f3b270a0e4364779861834a..19fd3d1bfebfd467f5213c440929327f6b035394 100644 (file)
@@ -2,8 +2,8 @@ Summary:        The dovecot antispam plugin
 Summary(pl.UTF-8):     Wtyczka antyspamowa dla dovecota
 Name:          dovecot-antispam
 Version:       2.0
-Release:       1
-License:       GPL
+Release:       2
+License:       GPL v2
 Group:         Daemons
 Source0:       http://johannes.sipsolutions.net/download/dovecot-antispam/%{name}-%{version}.tar.bz2
 # Source0-md5: 14547898759fbd93f2b98304520decc6
@@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir}/dovecot,%{_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 +44,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*
This page took 0.123546 seconds and 4 git commands to generate.