forked from pool/fuse3
- Drop /sbin links; they do not seem to be used from anywhere.
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=39
This commit is contained in:
parent
9ded77792a
commit
19a47d18d5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 20 10:10:06 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Drop /sbin links; they do not seem to be used from anywhere.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 9 10:00:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Oct 9 10:00:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
11
fuse3.spec
11
fuse3.spec
@ -94,15 +94,6 @@ https://github.com/libfuse/libfuse/wiki/
|
|||||||
|
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
mkdir %{buildroot}/sbin
|
|
||||||
mkdir %{buildroot}/%{_lib}
|
|
||||||
ln -s -v %{_sbindir}/mount.fuse3 %{buildroot}/sbin
|
|
||||||
pushd %{buildroot}/%{_libdir}
|
|
||||||
for libname in $(ls *.so.*);do
|
|
||||||
ln -s -v /%{_libdir}/$libname %{buildroot}/%{_lib}
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
|
|
||||||
# Remove unneeded stuff
|
# Remove unneeded stuff
|
||||||
rm -r %{buildroot}%{_prefix}/lib/udev
|
rm -r %{buildroot}%{_prefix}/lib/udev
|
||||||
rm -r %{buildroot}%{_initddir}
|
rm -r %{buildroot}%{_initddir}
|
||||||
@ -122,14 +113,12 @@ rm -r %{buildroot}%{_initddir}
|
|||||||
%license LICENSE GPL2.txt LGPL2.txt
|
%license LICENSE GPL2.txt LGPL2.txt
|
||||||
%doc AUTHORS ChangeLog.rst
|
%doc AUTHORS ChangeLog.rst
|
||||||
%verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount3
|
%verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount3
|
||||||
/sbin/mount.fuse3
|
|
||||||
%{_sbindir}/mount.fuse3
|
%{_sbindir}/mount.fuse3
|
||||||
%config %{_sysconfdir}/fuse3.conf
|
%config %{_sysconfdir}/fuse3.conf
|
||||||
%{_mandir}/man1/fusermount3.1%{?ext_man}
|
%{_mandir}/man1/fusermount3.1%{?ext_man}
|
||||||
%{_mandir}/man8/mount.fuse3.8%{?ext_man}
|
%{_mandir}/man8/mount.fuse3.8%{?ext_man}
|
||||||
|
|
||||||
%files -n libfuse3-3
|
%files -n libfuse3-3
|
||||||
/%{_lib}/libfuse3.so.3*
|
|
||||||
%{_libdir}/libfuse3.so.3*
|
%{_libdir}/libfuse3.so.3*
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
|
Loading…
Reference in New Issue
Block a user