]> git.pld-linux.org Git - packages/libfuse.git/blame - libfuse.spec
- rel 4
[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
10#
11%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
12%define alt_kernel grsecurity
13%endif
c28e4405 14#
de7386ee 15%ifarch sparc
8bfc0885 16%undefine with_smp
de7386ee
AM
17%endif
18#
00120f58 19%define _rel 4
9c73f04f 20Summary: Filesystem in Userspace
544fbe9d 21