From 245d503a0adcdb8007ae751f9f443c9c05cb0b27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sat, 11 Oct 2003 13:14:01 +0000 Subject: [PATCH] - define min_xfree macro (there are separate sources for prevoius XFree's) Changed files: X11-driver-firegl.spec -> 1.29 --- X11-driver-firegl.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/X11-driver-firegl.spec b/X11-driver-firegl.spec index 6a2d4ba..ed4e825 100644 --- a/X11-driver-firegl.spec +++ b/X11-driver-firegl.spec @@ -5,6 +5,8 @@ # TODO: # - kernel modules (SMP) +%define _min_xfree 4.3.0 + Summary: Linux Drivers for ATI graphics accelerators Summary(pl): Sterowniki do akceleratorów graficznych ATI Name: XFree86-driver-firegl @@ -13,7 +15,7 @@ Release: 1 License: ATI Binary Vendor: ATI Group: X11/XFree86 -Source0: http://www2.ati.com/drivers/firegl/fglrx-glc22-4.3.0-%{version}.i586.rpm +Source0: http://www2.ati.com/drivers/firegl/fglrx-glc22-%{_min_xfree}-%{version}.i586.rpm # Source0-md5: 824aaaafd4b4867c2456860ea5eff5ec Patch0: firegl-panel.patch Patch1: XFree86-driver-firegl-kh.patch @@ -22,10 +24,10 @@ BuildRequires: cpio %{!?_without_dist_kernel:BuildRequires: kernel-headers >= 2.2.0 } BuildRequires: rpm-utils Requires: XFree86-Xserver -Requires: XFree86-libs >= 4.3.0 -Requires: XFree86-modules >= 4.3.0 +Requires: XFree86-libs >= %{_min_xfree} +Requires: XFree86-modules >= %{_min_xfree} %{!?_without_dist_kernel:Requires: kernel-video-firegl = %{version} } -Provides: XFree86-OpenGL-core +Provides: XFree86-OpenGL-core = %{_min_xfree} Obsoletes: Mesa Obsoletes: XFree86-OpenGL-libGL Provides: XFree86-OpenGL-libGL -- 2.44.0