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

Nicolas Chauvet kwizart at fedoraproject.org
Tue Jun 30 07:44:31 UTC 2009


Author: kwizart

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

Modified Files:
	directfb.spec 
Log Message:
- Built with tslib
- Keep sdl by default



Index: directfb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/directfb/F-11/directfb.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- directfb.spec	11 May 2009 14:10:29 -0000	1.27
+++ directfb.spec	30 Jun 2009 07:44:01 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
 Version: 1.2.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://www.directfb.org/
@@ -16,13 +16,13 @@ BuildRequires: libpng-devel
 BuildRequires: zlib-devel
 BuildRequires: libjpeg-devel
 BuildRequires: freetype-devel
-%{?_with_sdl:BuildRequires: SDL-devel}
+BuildRequires: SDL-devel
 BuildRequires: libsysfs-devel
 BuildRequires: libv4l-devel
 BuildRequires: libvncserver-devel
 %{?_with_fusion:BuildRequires: linux-fusion-devel}
 %{?_with_fusion:Requires: linux-fusion}
-%{?_with_tslib:BuildRequires: tslib-devel}
+BuildRequires: tslib-devel
 
 
 %description
@@ -38,8 +38,6 @@ for graphics under Linux.
 
 Non-default rpmbuild options:
 --with fusion:   Enable linux-fusion support
---with tslib:    Enable tslib support
---with sdl:      Enable SDL experimental support
 
 
 %package devel
@@ -82,7 +80,7 @@ autoreconf -i -f
 %ifarch i386 i586
     --disable-mmx --disable-sse \
 %endif
-%{?_with_sdl:--enable-sdl} \
+    --enable-sdl \
     --enable-zlib \
 %{?_with_fusion:--enable-multi} \
     --enable-unique \
@@ -167,6 +165,10 @@ 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
 - Conditionalize SDL experimental support.
@@ -178,9 +180,6 @@ make check
 - Update to 1.2.8
 - Disable mmx/sse on x86
 
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.7-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
 * Thu Feb 12 2009 kwizart < kwizart at gmail.com > - 1.2.7-3
 - Force autoreconf + re tag
 




More information about the fedora-extras-commits mailing list