summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index c5ab0fc16a2..75a05d9f9fb 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -18,9 +18,9 @@
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without epoll
%{?_without_epoll:%global _without_epoll --disable-epoll}
-# if you wish to compile an rpm with fusermount...
-# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with fusermount
-%{?_with_fusermount:%global _with_fusermount --enable-fusermount}
+# if you wish to compile an rpm without fusermount...
+# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without fusermount
+%{?_without_fusermount:%global _without_fusermount --disable-fusermount}
%global version @PACKAGE_VERSION@
%if "%{version}" >= "3.2"
@@ -179,7 +179,7 @@ This package provides the development libraries.
%build
./autogen.sh
-%configure %{?_without_rdma} %{?_without_epoll} %{?_with_fusermount} %{?_without_georeplication}
+%configure %{?_without_rdma} %{?_without_epoll} %{?_without_fusermount} %{?_without_georeplication}
# Remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -317,7 +317,7 @@ fi
%{_libdir}/glusterfs/%{version}/xlator/mount/fuse*
#%{_mandir}/man8/mount.glusterfs.8*
/sbin/mount.glusterfs
-%if 0%{?_with_fusermount:1}
+%if 0%{!?_without_fusermount:1}
%{_bindir}/fusermount-glusterfs
%endif