Drop xinf file

This commit is contained in:
Adam Jackson 2011-12-15 22:46:39 -05:00
parent 9e403b91a1
commit 2b5943ee62
2 changed files with 4 additions and 8 deletions

View File

@ -1,2 +0,0 @@
alias pcivideo:v000015ADd00000405sv*sd*bc*sc*i* vmware
alias pcivideo:v000015ADd00000710sv*sd*bc*sc*i* vmware

View File

@ -5,7 +5,7 @@
Summary: Xorg X11 vmware video driver Summary: Xorg X11 vmware video driver
Name: xorg-x11-drv-vmware Name: xorg-x11-drv-vmware
Version: 11.0.3 Version: 11.0.3
Release: 8%{?dist} Release: 9%{?dist}
URL: http://www.x.org URL: http://www.x.org
License: MIT License: MIT
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
@ -24,7 +24,6 @@ BuildRequires: autoconf automake libtool
BuildRequires: xorg-x11-server-sdk >= 1.10.99.902 BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
BuildRequires: libdrm-devel pkgconfig(xext) pkgconfig(x11) BuildRequires: libdrm-devel pkgconfig(xext) pkgconfig(x11)
Requires: hwdata
Requires: Xorg %(xserver-sdk-abi-requires ansic) Requires: Xorg %(xserver-sdk-abi-requires ansic)
Requires: Xorg %(xserver-sdk-abi-requires videodrv) Requires: Xorg %(xserver-sdk-abi-requires videodrv)
@ -48,9 +47,6 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
# FIXME: Remove all libtool archives (*.la) from modules directory. This # FIXME: Remove all libtool archives (*.la) from modules directory. This
# should be fixed in upstream Makefile.am or whatever. # should be fixed in upstream Makefile.am or whatever.
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f -- find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
@ -62,10 +58,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{driverdir}/vmware_drv.so %{driverdir}/vmware_drv.so
%{driverdir}/vmwlegacy_drv.so %{driverdir}/vmwlegacy_drv.so
%{_datadir}/hwdata/videoaliases/vmware.xinf
%{_mandir}/man4/vmware.4* %{_mandir}/man4/vmware.4*
%changelog %changelog
* Fri Dec 16 2011 Adam Jackson <ajax@redhat.com> - 11.0.3-9
- Drop xinf file
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 11.0.3-8 * Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 11.0.3-8
- ABI rebuild - ABI rebuild
- vmware-11.0.3-abi12.patch: Compensate for videoabi 12. - vmware-11.0.3-abi12.patch: Compensate for videoabi 12.