Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37708034
en ru br
ALT Linux repositórios
S:3.10.2-alt1

Group :: Sistema/Kernel e hardware
RPM: fuse3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: fuse3-3.10.2-alt.patch
Download


 .gear/fuse3.spec                                   | 113 +++++++++++++++++++++
 .gear/fuserumount3                                 |   2 +
 .gear/rules                                        |   5 +
 .../tags/3f3ab3dd16b43691507027cc8df08de951d29328  |  25 +++++
 .../tags/ebd3a529178f84816e40476b3afc3aa55c110204  |  25 +++++
 .gear/tags/list                                    |   2 +
 6 files changed, 172 insertions(+)
diff --git a/.gear/fuse3.spec b/.gear/fuse3.spec
new file mode 100644
index 0000000..e5bcb62
--- /dev/null
+++ b/.gear/fuse3.spec
@@ -0,0 +1,113 @@
+Name: fuse3
+Version: 3.10.2
+Release: alt1
+
+Summary: a tool for creating virtual filesystems
+License: GPL
+Group: System/Kernel and hardware
+
+Url: https://github.com/libfuse/
+
+Source: %name-%version.tar
+Source1: fuserumount3
+Patch: %name-%version-alt.patch
+
+Requires(pre): fuse-common >= 1.1.1
+
+BuildRequires: meson ninja-build libudev-devel
+
+%description
+FUSE (Filesystem in USErspace), an excellent tool
+for creating custom filesystems with minimal effort
+as well as for using them.
+
+%package -n lib%name
+Group: System/Kernel and hardware
+Summary: tool for creating virtual filesystems
+Requires: %name = %version-%release
+
+%description -n lib%name
+FUSE (Filesystem in USErspace), an excellent tool
+for creating custom filesystems with minimal effort.
+
+This package contains shared libraries.
+
+%package -n lib%name-devel
+Group: System/Kernel and hardware
+Summary: tool for creating virtual filesystems
+Requires: lib%name = %version-%release
+
+%description -n lib%name-devel
+FUSE (Filesystem in USErspace), an excellent tool
+for creating custom filesystems with minimal effort.
+
+This package contains development headers.
+
+%prep
+%setup
+%patch -p1
+
+%build
+%meson -Duseroot=false
+%meson_build
+
+%install
+%meson_install
+
+mkdir -p %buildroot/%_lib
+mv %buildroot%_libdir/lib%name.so.* %buildroot/%_lib/
+ln -sf ../../%_lib/lib%name.so.%version %buildroot%_libdir/lib%name.so
+
+rm -fr %buildroot%_sysconfdir/init.d
+
+install -pD %SOURCE1 %buildroot%_bindir/fuserumount3
+
+%pre
+if [ $1 -ge 2 -o -e %_bindir/fusermount ]; then
+    %_sbindir/control-dump fusermount
+fi
+
+%post
+if [ $1 -ge 2 -o -e %_bindir/fusermount ]; then
+    %_sbindir/control-restore fusermount
+else
+    %_sbindir/control fusermount fuseonly
+fi
+
+%files
+%doc AUTHORS README.md doc/README.NFS doc/kernel.txt
+/usr/sbin/mount.fuse3
+%attr(4710,root,fuse) %_bindir/fusermount3
+%attr(0755,root,root) %_bindir/fuserumount3
+%_man1dir/*
+%_man8dir/*
+
+# fuse-common-1.1.1-alt1 contains /etc/fuse.conf
+%exclude %_sysconfdir/fuse.conf
+# fuse-common-1.1.0-alt2 contains /lib/udev/rules.d/60-fuse.rules
+%exclude %_udevrulesdir/99-%name.rules
+
+%files -n lib%name
+/%_lib/lib%name.so.*
+
+%files -n lib%name-devel
+%_includedir/*
+%_libdir/lib*.so
+%_pkgconfigdir/*.pc
+
+%changelog
+* Sun Mar 28 2021 Evgeny Sinelnikov <sin@altlinux.org> 3.10.2-alt1
+- update to latest release requires by newest gvfs from gnome project (fixes: 39759)
+
+* Sun Mar 28 2021 Evgeny Sinelnikov <sin@altlinux.org> 3.4.1-alt3
+- update build with upstream history
+
+* Mon Feb 04 2019 Rustem Bapin <rbapin@altlinux.org> 3.4.1-alt2
+- added fuserumount3 script
+- added pre- and postinstall scriptlets that take account mode of already installed fuse package
+
+* Mon Jan 14 2019 Evgeny Sinelnikov <sin@altlinux.org> 3.4.1-alt1
+- update to latest release
+
+* Tue Jul 25 2017 Denis Smirnov <mithraen@altlinux.ru> 3.1.0-alt1
+- first build for Sisyphus (ALT#33529)
diff --git a/.gear/fuserumount3 b/.gear/fuserumount3
new file mode 100755
index 0000000..8ae92f2
--- /dev/null
+++ b/.gear/fuserumount3
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec fusermount3 -u "$@"
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..294d8b7
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,5 @@
+tar: fuse-@version@:. name=@name@-@version@
+diff: fuse-@version@:. . name=@name@-@version@-alt.patch
+copy: .gear/fuserumount3
+spec: .gear/fuse3.spec
+copy?: .gear/*.patch
diff --git a/.gear/tags/3f3ab3dd16b43691507027cc8df08de951d29328 b/.gear/tags/3f3ab3dd16b43691507027cc8df08de951d29328
new file mode 100644
index 0000000..8769f28
--- /dev/null
+++ b/.gear/tags/3f3ab3dd16b43691507027cc8df08de951d29328
@@ -0,0 +1,25 @@
+object 77d662459a0fcdf358d515477d33795837e859d5
+type commit
+tag fuse-3.10.2
+tagger Nikolaus Rath <Nikolaus@rath.org> 1612516064 +0000
+
+Tagged release
+-----BEGIN PGP SIGNATURE-----
+
+iQLKBAABCgC0FiEE7TF5GyxcFhOvOIuK0RP8rDxOWZ8FAmAdCuBfFIAAAAAALgAo
+aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEVE
+MzE3OTFCMkM1QzE2MTNBRjM4OEI4QUQxMTNGQ0FDM0M0RTU5OUYjGmh0dHA6Ly93
+d3cucmF0aC5vcmcvZ3BncG9saWN5Lmh0bWwSHG5pa29sYXVzQHJhdGgub3JnAAoJ
+ENET/Kw8TlmffQ8QALo4YfFGkcGUj+r8oqbFC7k598lwknTcT+TMOGGcVTb0W+zp
+zMCJgRq/SC02/tC/HFQHEUKTdvJbf/hu71qrev5wL9Jyec7qr6sVXEsa3moARtL+
+08LR498p/F4XNSTvBVerv/Qimy/NzjTmgbdII1kW22sJ4+PsVSzq8T85Sm0mz7Jg
+fLmx0mFt7qPSvZ4IhqoaihXbT98PaGcri15J/ysilcuvgtMii2ZHSYPNiIyAF+HW
+yRFlSBfXJFvfWjx/Z/rTeP30k/u57fyNFK9/PSjPrOuSuU0/3R1WSMM8jC+le6U1
+j/HFlBzoaHfndpIyLO0kqBzfAdjt7ZQDhMhTpCfhMXHcxHFOYRhxvpttoJ2RmY1O
+Lj1jf0E2SV9B2mnRI5tBlqRJMx2OGoYDrUNPVnjxdvSqo/dT4rqB4yS1xf8kVggU
+UsWiyKMdkJhj1i/3a15aoGuClZi+7se/pGf5YSeefv8QVDEHi3XzTRUse4D4gWZ8
+BgUcVug5liQxI3pxNGVcdgd9yLa5S7IO9ezhpcHdgV/piMKVlFmRGxcTSByo1APj
+i4NwdfRXiVB2SORbieUbPWLm50QhdIJePIoAH8x6x0WTm1B4r+4uo92Mq6y+2PEN
+7h9SQ2MhCBW+Bh624ueCAWWfI3uOdYqRBjMj3SE6q8tWwNHeVnCXBQEvDj6C
+=Ybj9
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/ebd3a529178f84816e40476b3afc3aa55c110204 b/.gear/tags/ebd3a529178f84816e40476b3afc3aa55c110204
new file mode 100644
index 0000000..3aa4f19
--- /dev/null
+++ b/.gear/tags/ebd3a529178f84816e40476b3afc3aa55c110204
@@ -0,0 +1,25 @@
+object 00fcda459bb82c556478a00dbb0c24dedda6080c
+type commit
+tag fuse-3.4.1
+tagger Nikolaus Rath <Nikolaus@rath.org> 1545489930 +0000
+
+Tagged release
+-----BEGIN PGP SIGNATURE-----
+
+iQLKBAABCgC0FiEE7TF5GyxcFhOvOIuK0RP8rDxOWZ8FAlweTgpfFIAAAAAALgAo
+aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEVE
+MzE3OTFCMkM1QzE2MTNBRjM4OEI4QUQxMTNGQ0FDM0M0RTU5OUYjGmh0dHA6Ly93
+d3cucmF0aC5vcmcvZ3BncG9saWN5Lmh0bWwSHG5pa29sYXVzQHJhdGgub3JnAAoJ
+ENET/Kw8TlmfWXUP+wYmeWC8muPZ8vo1B71coamtwbU2itaLdjzkRXnDm/LWEjbD
+atr/hk6snxMP+f2mSGSV/TBxi/6ozuHumBLWhLJ/SSv/nhZ/0Vib83z6qPkDfIoY
+vMoqLpSatQ+GQ0XIoPG2NSh7X0zUvTX9nVgqBao9ehzGCiMioTLEF3Gb+4dJ6azH
+rFOmKAJ87kQh1B+JZXvHdCGvS1Y3w9GJkcUaOIDFkTWJpDsqlI4F4DXbMAuJVYsG
+EoO+NktYEja4v2TUkk/KQn7Hkg460i0hGsziE6qIOqE+821a6K1pfBmwXfkZJ39B
+LNJSHkfElI4TpojI/glzrEOp7jj2i41eOGhe4x+pZHfbjUVba9d7SkLaJySQlfdT
+Q2fZYBfR95xoUnov6PX0nuE0aGzHD6ZUHkVcOx1jWAlbITXuC/Ub8uGWpeEf06Yh
+YaZGBcvIv7e6/6EhyokloXV+9R6ehaE7/kkvolZfuZGUH4m7ACJ7haAuEpzzB7qp
+WpYLGLIog0LRUGHC9kN563MKmy7/qseoLc0byqcuJhBqHpY8BcwcajWzVgr7Fqx6
+H5xpbcy+6T3NKNeWQ+qduGm/9iRSpt9miURBU5K2yHTsM1TdDeQjFTo+Ybh31wMZ
+Xml8lDctqWacgmp1TQOlakE0FJdpPwULglDbGoFPT1TjUNy0I8SlbH1BnOH2
+=Z2cV
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..27c4cee
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1,2 @@
+ebd3a529178f84816e40476b3afc3aa55c110204 fuse-3.4.1
+3f3ab3dd16b43691507027cc8df08de951d29328 fuse-3.10.2
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009