]> git.pld-linux.org Git - packages/libfuse.git/blame - libfuse.spec
- up to 2.6.2
[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
4965dc0c 6%bcond_without userspace # don't build userspace tools
a35003d8 7%bcond_with verbose # verbose build (V=1)
441a6a89 8%bcond_with grsec_kernel # build for kernel-grsecurity
9#
10%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
11%define alt_kernel grsecurity
12%endif
c28e4405 13#
de7386ee 14%ifarch sparc
8bfc0885 15%undefine with_smp
de7386ee
AM
16%endif
17#
1ad71c20 18%define _rel 1
9c73f04f 19Summary: Filesystem in Userspace
544fbe9d 20