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

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


commit de6a4195e6178bf4e389123fcb4632642aa81eed
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Dec 15 22:44:01 2011 -0500

    Drop xinf file

 i740.xinf              |    1 -
 xorg-x11-drv-i740.spec |   10 ++++------
 2 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/xorg-x11-drv-i740.spec b/xorg-x11-drv-i740.spec
index e8d8ef4..560d155 100644
--- a/xorg-x11-drv-i740.spec
+++ b/xorg-x11-drv-i740.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 i740 video driver
 Name:      xorg-x11-drv-i740
 Version:   1.3.2
-Release:   11%{?dist}
+Release:   12%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -17,7 +17,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)
 
@@ -36,9 +35,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 --
@@ -49,10 +45,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{driverdir}/i740_drv.so
-%{_datadir}/hwdata/videoaliases/i740.xinf
 %{_mandir}/man4/i740.4*
 
 %changelog
+* Fri Dec 16 2011 Adam Jackson <ajax at redhat.com> - 1.3.2-12
+- Drop xinf file
+
 * Mon Nov 14 2011 Adam Jackson <ajax at redhat.com> - 1.3.2-11
 - ABI rebuild
 


More information about the scm-commits mailing list