SPECS: incron.spec - missing dirs addded; functions in init script

blues blues at pld-linux.org
Tue Dec 2 17:28:48 CET 2008


Author: blues                        Date: Tue Dec  2 16:28:48 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dirs addded; functions in init script

---- Files affected:
SPECS:
   incron.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/incron.spec
diff -u SPECS/incron.spec:1.2 SPECS/incron.spec:1.3
--- SPECS/incron.spec:1.2	Tue Dec  2 17:10:53 2008
+++ SPECS/incron.spec	Tue Dec  2 17:28:43 2008
@@ -4,7 +4,7 @@
 Summary:	incron :: inotify cron system
 Name:		incron
 Version:	0.5.7
-Release:	0.2
+Release:	0.3
 License:	GPL v2/LGPL v2.1/BSD-like?
 Group:		Daemons
 Source0:	http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2
@@ -42,7 +42,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,incron.d} \
+	$RPM_BUILD_ROOT/var/spool/%{name}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -82,10 +83,12 @@
 %attr(640,root,crontab) %config(noreplace) %{_sysconfdir}/incron.conf
 %attr(755,root,root) %{_sbindir}/incrond
 %attr(4755,root,crontab) %{_bindir}/incrontab
+%dir %attr(751,root,crontab) /etc/incron.d
 %{_mandir}/man1/incrontab.1*
 %{_mandir}/man5/incron.conf.5*
 %{_mandir}/man5/incrontab.5*
 %{_mandir}/man8/incrond.8*
+%attr(1730,root,crontab) /var/spool/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -93,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/12/02 16:28:43  blues
+- missing dirs addded; functions in init script
+
 Revision 1.2  2008/12/02 16:10:53  blues
 - pre/post fixed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/incron.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list