rpms/xorg-x11-drv-rendition/devel rendition.xinf, 1.1, 1.2 xorg-x11-drv-rendition.spec, 1.16, 1.17

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue May 8 19:04:47 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-rendition/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13709

Modified Files:
	rendition.xinf xorg-x11-drv-rendition.spec 
Log Message:
* Tue May 08 2007 Adam Jackson <ajax at redhat.com> 4.1.3-3
- rendition.xinf: Be non-empty.  And get installed. (#208827)



Index: rendition.xinf
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-rendition/devel/rendition.xinf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rendition.xinf	3 Feb 2006 13:37:06 -0000	1.1
+++ rendition.xinf	8 May 2007 19:00:51 -0000	1.2
@@ -0,0 +1,2 @@
+alias pcivideo:v00001163d00000001sv*sd*bc*sc*i* rendition
+alias pcivideo:v00001163d00002000sv*sd*bc*sc*i* rendition


Index: xorg-x11-drv-rendition.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-rendition/devel/xorg-x11-drv-rendition.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xorg-x11-drv-rendition.spec	16 Feb 2007 21:41:18 -0000	1.16
+++ xorg-x11-drv-rendition.spec	8 May 2007 19:00:51 -0000	1.17
@@ -7,7 +7,7 @@
 Summary:   Xorg X11 rendition video driver
 Name:      xorg-x11-drv-rendition
 Version:   4.1.3
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
@@ -37,6 +37,8 @@
 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.
@@ -47,17 +49,16 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{moduledir}
-%dir %{driverdir}
 %{driverdir}/rendition_drv.so
-# FIXME: These firmware and data files should really be converted to C
-# code and included in the driver directly.
+%{_datadir}/hwdata/videoaliases/rendition.xinf
 %{moduledir}/v10002d.uc
 %{moduledir}/v20002d.uc
-#%dir %{_mandir}/man4x
 %{_mandir}/man4/rendition.4*
 
 %changelog
+* Tue May 08 2007 Adam Jackson <ajax at redhat.com> 4.1.3-3
+- rendition.xinf: Be non-empty.  And get installed. (#208827)
+
 * Fri Feb 16 2007 Adam Jackson <ajax at redhat.com> 4.1.3-2
 - ExclusiveArch -> ExcludeArch
 




More information about the fedora-extras-commits mailing list