SPECS: gnustep-base.spec - release 2 - use sysconfig for init script

baggins baggins at pld-linux.org
Tue Jan 31 00:35:03 CET 2006


Author: baggins                      Date: Mon Jan 30 23:35:03 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 2
- use sysconfig for init script

---- Files affected:
SPECS:
   gnustep-base.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: SPECS/gnustep-base.spec
diff -u SPECS/gnustep-base.spec:1.63 SPECS/gnustep-base.spec:1.64
--- SPECS/gnustep-base.spec:1.63	Sun Jan 15 22:58:49 2006
+++ SPECS/gnustep-base.spec	Tue Jan 31 00:34:57 2006
@@ -7,12 +7,13 @@
 Summary(pl):	Podstawowa biblioteka GNUstep
 Name:		gnustep-base
 Version:	1.11.2
-Release:	1
+Release:	2
 License:	LGPL/GPL
 Group:		Libraries
 Source0:	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 # Source0-md5:	f370c912a6150371df0e1bb63eab50d2
 Source1:	%{name}.init
+Source2:	%{name}.sysconfig
 Patch0:		%{name}-pass-arguments.patch
 URL:		http://www.gnustep.org/
 %{?with_doc:BuildRequires:	docbook-dtd41-sgml}
@@ -131,6 +132,9 @@
 sed -e "s!@TOOLSARCHDIR@!%{_prefix}/System/Tools/%{gscpu}/%{gsos}!" %{SOURCE1} \
 	> $RPM_BUILD_ROOT%{_initrddir}/gnustep
 
+install -d $RPM_BUILD_ROOT/etc/sysconfig
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/gnustep
+
 echo 'GMT' > $RPM_BUILD_ROOT%{_prefix}/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/localtime
 
 install -d $RPM_BUILD_ROOT/etc/ld.so.conf.d
@@ -166,6 +170,7 @@
 %doc ChangeLog*
 /etc/ld.so.conf.d/%{name}.conf
 %attr(754,root,root) %{_initrddir}/gnustep
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/gnustep
 
 %dir %{_prefix}/System/Library/Bundles/SSL.bundle
 %{_prefix}/System/Library/Bundles/SSL.bundle/Resources
@@ -257,6 +262,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2006/01/30 23:34:57  baggins
+- release 2
+- use sysconfig for init script
+
 Revision 1.63  2006/01/15 21:58:49  qboosh
 - updated to 1.11.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnustep-base.spec?r1=1.63&r2=1.64&f=u



More information about the pld-cvs-commit mailing list