SPECS: X11-driver-firegl.spec - fix x11 requirements
arekm
arekm at pld-linux.org
Tue Dec 27 22:43:34 CET 2005
Author: arekm Date: Tue Dec 27 21:43:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix x11 requirements
---- Files affected:
SPECS:
X11-driver-firegl.spec (1.109 -> 1.110)
---- Diffs:
================================================================
Index: SPECS/X11-driver-firegl.spec
diff -u SPECS/X11-driver-firegl.spec:1.109 SPECS/X11-driver-firegl.spec:1.110
--- SPECS/X11-driver-firegl.spec:1.109 Wed Dec 21 18:22:16 2005
+++ SPECS/X11-driver-firegl.spec Tue Dec 27 22:43:29 2005
@@ -8,7 +8,8 @@
%bcond_with verbose # verbose build (V=1)
%bcond_without incall # include all sources in srpm
-%define _min_x11 6.8.0
+%define _min_eq_x11 6.8.0
+%define _max_x11 6.9.0
%if %{without kernel}
%undefine with_dist_kernel
@@ -29,7 +30,7 @@
Summary(pl): Sterowniki do akceleratorów graficznych ATI
Name: X11-driver-firegl
Version: 8.20.8
-%define _rel 0.1
+%define _rel 0.2
Release: %{_rel}
License: ATI Binary (parts are GPL)
Vendor: ATI
@@ -52,12 +53,14 @@
%{?with_dist_kernel:BuildRequires: kernel-module-build >= 2.6.14}
BuildRequires: rpmbuild(macros) >= 1.213
%{?with_userspace:BuildRequires: qt-devel}
-#BuildRequires: X11-devel >= %{_min_x11} # disabled for now
-Requires: X11-OpenGL-core >= %{_min_x11}
+#BuildRequires: X11-devel >= %{_min_eq_x11} # disabled for now
+Requires: X11-OpenGL-core >= %{_min_eq_x11}
Requires: X11-Xserver
%{?with_kernel:Requires: X11-driver-firegl(kernel)}
-Requires: X11-libs >= %{_min_x11}
-Requires: X11-modules >= %{_min_x11}
+Requires: X11-libs >= %{_min_eq_x11}
+Requires: X11-libs < %{_max_x11}
+Requires: X11-modules >= %{_min_eq_x11}
+Requires: X11-modules < %{_max_x11}
Provides: X11-OpenGL-libGL
Provides: XFree86-OpenGL-libGL
Obsoletes: Mesa
@@ -270,6 +273,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.110 2005/12/27 21:43:29 arekm
+- fix x11 requirements
+
Revision 1.109 2005/12/21 17:22:16 charles
- updated to 8.20.8 (by Patryk Szczygłowski patryk @ patryk one pl)
- removed obsolete -ioctl32.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/X11-driver-firegl.spec?r1=1.109&r2=1.110&f=u
More information about the pld-cvs-commit
mailing list