SPECS: gnustep-make.spec - rel 3 - fix library path on x86_64 and ...
baggins
baggins at pld-linux.org
Thu Aug 30 14:49:41 CEST 2007
Author: baggins Date: Thu Aug 30 12:49:41 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 3
- fix library path on x86_64 and similiar
---- Files affected:
SPECS:
gnustep-make.spec (1.71 -> 1.72)
---- Diffs:
================================================================
Index: SPECS/gnustep-make.spec
diff -u SPECS/gnustep-make.spec:1.71 SPECS/gnustep-make.spec:1.72
--- SPECS/gnustep-make.spec:1.71 Thu Aug 30 13:13:11 2007
+++ SPECS/gnustep-make.spec Thu Aug 30 14:49:36 2007
@@ -4,7 +4,7 @@
Summary(pl.UTF-8): Pakiet GNUstep Makefile
Name: gnustep-make
Version: 2.0.1
-Release: 2
+Release: 3
License: GPL
Group: Applications/System
Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
@@ -99,8 +99,8 @@
endif
EOF
-# Remove excessive escaping
-sed -i -e 's|"/usr"|/usr|g' $RPM_BUILD_ROOT/etc/GNUstep/GNUstep.conf
+# Remove excessive escaping and fix lib/lib64 dir
+sed -i -e 's|"/usr"|/usr|g' -e 's|/lib|/%{_lib}|g' $RPM_BUILD_ROOT/etc/GNUstep/GNUstep.conf
# not (yet?) supported by rpm-compress-doc
find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation \
@@ -175,6 +175,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.72 2007/08/30 12:49:36 baggins
+- rel 3
+- fix library path on x86_64 and similiar
+
Revision 1.71 2007/08/30 11:13:11 baggins
- rel 2
- add system config to layout
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnustep-make.spec?r1=1.71&r2=1.72&f=u
More information about the pld-cvs-commit
mailing list