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

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


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

    Drop xinf file

 sis.xinf              |   22 ----------------------
 xorg-x11-drv-sis.spec |   10 ++++------
 2 files changed, 4 insertions(+), 28 deletions(-)
---
diff --git a/xorg-x11-drv-sis.spec b/xorg-x11-drv-sis.spec
index 6246ddd..650c364 100644
--- a/xorg-x11-drv-sis.spec
+++ b/xorg-x11-drv-sis.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 sis video driver
 Name:      xorg-x11-drv-sis
 Version:   0.10.3
-Release:   10%{?dist}
+Release:   11%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -21,7 +21,6 @@ BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
 BuildRequires: mesa-libGL-devel >= 6.4-4
 BuildRequires: libdrm-devel >= 2.0-1
 
-Requires:  hwdata
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
@@ -41,9 +40,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 --
@@ -54,10 +50,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{driverdir}/sis_drv.so
-%{_datadir}/hwdata/videoaliases/sis.xinf
 %{_mandir}/man4/sis.4*
 
 %changelog
+* Fri Dec 16 2011 Adam Jackson <ajax at redhat.com> - 0.10.3-11
+- Drop xinf file
+
 * Thu Nov 17 2011 Adam Jackson <ajax at redhat.com> 0.10.3-10
 - Disable DRI1
 


More information about the scm-commits mailing list