[xorg-x11-drv-omapfb] Rebuild for xorg-x11-server 1.12 abi

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 12 13:33:17 UTC 2012


commit de95e4362f44ecd7274fcedb1f74d29679afdb72
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Mar 12 13:33:14 2012 +0000

    Rebuild for xorg-x11-server 1.12 abi

 xorg-x11-drv-omapfb.spec |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/xorg-x11-drv-omapfb.spec b/xorg-x11-drv-omapfb.spec
index 9c5fa03..4d76691 100644
--- a/xorg-x11-drv-omapfb.spec
+++ b/xorg-x11-drv-omapfb.spec
@@ -1,19 +1,19 @@
 %define tarball xf86-video-omapfb
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
-%define driverdir       %{moduledir}/drivers
+%define driverdir %{moduledir}/drivers
 
 Summary:   Xorg X11 omap frame buffer driver
 Name:      xorg-x11-drv-omapfb
 Version:   0.1.1
-Release:   2.git20110428%{?dist}
+Release:   3.git20110428%{?dist}
 URL:       http://www.x.org
+License:   MIT
+Group:     User Interface/X Hardware Support
+
 # tarball created by running 
 # git clone git http://git.pingu.fi/xf86-video-omapfb
 # tar -cjvr xf86-video-omapfb.tar.bz2 xf86-video-omapfb
 Source0:   %{tarball}.tar.bz2
-License: MIT
-Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch: %{arm}
 
@@ -35,17 +35,12 @@ autoreconf -v --install || exit 1
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make install DESTDIR=$RPM_BUILD_ROOT
 
 # FIXME: Remove all libtool archives (*.la) from modules directory.  This
 # should be fixed in upstream Makefile.am or whatever.
 find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc README COPYING
@@ -53,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 #%{_mandir}/man4/omapfb.4*
 
 %changelog
+* Mon Mar 12 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.1.1-3.git20110428
+- Rebuild for xorg-x11-server 1.12 abi
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-2.git20110428
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list