Ismail Dönmez
2018-12-03 13:54:35 +00:00
committed by Git OBS Bridge
parent a55a22e890
commit e4e9ef31f3
3 changed files with 21 additions and 32 deletions

View File

@@ -24,10 +24,9 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/Filesystems
URL: https://github.com/libfuse/libfuse
Source: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz
Source1: baselibs.conf
Source2: fuse.conf
Source3: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz.asc
Source4: fuse.keyring
Source1: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz.asc
Source2: fuse.keyring
Source1000: baselibs.conf
Patch1: fuse-install-fix.patch
BuildRequires: fdupes
BuildRequires: meson
@@ -93,9 +92,6 @@ https://github.com/libfuse/libfuse/wiki/
%install
%meson_install
rm -rf %{buildroot}/%{_sysconfdir}/init.d
install -m644 -D %{SOURCE2} %{buildroot}/%{_sysconfdir}/fuse.conf
find %{buildroot} -type f -name "*.la" -delete -print
#UsrMerge
@@ -128,7 +124,7 @@ popd
/sbin/mount.fuse3
#EndUsrMerge
%{_sbindir}/mount.fuse3
%config %{_sysconfdir}/fuse.conf
%config %{_sysconfdir}/fuse3.conf
%{_mandir}/man1/fusermount3.1%{?ext_man}
%{_mandir}/man8/mount.fuse3.8%{?ext_man}