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

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


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

    Drop xinf file

 i128.xinf              |    4 ----
 xorg-x11-drv-i128.spec |   10 ++++------
 2 files changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/xorg-x11-drv-i128.spec b/xorg-x11-drv-i128.spec
index 77b1422..b4ec735 100644
--- a/xorg-x11-drv-i128.spec
+++ b/xorg-x11-drv-i128.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 i128 video driver
 Name:      xorg-x11-drv-i128
 Version:   1.3.4
-Release:   12%{?dist}
+Release:   13%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -20,7 +20,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)
 
@@ -42,9 +41,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 --
@@ -55,10 +51,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{driverdir}/i128_drv.so
-%{_datadir}/hwdata/videoaliases/i128.xinf
 %{_mandir}/man4/i128.4*
 
 %changelog
+* Fri Dec 16 2011 Adam Jackson <ajax at redhat.com> - 1.3.4-13
+- Drop xinf file
+
 * Mon Nov 14 2011 Adam Jackson <ajax at redhat.com> - 1.3.4-12
 - ABI rebuild
 


More information about the scm-commits mailing list