[xorg-x11-drv-omap] 0.4.2 tagged release

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 23 14:24:58 UTC 2012


commit 7444672d6357d8b1b732582302b9ee7fd81f7ed5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Oct 23 15:24:51 2012 +0100

    0.4.2 tagged release

 .gitignore             |    2 +-
 sources                |    2 +-
 xorg-x11-drv-omap.spec |   39 ++++++++++++++++++++++-----------------
 3 files changed, 24 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0898a59..14cf413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xf86-video-omap.tar.bz2
+/xorg-x11-drv-omap-*.tar.bz2
diff --git a/sources b/sources
index bde58e6..afa19e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb261107c6f0b5d92187bb4d8b736db0  xf86-video-omap.tar.bz2
+1a1d77547bfb4fc1de51443442aefd64  xorg-x11-drv-omap-0.4.2.tar.bz2
diff --git a/xorg-x11-drv-omap.spec b/xorg-x11-drv-omap.spec
index 331cd6c..c579830 100644
--- a/xorg-x11-drv-omap.spec
+++ b/xorg-x11-drv-omap.spec
@@ -1,46 +1,49 @@
-%define tarball xf86-video-omap
+# Tarfile created using git 		
+# git clone git://github.com/robclark/xf86-video-omap.git xf86-video-omap
+# git archive --format=tar --prefix=%{name}-%{version}/ %{gittag}-%{version} | bzip2 > ~/%{name}-%{version}.tar.bz2 		
+
+%define tarfile %{name}-%{version}.tar.bz2 		
+%define gittag xf86-video-omap
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir %{moduledir}/drivers
 
 Summary:   Xorg X11 omapdrm driver
 Name:      xorg-x11-drv-omap
-Version:   0.4.0
-Release:   0.1.git20120801%{?dist}
+Version:   0.4.2
+Release:   1%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
-
-# tarball created by running 
-# git clone  git://github.com/robclark/xf86-video-omap.git xf86-video-omap
-# tar -cjv xf86-video-omap.tar.bz2 xf86-video-omap
-Source0:   %{tarball}.tar.bz2
+Source0:   %{tarfile}
 
 ExclusiveArch: %{arm}
 
-BuildRequires: xorg-x11-server-devel >= 1.4.99.1-0.15
-BuildRequires: libXext-devel 
+BuildRequires: kernel-headers >= 2.6.32.3
 BuildRequires: pkgconfig(libdrm_omap)
-BuildRequires: autoconf automake libtool
+BuildRequires: libudev-devel
+BuildRequires: libXext-devel 
 BuildRequires: libXv-devel
 BuildRequires: mesa-libGL-devel >= 6.5-9
-BuildRequires: kernel-headers >= 2.6.32.3
-BuildRequires: libudev-devel
+BuildRequires: xorg-x11-server-devel >= 1.4.99.1-0.15
+BuildRequires: autoconf automake libtool
+
 Requires:  xorg-x11-server-Xorg >= 1.4.99.1
+
 # last version of the xorg-x11-drv-omapfb in arm koji
 Obsoletes: xorg-x11-drv-omapfb <= 0.1.1-3.git20110428.fc17
 Provides: xorg-x11-drv-omapfb = 0.1.1-3.git20110428.fc17.1
 
 %description 
-X.Org X11 omapdrm driver.
+X.Org X11 omapdrm driver for TI OMAP 3/4/5xxx series ARM devices.
 
 %prep
-%setup -q -n %{tarball}
+%setup -q
 
 %build
 sh autogen.sh
 #autoreconf -v --install || exit 1
 %configure --disable-static  --libdir=%{_libdir} --mandir=%{_mandir}
-make
+make V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -50,12 +53,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 
 %files
-%defattr(-,root,root,-)
 %doc README COPYING
 %{driverdir}/omap_drv.so
 %{_mandir}/man4/omap.4*
 
 %changelog
+* Tue Oct 23 2012 Peter Robinson <pbrobinson at fedoraproject.org> 0.4.2-1
+- Update to the 0.4.2 tagged release
+
 * Wed Aug 01 2012 Dennis Gilmore <dennis at ausil.us> - 0.4.0-0.1.git201207801
 - update to latest git snapshot
 


More information about the scm-commits mailing list