]> git.pld-linux.org Git - packages/libfuse.git/blame - libfuse.spec
- rel 58 (2.6.16.58-1)
[packages/libfuse.git] / libfuse.spec
CommitLineData
c28e4405
PS
1#
2# Condtional build:
3%bcond_without dist_kernel # without distribution kernel
a35003d8 4%bcond_without kernel # don't build kernel modules
c28e4405 5%bcond_without smp # without smp packages
00120f58 6%bcond_without up # without up packages
4965dc0c 7%bcond_without userspace # don't build userspace tools
a35003d8 8%bcond_with verbose # verbose build (V=1)
441a6a89 9%bcond_with grsec_kernel # build for kernel-grsecurity
0663b900 10
de7386ee 11%ifarch sparc
8bfc0885 12%undefine with_smp
de7386ee 13%endif
0663b900 14
8a3dc3a6
ER
15%if %{without kernel}
16%undefine with_dist_kernel
17%endif
0a9b5358
ER
18%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
19%define alt_kernel grsecurity
20%endif
0663b900
ER
21%if "%{_alt_kernel}" != "%{nil}"
22%undefine with_userspace
23%endif
24
36f7ff6f 25%define _rel 58
6b4ce077 26%define pname libfuse
9c73f04f 27Summary: Filesystem in Userspace
544fbe9d 28