[xorg-x11-drv-vmware] Drop xinf file

Adam Jackson ajax at fedoraproject.org
Thu Dec 15 22:48:35 UTC 2011


commit 2b5943ee6223e093e4235d28a77183e03d7a607e
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Dec 15 22:46:39 2011 -0500

    Drop xinf file

 vmware.xinf              |    2 --
 xorg-x11-drv-vmware.spec |   10 ++++------
 2 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/xorg-x11-drv-vmware.spec b/xorg-x11-drv-vmware.spec
index fd9f99e..c6ab738 100644
--- a/xorg-x11-drv-vmware.spec
+++ b/xorg-x11-drv-vmware.spec
@@ -5,7 +5,7 @@
 Summary:    Xorg X11 vmware video driver
 Name:	    xorg-x11-drv-vmware
 Version:    11.0.3
-Release:    8%{?dist}
+Release:    9%{?dist}
 URL:	    http://www.x.org
 License:    MIT
 Group:	    User Interface/X Hardware Support
@@ -24,7 +24,6 @@ BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
 BuildRequires: libdrm-devel pkgconfig(xext) pkgconfig(x11)
 
-Requires:  hwdata
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
@@ -48,9 +47,6 @@ rm -rf $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
 # should be fixed in upstream Makefile.am or whatever.
 find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
@@ -62,10 +58,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{driverdir}/vmware_drv.so
 %{driverdir}/vmwlegacy_drv.so
-%{_datadir}/hwdata/videoaliases/vmware.xinf
 %{_mandir}/man4/vmware.4*
 
 %changelog
+* Fri Dec 16 2011 Adam Jackson <ajax at redhat.com> - 11.0.3-9
+- Drop xinf file
+
 * Wed Nov 16 2011 Adam Jackson <ajax at redhat.com> 11.0.3-8
 - ABI rebuild
 - vmware-11.0.3-abi12.patch: Compensate for videoabi 12.


More information about the scm-commits mailing list