rpms/xorg-x11-drv-nv/devel xorg-x11-drv-nv.spec,1.41,1.42

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu May 10 14:00:53 UTC 2007


Author: ajax

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

Modified Files:
	xorg-x11-drv-nv.spec 
Log Message:
* Thu May 03 2007 Adam Jackson <ajax at redhat.com> 2.0.2-2
- Split nouveau into its own binary package.



Index: xorg-x11-drv-nv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nv/devel/xorg-x11-drv-nv.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- xorg-x11-drv-nv.spec	18 Apr 2007 00:25:45 -0000	1.41
+++ xorg-x11-drv-nv.spec	10 May 2007 13:57:14 -0000	1.42
@@ -9,7 +9,7 @@
 Summary:   Xorg X11 nv video driver
 Name:      xorg-x11-drv-nv
 Version:   2.0.2
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -26,13 +26,20 @@
 BuildRequires: libdrm-devel >= 2.3.0-5
 
 Requires:  xorg-x11-server-Xorg >= 1.1.0-12
-Requires:  kernel-drm-nouveau = 6
 
 Patch0:     nv-1.1.1-nv34-tweaks.patch
 
 %description 
 X.Org X11 nv video driver.
 
+%package -n xorg-x11-drv-nouveau
+Summary:   Xorg X11 nouveau video driver
+Group:     User Interface/X Hardware Support
+Requires:  xorg-x11-server-Xorg >= 1.1.0-12
+Requires:  kernel-drm-nouveau = 6
+%description -n xorg-x11-drv-nouveau
+X.Org X11 nouveau video driver.
+
 %prep
 %setup -q -n %{tarball}-%{version}
 
@@ -69,13 +76,19 @@
 
 %files
 %defattr(-,root,root,-)
-%{driverdir}/nouveau_drv.so
 %{driverdir}/nv_drv.so
 %{_datadir}/hwdata/videoaliases/nv.xinf
-%{_mandir}/man4/nouveau.4*
 %{_mandir}/man4/nv.4*
 
+%files -n xorg-x11-drv-nouveau
+%defattr(-,root,root,-)
+%{driverdir}/nouveau_drv.so
+%{_mandir}/man4/nouveau.4*
+
 %changelog
+* Thu May 03 2007 Adam Jackson <ajax at redhat.com> 2.0.2-2
+- Split nouveau into its own binary package.
+
 * Tue Apr 17 2007 Adam Jackson <ajax at redhat.com> 2.0.2-1
 - nv 2.0.2
 - nv.xinf: PCI ID updates for yet more G80 cards.




More information about the fedora-extras-commits mailing list