From 99a91f2af618b1c1f6e249af6e916cc2636768d8 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 25 Sep 2011 14:11:09 +0200 Subject: [PATCH] fuse: Update to 2.8.6. --- fuse/fuse.nm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/fuse/fuse.nm b/fuse/fuse.nm index 35c30d5a4..e8fe47d00 100644 --- a/fuse/fuse.nm +++ b/fuse/fuse.nm @@ -4,7 +4,7 @@ ############################################################################### name = fuse -version = 2.8.5 +version = 2.8.6 release = 1 groups = System/Filesystems @@ -13,23 +13,26 @@ license = GPL+ summary = File System in Userspace (FUSE) utilities. description - With FUSE it is possible to implement a fully functional \ - filesystem in a userspace program. This package contains the \ + With FUSE it is possible to implement a fully functional + filesystem in a userspace program. This package contains the FUSE userspace tools to mount a FUSE filesystem. end -source_dl = +source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp} build requires libselinux-devel end + CFLAGS += -D_GNU_SOURCE + configure_options += \ --disable-static \ --disable-rpath install_cmds + # Remove old sysvinit directory. rm -vrf %{BUILDROOT}/etc/init.d # Remove /dev/fuse which cannot be packaged. -- 2.39.5