rpms/xorg-x11-drv-via/devel via.xinf, NONE, 1.1 .cvsignore, 1.6, 1.7 sources, 1.5, 1.6 xorg-x11-drv-via.spec, 1.8, 1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 3 13:40:55 UTC 2006


Author: mharris

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

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


--- NEW FILE via.xinf ---
alias pcivideo:v00001106d00003022sv*sd*bc*sc*i* via
alias pcivideo:v00001106d00003122sv*sd*bc*sc*i* via
alias pcivideo:v00001106d00003204sv*sd*bc*sc*i* via
alias pcivideo:v00001106d00003205sv*sd*bc*sc*i* via
alias pcivideo:v00001106d00007204sv*sd*bc*sc*i* via
alias pcivideo:v00001106d00007205sv*sd*bc*sc*i* via


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-via/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	24 Dec 2005 03:50:04 -0000	1.6
+++ .cvsignore	3 Feb 2006 13:40:52 -0000	1.7
@@ -1 +1 @@
-xf86-video-via-0.1.33.1.tar.bz2
+xf86-video-via-0.1.33.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-via/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Dec 2005 03:50:04 -0000	1.5
+++ sources	3 Feb 2006 13:40:52 -0000	1.6
@@ -1 +1 @@
-4149ee2f052e0861f0fe3748a7f6c02c  xf86-video-via-0.1.33.1.tar.bz2
+b003e299f15e3f62850c40e941afe0ec  xf86-video-via-0.1.33.2.tar.bz2


Index: xorg-x11-drv-via.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-via/devel/xorg-x11-drv-via.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xorg-x11-drv-via.spec	24 Dec 2005 03:50:04 -0000	1.8
+++ xorg-x11-drv-via.spec	3 Feb 2006 13:40:52 -0000	1.9
@@ -1,9 +1,5 @@
 %define tarball xf86-video-via
-# 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
@@ -12,16 +8,15 @@
 
 Summary:   Xorg X11 via video driver
 Name:      xorg-x11-drv-via
-Version: 0.1.33.1
-Release: 1
+Version:   0.1.33.2
+Release:   1
 URL:       http://www.x.org
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# 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/src/driver/%{tarball}-%{version}.tar.bz2
+Source1:   via.xinf
 
 ExclusiveArch: %{ix86} x86_64
 
@@ -56,14 +51,12 @@
 
 %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
 
 # 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
@@ -80,12 +73,8 @@
 %{_libdir}/libviaXvMCPro.so.1
 %{_libdir}/libviaXvMCPro.so.1.0.0
 %endif
-# NOTE: Uncomment when multimedia drivers are avail
-#%dir %{moduledir}/multimedia
-#%{moduledir}/multimedia/*.so
-%dir %{_mandir}
-%dir %{_mandir}/man4
-%{_mandir}/man4/*.4*
+#%dir %{_mandir}/man4x
+%{_mandir}/man4/via.4*
 
 %if %{with_xvmc}
 %files devel
@@ -96,6 +85,9 @@
 %endif
 
 %changelog
+* Wed Jan 18 2006 Mike A. Harris <mharris at redhat.com> 0.1.33.2-1
+- Updated xorg-x11-drv-via to version 0.1.33.2 from X11R7.0
+
 * Tue Dec 20 2005 Mike A. Harris <mharris at redhat.com> 0.1.33.1-1
 - Updated xorg-x11-drv-via to version 0.1.33.1 from X11R7 RC4
 - Removed 'x' suffix from manpage dirs to match RC4 upstream.




More information about the fedora-cvs-commits mailing list