]> git.pld-linux.org Git - packages/libfuse.git/blame - libfuse.spec
- let selinux bcond actually disable selinux
[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
efd7a38f 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
127ee08d 10%bcond_without selinux # build without SELinux support
441a6a89 11#
12%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
13%define alt_kernel grsecurity
14%endif
c28e4405 15#
de7386ee 16%ifarch sparc
8bfc0885 17%undefine with_smp
de7386ee
AM
18%endif
19#
1ad71c20 20%define _rel 1
9c73f04f 21Summary: Filesystem in Userspace
544fbe9d 22