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

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


commit 3db2c8ade93f5acbd14fc80dbb7965df6a6ba8bf
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Dec 15 22:46:18 2011 -0500

    Drop xinf file

 tdfx.xinf              |    4 ----
 xorg-x11-drv-tdfx.spec |   10 ++++------
 2 files changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/xorg-x11-drv-tdfx.spec b/xorg-x11-drv-tdfx.spec
index 2f69545..c806451 100644
--- a/xorg-x11-drv-tdfx.spec
+++ b/xorg-x11-drv-tdfx.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 tdfx video driver
 Name:      xorg-x11-drv-tdfx
 Version:   1.4.3
-Release:   12%{?dist}
+Release:   13%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -24,7 +24,6 @@ BuildRequires: libdrm-devel >= 2.0-1
 BuildRequires: xorg-x11-util-macros >= 1.1.5
 BuildRequires: mesa-libGL-devel
 
-Requires:  hwdata
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
@@ -45,9 +44,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 --
@@ -58,10 +54,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{driverdir}/tdfx_drv.so
-%{_datadir}/hwdata/videoaliases/tdfx.xinf
 %{_mandir}/man4/tdfx.4*
 
 %changelog
+* Fri Dec 16 2011 Adam Jackson <ajax at redhat.com> - 1.4.3-13
+- Drop xinf file
+
 * Thu Nov 17 2011 Adam Jackson <ajax at redhat.com> 1.4.3-12
 - Disable DRI1
 


More information about the scm-commits mailing list