rpms/directfb/F-11 directfb.spec,1.28,1.29

Nicolas Chauvet kwizart at fedoraproject.org
Tue Jun 30 07:47:33 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/directfb/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1555

Modified Files:
	directfb.spec 
Log Message:
Reconditionalize SDL experimental



Index: directfb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/directfb/F-11/directfb.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- directfb.spec	30 Jun 2009 07:44:01 -0000	1.28
+++ directfb.spec	30 Jun 2009 07:47:03 -0000	1.29
@@ -16,7 +16,7 @@ BuildRequires: libpng-devel
 BuildRequires: zlib-devel
 BuildRequires: libjpeg-devel
 BuildRequires: freetype-devel
-BuildRequires: SDL-devel
+%{?_with_sdl:BuildRequires: SDL-devel}
 BuildRequires: libsysfs-devel
 BuildRequires: libv4l-devel
 BuildRequires: libvncserver-devel
@@ -38,6 +38,7 @@ for graphics under Linux.
 
 Non-default rpmbuild options:
 --with fusion:   Enable linux-fusion support
+--with sdl:      Enable SDL experimental support
 
 
 %package devel
@@ -80,7 +81,7 @@ autoreconf -i -f
 %ifarch i386 i586
     --disable-mmx --disable-sse \
 %endif
-    --enable-sdl \
+%{?_with_sdl:--enable-sdl} \
     --enable-zlib \
 %{?_with_fusion:--enable-multi} \
     --enable-unique \
@@ -167,7 +168,6 @@ make check
 %changelog
 * Mon Jun 30 2009 kwizart < kwizart at gmail.com > - 1.2.8-4
 - Built with tslib
-- Keep sdl by default
 
 * Mon May 11 2009 kwizart < kwizart at gmail.com > - 1.2.8-3
 - Improve tty patch




More information about the fedora-extras-commits mailing list