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

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


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

    Drop xinf file

 voodoo.xinf              |    2 --
 xorg-x11-drv-voodoo.spec |   10 ++++------
 2 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/xorg-x11-drv-voodoo.spec b/xorg-x11-drv-voodoo.spec
index 1ca7bb7..c83ad5d 100644
--- a/xorg-x11-drv-voodoo.spec
+++ b/xorg-x11-drv-voodoo.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 voodoo video driver
 Name:      xorg-x11-drv-voodoo
 Version:   1.2.4
-Release:   9%{?dist}
+Release:   10%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -19,7 +19,6 @@ ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
 
-Requires:  hwdata
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
@@ -38,9 +37,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 --
@@ -51,10 +47,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{driverdir}/voodoo_drv.so
-%{_datadir}/hwdata/videoaliases/voodoo.xinf
 %{_mandir}/man4/voodoo.4*
 
 %changelog
+* Fri Dec 16 2011 Adam Jackson <ajax at redhat.com> - 1.2.4-10
+- Drop xinf file
+
 * Mon Nov 14 2011 Adam Jackson <ajax at redhat.com> - 1.2.4-9
 - ABI rebuild
 


More information about the scm-commits mailing list