rpms/SDL/devel SDL.spec,1.48,1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 26 16:06:20 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/SDL/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11869

Modified Files:
	SDL.spec 
Log Message:
[tw]
- setting the X11 lib and include paths hard to get shared X11 support on all
  architectures




Index: SDL.spec
===================================================================
RCS file: /cvs/dist/rpms/SDL/devel/SDL.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- SDL.spec	26 Jul 2006 14:39:11 -0000	1.48
+++ SDL.spec	26 Jul 2006 16:06:17 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: A cross-platform multimedia library.
 Name: SDL
 Version: 1.2.10
-Release: 6.1
+Release: 6.2
 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 Patch0: SDL-1.2.10-byteorder.patch
 Patch17: SDL-1.2.10-libdir.patch
@@ -62,7 +62,8 @@
    --enable-arts-shared \
    --enable-esd-shared \
    --enable-alsa \
-   --disable-rpath
+   --disable-rpath \
+   --x-includes=/usr/include --x-libraries=/usr/%{_lib}
 export tagname=CC
 make %{?_smp_mflags}
 
@@ -99,6 +100,10 @@
 %{_mandir}/man3/SDL*.3*
 
 %changelog
+* Wed Jul 26 2006 Thomas Woerner <twoerner at redhat.com> 1.2.10-6.2
+- setting the X11 lib and include paths hard to get shared X11 support on all
+  architectures
+
 * Wed Jul 26 2006 Thomas Woerner <twoerner at redhat.com> 1.2.10-6.1
 - added build requires for automake and autoconf
 




More information about the fedora-cvs-commits mailing list