rpms/gnustep-make/devel gnustep-make.spec,1.9,1.10

Jochen Schmitt s4504kr at fedoraproject.org
Wed Dec 10 16:55:23 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/gnustep-make/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1338

Modified Files:
	gnustep-make.spec 
Log Message:
Rework for gnustep-base creation (x86_64, libcombol)


Index: gnustep-make.spec
===================================================================
RCS file: /cvs/extras/rpms/gnustep-make/devel/gnustep-make.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnustep-make.spec	26 Aug 2008 22:47:07 -0000	1.9
+++ gnustep-make.spec	10 Dec 2008 16:54:53 -0000	1.10
@@ -3,7 +3,7 @@
 Summary: GNUstep makefile package
 Name: gnustep-make
 Version: 2.0.6
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://www.gnustep.org/
@@ -28,11 +28,13 @@
 # /usr/share/GNUstep/Makefiles/config-noarch.make and
 # /usr/share/GNUstep/Makefiles/ix86/linux-gnu/gnu-gnu-gnu/config.make
 # are spoiling a pure /usr/share install
+sed -i -e 's,^GNUSTEP_SYSTEM_LIBRARIES=/lib,GNUSTEP_SYSTEM_LIBRARIES=/%_lib,' FilesystemLayouts/fhs-system
+sed -i -e 's,^GNUSTEP_SYSTEM_LIBRARY=/lib,GNUSTEP_SYSTEM_LIBRARY=/%_lib,' FilesystemLayouts/fhs-system
 perl -pi -e"s,GNUSTEP_MAKEFILES=/share/GNUstep/Makefiles,GNUSTEP_MAKEFILES=`echo %{_libdir} | sed -e's,^/usr,,'`/GNUstep/Makefiles," \
   FilesystemLayouts/fhs-system
 
 %build
-%configure --with-layout=fhs-system --disable-flattened
+%configure --with-layout=fhs-system --enable-flattened
 make
 
 %install
@@ -65,6 +67,10 @@
 %endif
 
 %changelog
+* Wed Dec 10 2008 Jochen Schmitt <Jochen herr-schmitt de> - 2.0.6-14
+- Remove libcombo stuff
+- Make sure the libraries are going to /usr/lib64 on x86_64 architecure
+
 * Tue Aug 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.6-13
 - fix license tag
 




More information about the fedora-extras-commits mailing list