SPECS: icecream.spec - started to PLDize this spec

paszczus paszczus at pld-linux.org
Tue Sep 9 12:19:23 CEST 2008


Author: paszczus                     Date: Tue Sep  9 10:19:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- started to PLDize this spec

---- Files affected:
SPECS:
   icecream.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/icecream.spec
diff -u SPECS/icecream.spec:1.7 SPECS/icecream.spec:1.8
--- SPECS/icecream.spec:1.7	Tue Sep  9 11:12:47 2008
+++ SPECS/icecream.spec	Tue Sep  9 12:19:17 2008
@@ -52,9 +52,14 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d}
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install suse/sysconfig.icecream $RPM_BUILD_ROOT/etc/sysconfig/icecream
+install suse/init.icecream $RPM_BUILD_ROOT/etc/rc.d/init.d/icecream
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,6 +69,8 @@
 %files
 %defattr(644,root,root,755)
 %doc COPYING NEWS README TODO
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/icecream
 %attr(755,root,root) %{_bindir}/icecc
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
@@ -83,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008/09/09 10:19:17  paszczus
+- started to PLDize this spec
+
 Revision 1.7  2008/09/09 09:12:47  paszczus
 - updated to 0.9.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icecream.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list