]> git.pld-linux.org Git - packages/dovecot-antispam.git/commitdiff
- rel 2 auto/th/dovecot-antispam-2_0-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 2 Dec 2011 11:53:12 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- put plugin in proper directory

Changed files:
    dovecot-antispam.spec -> 1.3

dovecot-antispam.spec

index 3e7c76503ec20a4a10dc5880f0630b5f7150f273..19fd3d1bfebfd467f5213c440929327f6b035394 100644 (file)
@@ -2,7 +2,7 @@ Summary:        The dovecot antispam plugin
 Summary(pl.UTF-8):     Wtyczka antyspamowa dla dovecota
 Name:          dovecot-antispam
 Version:       2.0
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Daemons
 Source0:       http://johannes.sipsolutions.net/download/dovecot-antispam/%{name}-%{version}.tar.bz2
@@ -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.072529 seconds and 4 git commands to generate.