SPECS: pld-builder.spec - fix crontab install

glen glen at pld-linux.org
Wed Oct 29 00:58:15 CET 2008


Author: glen                         Date: Tue Oct 28 23:58:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix crontab install

---- Files affected:
SPECS:
   pld-builder.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/pld-builder.spec
diff -u SPECS/pld-builder.spec:1.51 SPECS/pld-builder.spec:1.52
--- SPECS/pld-builder.spec:1.51	Wed Oct 29 00:36:13 2008
+++ SPECS/pld-builder.spec	Wed Oct 29 00:58:10 2008
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Środowisko budowniczego pakietów RPM dla PLD
 Name:		pld-builder
 Version:	0.2
-Release:	0.5
+Release:	0.50
 License:	GPL
 Group:		Development/Building
 Source0:	%{name}-%{version}.tar.bz2
@@ -175,6 +175,10 @@
 install -d $RPM_BUILD_ROOT/etc/rpm
 cp -a rpm.macros $RPM_BUILD_ROOT/etc/rpm/macros.builder
 
+# crontab
+install -d $RPM_BUILD_ROOT/etc/cron.d
+cp -a crontab $RPM_BUILD_ROOT/etc/cron.d/%{name}
+
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/pld-builder
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/pld-builder
 
@@ -192,9 +196,6 @@
 		echo '<queue/>' > spool/queue-$bb
 	done
 fi
-# crontab
-install -d $RPM_BUILD_ROOT/etc/cron.d
-cp -a crontab $RPM_BUILD_ROOT/etc/cron.d/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -302,6 +303,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2008/10/28 23:58:10  glen
+- fix crontab install
+
 Revision 1.51  2008/10/28 23:36:13  glen
 - remove srpms_builder, ftpac those are on ep09
 - add system crontab
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pld-builder.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list