]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame_incremental - X11-driver-firegl.spec
- rpmbuild(macros) >= 1.308 (required by %{_alt_kernel})
[packages/X11-driver-firegl.git] / X11-driver-firegl.spec
... / ...
CommitLineData
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
10%define _min_eq_x11 1:6.9.0
11%define _max_x11 1:7.0.0
12%define x11ver x690
13
14%if %{without kernel}
15%undefine with_dist_kernel
16%endif
17
18%ifarch %{ix86}
19%define need_x86 1
20%define need_amd64 0%{?with_incall:1}
21%define arch_sufix ""
22%define arch_dir x86
23%else
24%define need_x86 0%{?with_incall:1}
25%define need_amd64 1
26%define arch_sufix _64a
27%define arch_dir x86_64
28%endif
29
30%define _rel 1
31Summary: Linux Drivers for ATI graphics accelerators
32