From ffea293765b779258547a1aeb7b0170ea9ca20d6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:35:14 +0100 Subject: [PATCH] automatic version update by autodist [release 3.8.0-1mamba;Thu Dec 12 2019] --- fuse3.spec | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/fuse3.spec b/fuse3.spec index f44a9b2..6e145a4 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -1,7 +1,7 @@ %define libname lib%{name} %define gitver %(echo %version | tr . _) Name: fuse3 -Version: 3.2.1 +Version: 3.8.0 Release: 1mamba Summary: File System in Userspace (FUSE) utilities Group: System/Tools @@ -57,7 +57,9 @@ sed -i "s|mknod|#mknod|" util/install_helper.sh mkdir build cd build -meson --prefix=%{_prefix} --libdir=%{_libdir} .. +meson --prefix=%{_prefix} --libdir=%{_libdir} .. \ + -Duseroot=false \ + -Dudevrulesdir=%{_udevrulesdir} ninja @@ -65,18 +67,6 @@ ninja [ "%{buildroot}" != / ] && rm -rf %{buildroot} DESTDIR=%{buildroot} ninja install -C build -:<< _EOF -# change permission to allow stripping -chmod 0755 %{buildroot}/bin/%{name}rmount - -install -D -m 755 %{S:1} \ - %{buildroot}%{_sysconfdir}/init.d/%{name} - -# create compatibility symlinks -install -d %{buildroot}%{_bindir} -ln -s /bin/%{name}rmount %{buildroot}%{_bindir}/%{name}rmount -ln -s /bin/ulockmgr_server %{buildroot}%{_bindir}/ulockmgr_server - %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} @@ -113,18 +103,18 @@ fi %files %defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/fuse.conf %{_sysconfdir}/init.d/fuse3 %{_udevrulesdir}/99-fuse3.rules %{_bindir}/fusermount3 %{_sbindir}/mount.fuse3 %{_mandir}/man1/fusermount3.1* -%{_mandir}/man8/mount.fuse.8* -%doc COPYING +%{_mandir}/man8/mount.fuse3.8* %files -n %{libname} %defattr(-,root,root) %{_libdir}/libfuse3.so.* -%doc AUTHORS COPYING.LIB +%doc AUTHORS LICENSE %files -n %{libname}-devel %defattr(-,root,root) @@ -135,6 +125,9 @@ fi #%doc ChangeLog NEWS README.NFS %changelog +* Thu Dec 12 2019 Automatic Build System 3.8.0-1mamba +- automatic version update by autodist + * Fri Jan 26 2018 Silvan Calarco 3.2.1-1mamba - update to 3.2.1