SPECS: gnustep-make.spec - release 2 - don't source GNustep.(c)sh ...

baggins baggins at pld-linux.org
Thu Mar 2 16:34:29 CET 2006


Author: baggins                      Date: Thu Mar  2 15:34:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 2
- don't source GNustep.(c)sh twice, it's really not neccessary
- don't play stupid games with LD_LIBRARY_PATH, all that's needed is in ld.so.conf.d/

---- Files affected:
SPECS:
   gnustep-make.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/gnustep-make.spec
diff -u SPECS/gnustep-make.spec:1.57 SPECS/gnustep-make.spec:1.58
--- SPECS/gnustep-make.spec:1.57	Sun Jan 15 22:57:17 2006
+++ SPECS/gnustep-make.spec	Thu Mar  2 16:34:23 2006
@@ -7,13 +7,14 @@
 Summary(pl):	Pakiet GNUstep Makefile
 Name:		gnustep-make
 Version:	1.11.2
-Release:	1
+Release:	2
 License:	GPL
 Vendor:		The GNUstep Project
 Group:		Applications/System
 Source0:	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 # Source0-md5:	87f563d71368ebb670c485ecdf198365
 Patch0:		%{name}-destdir.patch
+Patch1:		%{name}-no-LD_LIBRARY_PATH.patch
 URL:		http://www.gnustep.org/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -71,6 +72,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
@@ -106,7 +108,6 @@
 if [ ! -d \$GNUSTEP_USER_ROOT ]; then
 	mkdir \$GNUSTEP_USER_ROOT
 	chmod +rwx \$GNUSTEP_USER_ROOT
-	. %{_prefix}/System/Library/Makefiles/GNUstep.sh
 fi
 EOF
 
@@ -118,7 +119,6 @@
 if (\$status != 0) then
 	mkdir \$GNUSTEP_USER_ROOT
 	chmod +rwx \$GNUSTEP_USER_ROOT
-	source %{_prefix}/System/Library/Makefiles/GNUstep.csh
 endif
 EOF
 
@@ -222,6 +222,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2006/03/02 15:34:23  baggins
+- release 2
+- don't source GNustep.(c)sh twice, it's really not neccessary
+- don't play stupid games with LD_LIBRARY_PATH, all that's needed is in ld.so.conf.d/
+
 Revision 1.57  2006/01/15 21:57:17  qboosh
 - updated to 1.11.2, added destdir patch
 - dropped System/Makefiles symlink, update your makefiles instead
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnustep-make.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list