]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - X11-driver-firegl.spec
- upgraded to new X.org 6.9.0 (by patryk szczyglowski and some fixes)
[packages/X11-driver-firegl.git] / X11-driver-firegl.spec
CommitLineData
73f83a82 1#
2# Conditional build:
42ab2c5b 3#
4# TODO: fix Source0 and Source1
5#
65666b9f 6%bcond_without dist_kernel # without distribution kernel
56f8b0b0 7%bcond_without kernel # don't build kernel modules
de505e65 8%bcond_without smp # don't build SMP module
56f8b0b0 9%bcond_without userspace # don't build userspace tools
de505e65 10%bcond_with verbose # verbose build (V=1)
2aa20f95 11%bcond_without incall # include all sources in srpm
c48a488c 12
42ab2c5b 13%define _min_eq_x11 1:6.9.0
14%define _max_x11 1:7.0.0
15%define arch_sufix x690
c48a488c 16
37862d70 17%if %{without kernel}
18%undefine with_dist_kernel
19%endif
20
935ce2f3 21%ifarch %{ix86}
2aa20f95 22%define need_x86 1
2aa20f95 23%else
935ce2f3
JB
24%define need_x86 0%{?with_incall:1}
25%endif
caca75ca 26%ifarch %{x8664}
2aa20f95 27%define need_amd64 1
42ab2c5b 28%define arch_sufix _64a
935ce2f3
JB
29%else
30%define need_amd64 0%{?with_incall:1}
2aa20f95
PZ
31%endif
32
73f83a82 33Summary: Linux Drivers for ATI graphics accelerators
34