rpms/xorg-x11-drv-s3virge/devel s3virge.xinf, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xorg-x11-drv-s3virge.spec, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 3 13:37:38 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/xorg-x11-drv-s3virge/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26396/devel

Modified Files:
	.cvsignore sources xorg-x11-drv-s3virge.spec 
Added Files:
	s3virge.xinf 
Log Message:
auto-import xorg-x11-drv-s3virge-1.8.6.5-1 on branch devel from xorg-x11-drv-s3virge-1.8.6.5-1.src.rpm


--- NEW FILE s3virge.xinf ---
alias pcivideo:v000010B4d00001B1Dsv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00005631sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d0000883Dsv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008903sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008904sv00001014sd000000DBbc*sc*i* s3virge
alias pcivideo:v00005333d00008904sv00001014sd0000305Cbc*sc*i* s3virge
alias pcivideo:v00005333d00008904sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008A01sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008A10sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008A13sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008C01sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008C02sv*sd*bc*sc*i* s3virge
alias pcivideo:v00005333d00008C03sv*sd*bc*sc*i* s3virge


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-s3virge/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	24 Dec 2005 03:46:23 -0000	1.5
+++ .cvsignore	3 Feb 2006 13:37:36 -0000	1.6
@@ -1 +1 @@
-xf86-video-s3virge-1.8.6.4.tar.bz2
+xf86-video-s3virge-1.8.6.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-s3virge/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Dec 2005 03:46:23 -0000	1.5
+++ sources	3 Feb 2006 13:37:36 -0000	1.6
@@ -1 +1 @@
-1b2017a70d075a878763673457c671fe  xf86-video-s3virge-1.8.6.4.tar.bz2
+5ac819a238e90e3f07d77928d8a600cc  xf86-video-s3virge-1.8.6.5.tar.bz2


Index: xorg-x11-drv-s3virge.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-s3virge/devel/xorg-x11-drv-s3virge.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xorg-x11-drv-s3virge.spec	24 Dec 2005 03:46:23 -0000	1.5
+++ xorg-x11-drv-s3virge.spec	3 Feb 2006 13:37:36 -0000	1.6
@@ -1,22 +1,16 @@
 %define tarball xf86-video-s3virge
-# All packages should own all dirs they lead up to, for saner
-# rpm packaging, in particular if the leading dirs are not owned by
-# the "filesystem" package.
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
-# define driverdir to the appropriate type for this driver class
 %define driverdir	%{moduledir}/drivers
 
 %define cvsdate xxxxxxx
 
 Summary:   Xorg X11 s3virge video driver
 Name:      xorg-x11-drv-s3virge
-Version: 1.8.6.4
-Release: 1
+Version:   1.8.6.5
+Release:   1
 URL:       http://www.x.org
-# FIXME: If using a CVS version, uncomment the second Source0 line and use
-# it instead.
-Source0:   http://xorg.freedesktop.org/X11R7.0-RC0/driver/%{tarball}-%{version}.tar.bz2
-#Source0:   http://xorg.freedesktop.org/X11R7.0-RC0/driver/%{tarball}-%{version}-%{cvsdate}.tar.bz2
+Source0:   http://xorg.freedesktop.org/X11R7.0/src/driver/%{tarball}-%{version}.tar.bz2
+Source1:   s3virge.xinf
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,6 +21,7 @@
 BuildRequires: xorg-x11-server-sdk
 
 Requires:  xorg-x11-server-Xorg
+
 %description 
 X.Org X11 s3virge video driver.
 
@@ -39,14 +34,15 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# FIXME: This should be using makeinstall macro instead.  Please test
-# makeinstall with this driver, and if it works, check it into CVS. If
-# it fails, fix it in upstream sources and file a patch upstream.
+
 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 --
+find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,14 +52,14 @@
 %dir %{moduledir}
 %dir %{driverdir}
 %{driverdir}/s3virge_drv.so
-# NOTE: Uncomment when multimedia drivers are avail
-#%dir %{moduledir}/multimedia
-#%{moduledir}/multimedia/*.so
-%dir %{_mandir}
-%dir %{_mandir}/man4
-%{_mandir}/man4/*.4*
+%{_datadir}/hwdata/videoaliases/s3virge.xinf
+#%dir %{_mandir}/man4x
+%{_mandir}/man4/s3virge.4*
 
 %changelog
+* Wed Jan 18 2006 Mike A. Harris <mharris at redhat.com> 1.8.6.5-1
+- Updated xorg-x11-drv-s3virge to version 1.8.6.5 from X11R7.0
+
 * Tue Dec 20 2005 Mike A. Harris <mharris at redhat.com> 1.8.6.4-1
 - Updated xorg-x11-drv-s3virge to version 1.8.6.4 from X11R7 RC4
 - Removed 'x' suffix from manpage dirs to match RC4 upstream.
@@ -74,6 +70,7 @@
 * Fri Nov 4 2005 Mike A. Harris <mharris at redhat.com> 1.8.6.1-1
 - Updated xorg-x11-drv-s3virge to version 1.8.6.1 from X11R7 RC1
 - Fix *.la file removal.
+
 * Tue Oct 4 2005 Mike A. Harris <mharris at redhat.com> 1.8.6-1
 - Update BuildRoot to use Fedora Packaging Guidelines.
 - Deglob file manifest.




More information about the fedora-cvs-commits mailing list