SPECS: gnustep-make.spec - rel 2 - add system config to layout - f...

baggins baggins at pld-linux.org
Thu Aug 30 13:13:16 CEST 2007


Author: baggins                      Date: Thu Aug 30 11:13:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2
- add system config to layout
- fix excessive escaping in config file

---- Files affected:
SPECS:
   gnustep-make.spec (1.70 -> 1.71) 

---- Diffs:

================================================================
Index: SPECS/gnustep-make.spec
diff -u SPECS/gnustep-make.spec:1.70 SPECS/gnustep-make.spec:1.71
--- SPECS/gnustep-make.spec:1.70	Sun Jun 17 19:58:03 2007
+++ SPECS/gnustep-make.spec	Thu Aug 30 13:13:11 2007
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8):	Pakiet GNUstep Makefile
 Name:		gnustep-make
 Version:	2.0.1
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/System
 Source0:	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
@@ -99,6 +99,9 @@
 endif
 EOF
 
+# Remove excessive escaping
+sed -i -e 's|"/usr"|/usr|g' $RPM_BUILD_ROOT/etc/GNUstep/GNUstep.conf
+
 # not (yet?) supported by rpm-compress-doc
 find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation \
 	-type f ! -name '*.html' ! -name '*.css' ! -name '*.gz' | xargs gzip -9nf
@@ -172,6 +175,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2007/08/30 11:13:11  baggins
+- rel 2
+- add system config to layout
+- fix excessive escaping in config file
+
 Revision 1.70  2007/06/17 17:58:03  aredridel
 - add pld fslayout
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnustep-make.spec?r1=1.70&r2=1.71&f=u



More information about the pld-cvs-commit mailing list