- Latest upstream release
This commit is contained in:
parent
b50981a5c4
commit
13814505d5
@ -1 +1 @@
|
||||
xf86-video-vmware-20080122.tar.bz2
|
||||
xf86-video-vmware-10.16.0.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ceb3ffd7e95a9d8f4d990173c1362c65 xf86-video-vmware-20080122.tar.bz2
|
||||
2768dd5c5c3867ac6fc390ae15dc85bd xf86-video-vmware-10.16.0.tar.bz2
|
||||
|
@ -1,21 +1,18 @@
|
||||
%define tarball xf86-video-vmware
|
||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%define driverdir %{moduledir}/drivers
|
||||
%define gitdate 20080122
|
||||
|
||||
Summary: Xorg X11 vmware video driver
|
||||
Name: xorg-x11-drv-vmware
|
||||
Version: 10.15.2
|
||||
Release: 100.1%{?dist}
|
||||
Version: 10.16.0
|
||||
Release: 1%{?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: xf86-video-vmware-%{gitdate}.tar.bz2
|
||||
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
||||
Source1: vmware.xinf
|
||||
Source2: make-git-snapshot.sh
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 ia64
|
||||
|
||||
@ -31,7 +28,7 @@ Requires: xorg-x11-server-Xorg >= 1.4.99.1
|
||||
X.Org X11 vmware video driver.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{tarball}-%{gitdate}
|
||||
%setup -q -n %{tarball}-%{version}
|
||||
|
||||
%build
|
||||
%if 0%{?gitdate}
|
||||
@ -62,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man4/vmware.4*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 10.16.0-1
|
||||
- Latest upstream release
|
||||
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 10.15.2-100.1
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user