- 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
This commit is contained in:
parent
9863263001
commit
a4b16630d8
@ -1 +1 @@
|
||||
xf86-video-fbdev-0.3.1.tar.bz2
|
||||
xf86-video-fbdev-20071113.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
9ae810c6c6c3c9713a67866fe794d4ff xf86-video-fbdev-0.3.1.tar.bz2
|
||||
88935fa8c8bb1b65ccd87c05d674031e xf86-video-fbdev-20071113.tar.bz2
|
||||
|
@ -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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man4/fbdev.4*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 13 2007 Adam Jackson <ajax@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@redhat.com> - 0.3.1-4
|
||||
- Rebuild for PPC toolchain bug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user