rpms/directfb/devel directfb.spec,1.17,1.18

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 22 13:49:44 UTC 2007


Author: thias

Update of /cvs/extras/rpms/directfb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17395

Modified Files:
	directfb.spec 
Log Message:
Rebuild for new BuildID feature.



Index: directfb.spec
===================================================================
RCS file: /cvs/extras/rpms/directfb/devel/directfb.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- directfb.spec	9 Apr 2007 14:33:32 -0000	1.17
+++ directfb.spec	22 Aug 2007 13:49:11 -0000	1.18
@@ -1,9 +1,9 @@
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
 Version: 1.0.0
-Release: 1%{?dist}
+Release: 3%{?dist}
 Group: System Environment/Libraries
-License: LGPL
+License: LGPLv2+
 URL: http://www.directfb.org/
 Source: http://www.directfb.org/downloads/Core/DirectFB-%{version}.tar.gz
 Patch0: DirectFB-1.0.0-rc2-asmtypes.patch
@@ -15,12 +15,7 @@
 BuildRequires: libjpeg-devel
 BuildRequires: freetype-devel
 BuildRequires: SDL-devel
-# Use sysfsutils-devel up to FC5, and libsysfs-devel for FC6+ and non-Fedora
-%if %{!?fedora:6}%{?fedora} >= 6
 BuildRequires: libsysfs-devel
-%else
-BuildRequires: sysfsutils-devel
-%endif
 
 %description
 DirectFB is a thin library that provides hardware graphics acceleration,
@@ -40,12 +35,7 @@
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
 Requires: zlib-devel
-# Use sysfsutils-devel up to FC5, and libsysfs-devel for FC6+ and non-Fedora
-%if %{!?fedora:6}%{?fedora} >= 6
 Requires: libsysfs-devel
-%else
-Requires: sysfsutils-devel
-%endif
 
 %description devel
 Development files for DirectFB.
@@ -65,6 +55,7 @@
     --disable-dependency-tracking \
     --enable-zlib \
     --enable-video4linux2
+# Remove rpath for 64bit
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 %{__make} %{?_smp_mflags}
@@ -127,6 +118,12 @@
 
 
 %changelog
+* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.0.0-3
+- Rebuild for new BuildID feature.
+
+* Mon Aug  6 2007 Matthias Saou <http://freshrpms.net/> 1.0.0-2
+- Update License field.
+
 * Mon Apr  9 2007 Matthias Saou <http://freshrpms.net/> 1.0.0-1
 - Update to 1.0.0 final.
 - No longer disable MMX on x86_64, it builds again.




More information about the scm-commits mailing list