2005-10-02 14:44:47 +00:00
|
|
|
%define tarball xf86-video-vmware
|
|
|
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
2005-11-05 00:27:29 +00:00
|
|
|
%define driverdir %{moduledir}/drivers
|
2005-10-02 14:44:47 +00:00
|
|
|
|
|
|
|
Summary: Xorg X11 vmware video driver
|
|
|
|
Name: xorg-x11-drv-vmware
|
2007-10-11 14:46:39 +00:00
|
|
|
Version: 10.15.2
|
2007-09-24 18:14:29 +00:00
|
|
|
Release: 1%{?dist}
|
2005-10-02 14:44:47 +00:00
|
|
|
URL: http://www.x.org
|
2007-06-18 20:01:14 +00:00
|
|
|
License: MIT
|
2005-10-02 14:44:47 +00:00
|
|
|
Group: User Interface/X Hardware Support
|
2005-10-04 22:09:11 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-10-02 14:44:47 +00:00
|
|
|
|
2006-06-28 11:21:17 +00:00
|
|
|
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
|
|
|
Source1: vmware.xinf
|
|
|
|
|
2005-10-04 22:09:11 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
2005-10-02 14:44:47 +00:00
|
|
|
|
2007-06-18 20:01:14 +00:00
|
|
|
BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
|
2005-10-02 14:44:47 +00:00
|
|
|
|
2007-06-18 20:01:14 +00:00
|
|
|
Requires: hwdata
|
|
|
|
Requires: xorg-x11-server-Xorg >= 1.3.0.0-6
|
2006-02-03 13:41:09 +00:00
|
|
|
|
2005-10-02 14:44:47 +00:00
|
|
|
%description
|
|
|
|
X.Org X11 vmware video driver.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{tarball}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-02-03 13:41:09 +00:00
|
|
|
|
2005-10-02 14:44:47 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2006-02-03 13:41:09 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
|
|
|
|
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
|
|
|
|
|
2005-10-02 14:44:47 +00:00
|
|
|
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
|
|
|
# should be fixed in upstream Makefile.am or whatever.
|
2006-02-03 13:41:09 +00:00
|
|
|
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
2005-10-02 14:44:47 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2005-10-04 22:09:11 +00:00
|
|
|
%{driverdir}/vmware_drv.so
|
2006-02-03 13:41:09 +00:00
|
|
|
%{_datadir}/hwdata/videoaliases/vmware.xinf
|
|
|
|
%{_mandir}/man4/vmware.4*
|
2005-10-02 14:44:47 +00:00
|
|
|
|
|
|
|
%changelog
|
2007-10-11 14:46:39 +00:00
|
|
|
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 10.15.2-1
|
|
|
|
- xf86-video-vmware 10.15.2
|
|
|
|
|
2007-09-24 18:14:29 +00:00
|
|
|
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 10.15.1-1
|
|
|
|
- xf86-video-vmware 10.15.1
|
|
|
|
|
2007-08-24 12:08:43 +00:00
|
|
|
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 10.14.1-3
|
|
|
|
- Rebuild for build ID
|
|
|
|
|
2007-06-18 20:01:14 +00:00
|
|
|
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 10.14.1-2
|
|
|
|
- Update Requires and BuildRequires. Disown the module directories. Add
|
|
|
|
Requires: hwdata.
|
|
|
|
|
2007-01-05 23:23:08 +00:00
|
|
|
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 10.14.1-1.fc7
|
|
|
|
- Update to 10.14.1
|
|
|
|
|
2006-07-12 09:17:13 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
|
|
|
- rebuild
|
|
|
|
|
2006-05-23 19:18:57 +00:00
|
|
|
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 10.13.0-2
|
|
|
|
- Rebuild for 7.1 ABI fix.
|
|
|
|
|
2006-04-10 03:27:57 +00:00
|
|
|
* Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 10.13.0-1
|
|
|
|
- Update to 10.13.0 from 7.1RC1.
|
|
|
|
|
2006-02-07 14:35:40 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 10.11.1.3-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-03 13:41:09 +00:00
|
|
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 10.11.1.3-1
|
|
|
|
- Updated xorg-x11-drv-vmware to version 10.11.1.3 from X11R7.0
|
|
|
|
|
2005-12-24 03:50:16 +00:00
|
|
|
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 10.11.1.2-1
|
|
|
|
- Updated xorg-x11-drv-vmware to version 10.11.1.2 from X11R7 RC4
|
|
|
|
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
|
|
|
|
|
2005-11-16 12:18:11 +00:00
|
|
|
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 10.11.1-1
|
|
|
|
- Updated xorg-x11-drv-vmware to version 10.11.1 from X11R7 RC2
|
|
|
|
|
2005-11-05 00:27:29 +00:00
|
|
|
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 10.11.0.1-1
|
|
|
|
- Updated xorg-x11-drv-vmware to version 10.11.0.1 from X11R7 RC1
|
|
|
|
- Fix *.la file removal.
|
2006-02-03 13:41:09 +00:00
|
|
|
|
2005-10-04 22:09:11 +00:00
|
|
|
* Tue Oct 4 2005 Mike A. Harris <mharris@redhat.com> 10.10.2-1
|
|
|
|
- Update BuildRoot to use Fedora Packaging Guidelines.
|
|
|
|
- Deglob file manifest.
|
|
|
|
- Limit "ExclusiveArch" to x86, x86_64, ia64
|
|
|
|
|
2005-10-02 14:44:47 +00:00
|
|
|
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 10.10.2-0
|
|
|
|
- Initial spec file for vmware video driver generated automatically
|
|
|
|
by my xorg-driverspecgen script.
|