]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- attr changes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2006 22:31:34 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.spec -> 1.52

dspam.spec

index 13b7b59846209b28303dac9415a0622ce18a7eac..9a3b35c264601d3fade6b4b6dda82bea8a2c3748 100644 (file)
@@ -17,7 +17,7 @@ Summary:      A library and Mail Delivery Agent for Bayesian spam filtering
 Summary(pl):   Biblioteka i MDA do bayesowskiego filtrowania spamu
 Name:          dspam
 Version:       3.6.3
-Release:       0.4
+Release:       0.4.1
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://www.nuclearelephant.com/projects/dspam/sources/%{name}-%{version}.tar.gz
@@ -278,7 +278,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
+install -d $RPM_BUILD_ROOT/{var/run/dspam,/etc/{rc.d/init.d,sysconfig}}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/dspam
 
 # install devel files
@@ -394,8 +394,8 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dspam.conf
 %dir %attr(750,root,mail) /var/lib/%{name}
 %attr(755,root,root) %config(noreplace) /etc/cron.daily/%{name}
-%attr(755,root,mail) %{_bindir}/%{name}
-%attr(755,root,mail) %{_bindir}/%{name}_logrotate
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}_logrotate
 %attr(755,root,root) %{_bindir}/%{name}_clean
 %attr(755,root,root) %{_bindir}/%{name}_corpus
 %attr(755,root,root) %{_bindir}/%{name}_crc
@@ -412,8 +412,9 @@ fi
 %files client
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dspam.conf
+%attr(770,root,mail) /var/run/dspam
 %endif
-%attr(755,root,mail) %{_bindir}/%{name}c
+%attr(755,root,root) %{_bindir}/%{name}c
 
 %files libs
 %defattr(644,root,root,755)
This page took 0.067399 seconds and 4 git commands to generate.