[directfb] - Drop vt tweak - Change BR to pkgconfig(glu)

Nicolas Chauvet kwizart at fedoraproject.org
Mon Sep 17 20:05:40 UTC 2012


commit c52abc2a7edbaf675b6a3b28c5419845f3362bcb
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Mon Sep 17 22:05:18 2012 +0200

    - Drop vt tweak
    - Change BR to pkgconfig(glu)

 DirectFB-1.2.8-tweak.patch |   46 --------------------------------------------
 directfb.spec              |   12 ++++++----
 2 files changed, 7 insertions(+), 51 deletions(-)
---
diff --git a/directfb.spec b/directfb.spec
index b6d8947..b7d2581 100644
--- a/directfb.spec
+++ b/directfb.spec
@@ -4,13 +4,12 @@
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
 Version: %{major_ver}%{minor_ver}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://www.directfb.org/
 Source0: http://www.directfb.org/downloads/Core/DirectFB-%{major_ver}/DirectFB-%{version}.tar.gz
 Source1: 85-directfb.rules
-Patch1: DirectFB-1.2.8-tweak.patch
 Patch2: DirectFB-1.5.3-fix_v4l1.patch
 Patch3: DirectFB-1.6.1-lm.patch
 Patch4: DirectFB-1.6.1-gcc-atomics-on-arm.patch
@@ -27,8 +26,8 @@ BuildRequires: libmng-devel
 BuildRequires: freetype-devel
 %{?_with_sdl:BuildRequires: SDL-devel}
 BuildRequires: libdrm-devel
-BuildRequires: libGL-devel
-BuildRequires: libGLU-devel
+BuildRequires: pkgconfig(gl)
+BuildRequires: pkgconfig(glu)
 BuildRequires: libsysfs-devel
 BuildRequires: libv4l-devel
 BuildRequires: libvdpau-devel
@@ -74,7 +73,6 @@ Development files for DirectFB.
 
 %prep
 %setup -q -n DirectFB-%{version}
-%patch1 -p1 -b .tweak
 %patch2 -p1 -b .fix_v4l1
 %patch3 -p1 -b .lm
 %patch4 -p1 -b .arm-atomics
@@ -246,6 +244,10 @@ make check
 
 
 %changelog
+* Mon Sep 17 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.6.1-2
+- Drop vt tweak
+- Change BR to pkgconfig(glu)
+
 * Mon Sep 17 2012 Tom Callaway <spot at fedoraproject.org> - 1.6.1-1
 - update to 1.6.1
 - include udev rules


More information about the scm-commits mailing list