rpms/xorg-x11-drv-fbdev/devel xorg-x11-drv-fbdev.spec,1.18,1.19

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Wed Nov 14 00:39:53 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-fbdev/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30209

Modified Files:
	xorg-x11-drv-fbdev.spec 
Log Message:
* Tue Nov 13 2007 Adam Jackson <ajax at redhat.com> 0.3.1-5.20071113
- Update to git snapshot for pciaccess goodness.  Don't ask why a driver
  that doesn't touch PCI at all needs a PCI update.  I don't know either,
  and thinking about it makes me very sad.
- Require xserver 1.4.99.1



Index: xorg-x11-drv-fbdev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-fbdev/devel/xorg-x11-drv-fbdev.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xorg-x11-drv-fbdev.spec	22 Aug 2007 19:26:19 -0000	1.18
+++ xorg-x11-drv-fbdev.spec	14 Nov 2007 00:39:03 -0000	1.19
@@ -2,35 +2,40 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
+%define gitdate 20071113
+
 Summary:   Xorg X11 fbdev video driver
 Name:      xorg-x11-drv-fbdev
 Version:   0.3.1
-Release:   4%{?dist}
+Release:   4.%{gitdate}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+#Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Source0: %{tarball}-%{gitdate}.tar.bz2
 
 ExcludeArch: s390 s390x
 
 Patch1: fbdev-0.3.0-32fbbpp.patch
 
-BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
+BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
+BuildRequires: autoconf automake libtool
 
-Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
+Requires:  xorg-x11-server-Xorg >= 1.4.99.1
 
 %description 
 X.Org X11 fbdev video driver.
 
 %prep
-%setup -q -n %{tarball}-%{version}
+%setup -q -n %{tarball}-%{gitdate}
 # Not sure if this is still necessary, it doesn't apply anymore and the new
 # code looks like it'll have the same effect.  XXX check with katzj.
 # %patch1 -p1 -b .fbbpp
 
 %build
+autoreconf -v --install || exit 1
 %configure --disable-static
 make
 
@@ -52,6 +57,12 @@
 %{_mandir}/man4/fbdev.4*
 
 %changelog
+* Tue Nov 13 2007 Adam Jackson <ajax at redhat.com> 0.3.1-5.20071113
+- Update to git snapshot for pciaccess goodness.  Don't ask why a driver
+  that doesn't touch PCI at all needs a PCI update.  I don't know either,
+  and thinking about it makes me very sad.
+- Require xserver 1.4.99.1
+
 * Wed Aug 22 2007 Adam Jackson <ajax at redhat.com> - 0.3.1-4
 - Rebuild for PPC toolchain bug
 




More information about the fedora-extras-commits mailing list