automatic version update by autodist [release 3.8.0-1mamba;Thu Dec 12 2019]
This commit is contained in:
parent
5362fb248a
commit
ffea293765
27
fuse3.spec
27
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 <autodist@mambasoft.it> 3.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.1-1mamba
|
||||
- update to 3.2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user