rpms/directfb/devel .cvsignore, 1.7, 1.8 directfb.spec, 1.16, 1.17 sources, 1.7, 1.8

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Apr 9 14:34:07 UTC 2007


Author: thias

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

Modified Files:
	.cvsignore directfb.spec sources 
Log Message:
Update to 1.0.0 final.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/directfb/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	2 Feb 2007 14:09:15 -0000	1.7
+++ .cvsignore	9 Apr 2007 14:33:32 -0000	1.8
@@ -1 +1 @@
-DirectFB-1.0.0-rc3.tar.gz
+DirectFB-1.0.0.tar.gz


Index: directfb.spec
===================================================================
RCS file: /cvs/extras/rpms/directfb/devel/directfb.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- directfb.spec	2 Feb 2007 14:09:15 -0000	1.16
+++ directfb.spec	9 Apr 2007 14:33:32 -0000	1.17
@@ -1,13 +1,11 @@
-%define prever rc3
-
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
 Version: 1.0.0
-Release: 0.1.%{prever}%{?dist}
+Release: 1%{?dist}
 Group: System Environment/Libraries
 License: LGPL
 URL: http://www.directfb.org/
-Source: http://www.directfb.org/downloads/Core/DirectFB-%{version}-%{prever}.tar.gz
+Source: http://www.directfb.org/downloads/Core/DirectFB-%{version}.tar.gz
 Patch0: DirectFB-1.0.0-rc2-asmtypes.patch
 Patch1: DirectFB-0.9.25.1-ppc.patch
 Patch2: DirectFB-0.9.25.1-sysfs.patch
@@ -54,21 +52,21 @@
 
 
 %prep
-%setup -q -n DirectFB-%{version}-%{prever}
+%setup -q -n DirectFB-%{version}
 %patch0 -p1 -b .asmtypes
 %patch1 -p1 -b .ppc
 %patch2 -p1 -b .sysfs
+# Remove executable bit from sources
+find . \( -name '*.c' -o -name '*.h' \) -a -perm 755 -exec chmod -x {} \;
 
 
 %build
-# Disable MMX on x86_64 otherwise some ASM fails for generic.o (1.0.0-rc2)
 %configure \
-%ifarch x86_64
-    --disable-mmx \
-%endif
     --disable-dependency-tracking \
     --enable-zlib \
     --enable-video4linux2
+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}
 
 
@@ -106,7 +104,7 @@
 #%{_datadir}/%{name}-%{version}
 # Naming is brain dead here...
 %{_libdir}/directfb-1.0-0/
-%{_datadir}/directfb-1.0.0-%{prever}/
+%{_datadir}/directfb-1.0.0/
 %{_mandir}/man1/dfbg.1*
 %{_mandir}/man5/directfbrc.5*
 
@@ -129,6 +127,11 @@
 
 
 %changelog
+* 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.
+- Disable /usr/lib64 rpath on 64bit.
+
 * Fri Feb  2 2007 Matthias Saou <http://freshrpms.net/> 1.0.0-0.1.rc3
 - Update to 1.0.0-rc3.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/directfb/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	2 Feb 2007 14:09:15 -0000	1.7
+++ sources	9 Apr 2007 14:33:32 -0000	1.8
@@ -1 +1 @@
-d957d3bb2478f95d96638c1a3215608c  DirectFB-1.0.0-rc3.tar.gz
+ad746c49dc89ba6f99df71b17bbb1dc8  DirectFB-1.0.0.tar.gz




More information about the scm-commits mailing list