rpms/libFoundation/devel libFoundation.spec,1.3,1.4

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Sat Jun 7 00:09:57 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/libFoundation/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26503

Modified Files:
	libFoundation.spec 
Log Message:
fix path for GNUstep.sh



Index: libFoundation.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libFoundation/devel/libFoundation.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libFoundation.spec	21 May 2008 19:50:45 -0000	1.3
+++ libFoundation.spec	7 Jun 2008 00:09:06 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: A free implementation of OpenStep's Foundation Kit
 Name: libFoundation
 Version: 1.1.3
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: MIT
 Group: Development/Libraries
 URL: http://www.opengroupware.org/
@@ -28,7 +28,7 @@
 %setup -q -n libfoundation
 
 %build
-LIBRARY_COMBO=fd source %{_datadir}/gnustep/makefiles/GNUstep.sh
+LIBRARY_COMBO=fd source %{_datadir}/GNUstep/Makefiles/GNUstep.sh
 CFLAGS="%{optflags}"; export CFLAGS
 ./configure
 make
@@ -64,6 +64,9 @@
 %{_libdir}/libFoundation.so
 
 %changelog
+* Fri Jun 06 2008 Dennis Gilmore <dennis at ausil.us> - 1.1.3-13
+- fix path for GNUstep.sh
+
 * Wed May 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.3-12
 - fix license tag
 




More information about the fedora-extras-commits mailing list