]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - X11-driver-firegl.spec
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/X11-driver-firegl.git] / X11-driver-firegl.spec
CommitLineData
ab99b785 1#
2# Conditional build:
3%bcond_without dist_kernel # without distribution kernel
4%bcond_without kernel # don't build kernel modules
5%bcond_without smp # don't build SMP module
6%bcond_without userspace # don't build userspace tools
7%bcond_with verbose # verbose build (V=1)
8%bcond_without incall # include all sources in srpm
9%bcond_with grsec_kernel # build for kernel-grsecurity
10#
11%if !%{with kernel}
12%undefine with_dist_kernel
13%endif
14#
15%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
16%define alt_kernel grsecurity
17%endif
18#
19%define _min_eq_x11 1:6.9.0
20%define _max_x11 1:7.0.0
21%define x11ver x690
22
23%ifarch %{ix86}
24%define arch_sufix ""
25%define arch_dir x86
26%else
27%define arch_sufix _64a
28%define arch_dir x86_64
29%endif
30
31%define _rel 1
32Summary: Linux Drivers for ATI graphics accelerators
33