Accepting request 652574 from home:jengelh:branches:filesystems
- Update descriptions. - Do not make documentation mandatory. OBS-URL: https://build.opensuse.org/request/show/652574 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
4c0e42fb30
commit
1421a27a54
23
fuse3.spec
23
fuse3.spec
@@ -19,7 +19,7 @@
|
||||
Name: fuse3
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
Summary: User space File System
|
||||
Summary: Reference implementation of the "Filesystem in Userspace"
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/Filesystems
|
||||
URL: https://github.com/libfuse/libfuse
|
||||
@@ -38,8 +38,8 @@ Supplements: filesystem(fuse)
|
||||
Requires(pre): group(trusted)
|
||||
|
||||
%description
|
||||
With FUSE, a user space program can export a file system through the
|
||||
kernel-default (Linux kernel).
|
||||
With FUSE, a user space program can export a file system to the
|
||||
Linux kernel.
|
||||
|
||||
After installing fuse-devel, administrators can compile and install
|
||||
other user space file systems which can be found at
|
||||
@@ -50,16 +50,16 @@ Summary: Library of FUSE, the User space File System for GNU/Linux and BS
|
||||
Group: System/Filesystems
|
||||
|
||||
%description -n libfuse3-3
|
||||
With FUSE, a user space program can export a file system through the
|
||||
kernel-default (Linux kernel).
|
||||
With FUSE, a user space program can export a file system to the
|
||||
Linux kernel.
|
||||
|
||||
After installing fuse-devel, administrators can compile and install
|
||||
other user space file systems which can be found at
|
||||
https://github.com/libfuse/libfuse/wiki/
|
||||
|
||||
%package doc
|
||||
Summary: Document package for FUSE (userspace filesystem)
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: Documentation for the FUSE library version 3
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description doc
|
||||
This package contains the documentation for FUSE (userspace filesystem).
|
||||
@@ -68,14 +68,13 @@ This package contains the documentation for FUSE (userspace filesystem).
|
||||
Summary: Development package for FUSE (userspace filesystem) modules
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: fuse3 = %{version}
|
||||
Requires: fuse3-doc = %{version}
|
||||
Requires: glibc-devel
|
||||
Requires: libfuse3-3 = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains all include files, libraries and configuration
|
||||
files needed to develop programs that use the fuse (FUSE) library to
|
||||
implement kernel-default (Linux) file systems in user space.
|
||||
implement file systems in user space.
|
||||
|
||||
With fuse-devel, administrators can compile and install other user
|
||||
space file systems which can be found at
|
||||
@@ -94,7 +93,6 @@ https://github.com/libfuse/libfuse/wiki/
|
||||
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
#UsrMerge
|
||||
mkdir %{buildroot}/sbin
|
||||
mkdir %{buildroot}/%{_lib}
|
||||
ln -s -v %{_sbindir}/mount.fuse3 %{buildroot}/sbin
|
||||
@@ -103,7 +101,6 @@ for libname in $(ls *.so.*);do
|
||||
ln -s -v /%{_libdir}/$libname %{buildroot}/%{_lib}
|
||||
done
|
||||
popd
|
||||
#EndUsrMerge
|
||||
|
||||
%fdupes -s doc
|
||||
|
||||
@@ -120,18 +117,14 @@ popd
|
||||
%license LICENSE GPL2.txt LGPL2.txt
|
||||
%doc AUTHORS ChangeLog.rst
|
||||
%verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount3
|
||||
#UsrMerge
|
||||
/sbin/mount.fuse3
|
||||
#EndUsrMerge
|
||||
%{_sbindir}/mount.fuse3
|
||||
%config %{_sysconfdir}/fuse3.conf
|
||||
%{_mandir}/man1/fusermount3.1%{?ext_man}
|
||||
%{_mandir}/man8/mount.fuse3.8%{?ext_man}
|
||||
|
||||
%files -n libfuse3-3
|
||||
#UsrMerge
|
||||
/%{_lib}/libfuse3.so.3*
|
||||
#EndUsrMerge
|
||||
%{_libdir}/libfuse3.so.3*
|
||||
|
||||
%files doc
|
||||
|
Reference in New Issue
Block a user