]> git.pld-linux.org Git - packages/libfuse3.git/blobdiff - libfuse3.spec
up to 3.9.0
[packages/libfuse3.git] / libfuse3.spec
index e8e490b720750259cfe7bcb637d03b225936b8f5..6033bd2a63849a34dedb78e1f99e59dbb10a88a8 100644 (file)
@@ -1,16 +1,16 @@
 Summary:       Filesystem in Userspace
 Summary(pl.UTF-8):     System plików w przestrzeni użytkownika
 Name:          libfuse3
-Version:       3.3.0
+Version:       3.9.0
 Release:       1
 License:       LGPL v2 (library), GPL v2 (tools)
 Group:         Applications/System
 #Source0Download: https://github.com/libfuse/libfuse/releases
 Source0:       https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz
-# Source0-md5: 2568a6bd41f5a4dead66e119a83cebaf
+# Source0-md5: 5dc2be21c0d06c7eace340996e8a37e2
 Patch0:                %{name}-build.patch
 URL:           https://github.com/libfuse/libfuse
-BuildRequires: meson >= 0.38
+BuildRequires: meson >= 0.42
 # for --default_library=both
 BuildRequires: rpmbuild(macros) >= 1.732
 BuildRequires: sed >= 4.0
@@ -114,7 +114,8 @@ install -d ld-dir
 %build
 PATH=$(pwd)/ld-dir:$PATH
 
-%meson build
+%meson build \
+       -Duseroot=false
 
 %meson_build -C build
 
This page took 0.103421 seconds and 4 git commands to generate.