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

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Jun 18 19:37:09 UTC 2007


Author: ajax

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

Modified Files:
	xorg-x11-drv-glint.spec 
Log Message:
* Mon Jun 18 2007 Adam Jackson <ajax at redhat.com> 1.1.1-6
- Update Requires and BuildRequires.  Disown the module directories.  Add
  Requires: hwdata.



Index: xorg-x11-drv-glint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-glint/devel/xorg-x11-drv-glint.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xorg-x11-drv-glint.spec	16 Feb 2007 18:56:33 -0000	1.15
+++ xorg-x11-drv-glint.spec	18 Jun 2007 19:36:34 -0000	1.16
@@ -2,8 +2,6 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
-%define cvsdate xxxxxxx
-
 # FIXME: DRI support for glint is more or less nonfunctional and unlikely to
 # ever be fixed.
 %define with_dri        1
@@ -11,9 +9,9 @@
 Summary:   Xorg X11 glint video driver
 Name:      xorg-x11-drv-glint
 Version:   1.1.1
-Release:   5%{?dist}
+Release:   6%{?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)
 
@@ -22,14 +20,14 @@
 
 ExcludeArch: s390 s390x
 
-BuildRequires: pkgconfig
-BuildRequires: xorg-x11-server-sdk >= 1.1.0-2
+BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
 %if %{with_dri}
 BuildRequires: mesa-libGL-devel >= 6.4-4
 BuildRequires: libdrm-devel >= 2.0-1
 %endif
 
-Requires:  xorg-x11-server-Xorg >= 1.0.99.901
+Requires:  hwdata
+Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
 
 %description 
 X.Org X11 glint video driver.
@@ -61,14 +59,15 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{moduledir}
-%dir %{driverdir}
 %{driverdir}/glint_drv.so
 %{_datadir}/hwdata/videoaliases/glint.xinf
-#%dir %{_mandir}/man4x
 %{_mandir}/man4/glint.4*
 
 %changelog
+* Mon Jun 18 2007 Adam Jackson <ajax at redhat.com> 1.1.1-6
+- Update Requires and BuildRequires.  Disown the module directories.  Add
+  Requires: hwdata.
+
 * Fri Feb 16 2007 Adam Jackson <ajax at redhat.com> 1.1.1-5
 - ExclusiveArch -> ExcludeArch
 




More information about the fedora-extras-commits mailing list