]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- killed setting perms in %%install
authordarekr <darekr@pld-linux.org>
Mon, 11 Apr 2005 18:16:08 +0000 (18:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed dup config file

Changed files:
    dspam.spec -> 1.26

dspam.spec

index 810427a887f76f0c694af6fb466a89beab561249..0cde41647b29b4d8b4bc3a76a128baba2510b556 100644 (file)
@@ -178,7 +178,7 @@ rm -rf $RPM_BUILD_ROOT
 
 # install devel files
 install -d $RPM_BUILD_ROOT{%{_includedir}/%{name},/var/lib/%{name}}
-install -m0644 src/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}
+install src/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}
 
 # provide maintenance scripts
 install -d $RPM_BUILD_ROOT/etc/cron.daily
@@ -196,7 +196,7 @@ sed -i -e "s|%{_prefix}/local|%{_prefix}|g" $RPM_BUILD_ROOT%{_bindir}/%{name}_co
 sed -i -e "s|%{_prefix}/local|%{_prefix}|g" cgi/dspam.cgi
 
 # fix purge stuff
-#install -m0755 dspam-cron.weekly $RPM_BUILD_ROOT%{_sysconfdir}/cron.weekly/%{name}
+#install dspam-cron.weekly $RPM_BUILD_ROOT%{_sysconfdir}/cron.weekly/%{name}
 
 %if %{with mysql}
 cp tools.mysql_drv/README README.mysql
@@ -248,7 +248,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README CHANGELOG RELEASE.NOTES UPGRADING
 %doc cgi/base.css cgi/dspam.cgi
-%config %{_sysconfdir}/dspam.conf
 %if %{with mysql}
 %doc README.mysql
 %doc tools.mysql_drv/mysql_objects-space.sql
This page took 0.083484 seconds and 4 git commands to generate.