rpms/xorg-x11-drv-vga/devel xorg-x11-drv-vga.spec,1.15,1.16

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Sep 6 20:48:00 UTC 2007


Author: ajax

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

Modified Files:
	xorg-x11-drv-vga.spec 
Log Message:
* Thu Sep 06 2007 Adam Jackson <ajax at redhat.com> 4.1.0-5
- Fix license.  Disown the module and driver dirs. (#226632)



Index: xorg-x11-drv-vga.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vga/devel/xorg-x11-drv-vga.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xorg-x11-drv-vga.spec	21 Aug 2007 19:23:21 -0000	1.15
+++ xorg-x11-drv-vga.spec	6 Sep 2007 20:47:28 -0000	1.16
@@ -7,9 +7,9 @@
 Summary:   Xorg X11 vga video driver
 Name:      xorg-x11-drv-vga
 Version:   4.1.0
-Release:   4%{?dist}
+Release:   5%{?dist}
 URL:       http://www.x.org
-License:   MIT/X11
+License:   MIT
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -41,8 +41,6 @@
 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 --
 
 %clean
@@ -50,14 +48,14 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{moduledir}
-%dir %{driverdir}
 %{driverdir}/vga_drv.so
 %{_datadir}/hwdata/videoaliases/vga.xinf
-#%dir %{_mandir}/man4x
 %{_mandir}/man4/vga.4*
 
 %changelog
+* Thu Sep 06 2007 Adam Jackson <ajax at redhat.com> 4.1.0-5
+- Fix license.  Disown the module and driver dirs. (#226632)
+
 * Tue Aug 21 2007 Adam Jackson <ajax at redhat.com> - 4.1.0-4
 - Rebuild for build id
 




More information about the fedora-extras-commits mailing list