[xorg-x11-drv-omap] initial import

Dennis Gilmore ausil at fedoraproject.org
Tue Jun 5 23:37:14 UTC 2012


commit 7fa4b36d33e914959b38b89cb28abcfe02a2343e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jun 5 18:37:01 2012 -0500

    initial import

 .gitignore             |    1 +
 sources                |    1 +
 xorg-x11-drv-omap.spec |   60 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0898a59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/xf86-video-omap.tar.bz2
diff --git a/sources b/sources
index e69de29..b50136f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2fa982d5b9f5cabdcfa70cc2c223dbff  xf86-video-omap.tar.bz2
diff --git a/xorg-x11-drv-omap.spec b/xorg-x11-drv-omap.spec
new file mode 100644
index 0000000..0eef03d
--- /dev/null
+++ b/xorg-x11-drv-omap.spec
@@ -0,0 +1,60 @@
+%define tarball 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.0.1
+Release:   0.1.git20120511%{?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
+
+ExclusiveArch: %{arm}
+
+BuildRequires: xorg-x11-server-devel >= 1.4.99.1-0.15
+BuildRequires: libXext-devel 
+BuildRequires: pkgconfig(libdrm_omap)
+BuildRequires: autoconf automake libtool
+BuildRequires: libXv-devel
+BuildRequires: mesa-libGL-devel >= 6.5-9
+BuildRequires: kernel-headers >= 2.6.32.3
+BuildRequires: libudev-devel
+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.
+
+%prep
+%setup -q -n %{tarball}
+
+%build
+sh autogen.sh
+#autoreconf -v --install || exit 1
+%configure --disable-static  --libdir=%{_libdir} --mandir=%{_mandir}
+make
+
+%install
+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 --
+
+%files
+%defattr(-,root,root,-)
+%doc README COPYING
+%{driverdir}/omap_drv.so
+%{_mandir}/man4/omap.4*
+
+%changelog
+* Fri May 11 2012 Dennis Gilmore <dennis at ausil.us> 0.0.1-0.1.git20120511
+- initial fedora packaging


More information about the scm-commits mailing list