]> git.pld-linux.org Git - packages/libfuse3.git/commitdiff
up to 3.2.6 auto/th/libfuse3-3.2.6-1
authorJan Palus <atler@pld-linux.org>
Fri, 31 Aug 2018 17:16:57 +0000 (19:16 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 31 Aug 2018 17:16:57 +0000 (19:16 +0200)
libfuse3-build.patch
libfuse3.spec

index 1df33e4a7d47adce922635ddf12ace3e57991aa9..2c0ee54cd00456e44eb4e4ba725fff6162363ef1 100644 (file)
@@ -1,31 +1,33 @@
---- fuse-3.2.0/util/install_helper.sh.org      2017-10-31 08:57:43.252484720 +0100
-+++ fuse-3.2.0/util/install_helper.sh  2017-10-31 08:58:09.556525269 +0100
-@@ -11,28 +11,12 @@ bindir="$2"
udevrulesdir="$3"
- prefix="${MESON_INSTALL_DESTDIR_PREFIX}"
+--- fuse-3.2.6/util/install_helper.sh.orig     2018-08-31 19:12:16.706833727 +0200
++++ fuse-3.2.6/util/install_helper.sh  2018-08-31 19:14:32.389406619 +0200
+@@ -22,30 +22,12 @@
    DESTDIR="${DESTDIR%/}"
+ fi
  
--chown root:root "${prefix}/${bindir}/fusermount3"
--chmod u+s "${prefix}/${bindir}/fusermount3"
+-chown root:root "${DESTDIR}${bindir}/fusermount3"
+-chmod u+s "${DESTDIR}${bindir}/fusermount3"
 -
+ install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
+       "${DESTDIR}${sysconfdir}/fuse.conf"
 -if test ! -e "${DESTDIR}/dev/fuse"; then
 -    mkdir -p "${DESTDIR}/dev"
 -    mknod "${DESTDIR}/dev/fuse" -m 0666 c 10 229
 -fi
 -
  install -D -m 644 "${MESON_SOURCE_ROOT}/util/udev.rules" \
-         "${DESTDIR}/${udevrulesdir}/99-fuse3.rules"
+         "${DESTDIR}${udevrulesdir}/99-fuse3.rules"
  
  install -D -m 755 "${MESON_SOURCE_ROOT}/util/init_script" \
-         "${DESTDIR}/etc/init.d/fuse3"
- install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
-       "${DESTDIR}/etc/fuse.conf"
+         "${DESTDIR}${sysconfdir}/init.d/fuse3"
+-
+-
 -if test -x /usr/sbin/update-rc.d && test -z "${DESTDIR}"; then
 -    /usr/sbin/update-rc.d fuse3 start 34 S . start 41 0 6 . || /bin/true
 -else
 -    echo "== FURTHER ACTION REQUIRED =="
--    echo "Make sure that your init system will start the ${DESTDIR}/etc/init.d/fuse3 init script"
+-    echo "Make sure that your init system will start the ${sysconfdir}/init.d/fuse3 init script"
 -fi
 -
 -
index ab4611aac8770fe63b04dbbebb142002b54efe1e..0c3ba290b98827ed6702fd2ccb517ba874107530 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Filesystem in Userspace
 Summary(pl.UTF-8):     System plików w przestrzeni użytkownika
 Name:          libfuse3
-Version:       3.2.5
+Version:       3.2.6
 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: b0be7abb2624f60d1674cb1a46321661
+# Source0-md5: 4b068c444a4d2e62f61ff205363e2757
 Patch0:                %{name}-build.patch
 URL:           https://github.com/libfuse/libfuse
 BuildRequires: meson >= 0.38
This page took 0.034312 seconds and 4 git commands to generate.