]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- workaround for builder automation to allow building against auto/ac/X11-driver-firegl-8_31_5-1
authorhawk <hawk@pld-linux.org>
Fri, 8 Dec 2006 15:26:23 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  kernel-grsecurity (via bcond)
- release 1

Changed files:
    X11-driver-firegl.spec -> 1.140

X11-driver-firegl.spec

index 0d749b6f5e3bcda8cd9549d7778460ee1b9622eb..02ea3b8e057885661c92ae811c418b136bb4e7ba 100644 (file)
@@ -6,14 +6,19 @@
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_without incall          # include all sources in srpm
-
-%define                _min_eq_x11     1:6.9.0
-%define                _max_x11        1:7.0.0
-%define                x11ver          x690
-
+%bcond_with    grsec_kernel    # build for kernel-grsecurity
+#
 %if !%{with kernel}
 %undefine with_dist_kernel
 %endif
+#
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define        alt_kernel      grsecurity
+%endif
+#
+%define                _min_eq_x11     1:6.9.0
+%define                _max_x11        1:7.0.0
+%define                x11ver          x690
 
 %ifarch %{ix86}
 %define                arch_sufix      ""
@@ -23,7 +28,7 @@
 %define                arch_dir        x86_64
 %endif
 
-%define                _rel    0.1
+%define                _rel    1
 Summary:       Linux Drivers for ATI graphics accelerators
 Summary(pl):   Sterowniki do akceleratorów graficznych ATI
 Name:          X11-driver-firegl
This page took 0.03192 seconds and 4 git commands to generate.