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

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


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

    Drop xinf file

 cirrus.xinf              |   17 -----------------
 xorg-x11-drv-cirrus.spec |   10 ++++------
 2 files changed, 4 insertions(+), 23 deletions(-)
---
diff --git a/xorg-x11-drv-cirrus.spec b/xorg-x11-drv-cirrus.spec
index 03169db..9d34b4f 100644
--- a/xorg-x11-drv-cirrus.spec
+++ b/xorg-x11-drv-cirrus.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 cirrus video driver
 Name:      xorg-x11-drv-cirrus
 Version:   1.3.2
-Release:   13%{?dist}
+Release:   14%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -22,7 +22,6 @@ Patch2:	    cirrus-1.3.2-vgahw.patch
 BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
 BuildRequires: xorg-x11-util-macros >= 1.1.5
 
-Requires:  hwdata
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
@@ -44,9 +43,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 --
@@ -59,10 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 %{driverdir}/cirrus_drv.so
 %{driverdir}/cirrus_alpine.so
 %{driverdir}/cirrus_laguna.so
-%{_datadir}/hwdata/videoaliases/cirrus.xinf
 %{_mandir}/man4/cirrus.4*
 
 %changelog
+* Fri Dec 16 2011 Adam Jackson <ajax at redhat.com> - 1.3.2-14
+- Drop xinf file
+
 * Tue Nov 29 2011 Adam Jackson <ajax at redhat.com> 1.3.2-13
 - cirrus-1.3.2-vgahw.patch: Adapt to new vgahw API
 


More information about the scm-commits mailing list