update to 3.7.0 [release 3.7.0-1mamba;Mon May 11 2020]
This commit is contained in:
parent
062790e23f
commit
cc190b6a57
36
sshfs.spec
36
sshfs.spec
@ -1,5 +1,5 @@
|
|||||||
Name: sshfs
|
Name: sshfs
|
||||||
Version: 2.8
|
Version: 3.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A filesystem client based on the SSH File Transfer Protocol
|
Summary: A filesystem client based on the SSH File Transfer Protocol
|
||||||
Group: System/Kernel and Hardware/Drivers
|
Group: System/Kernel and Hardware/Drivers
|
||||||
@ -7,12 +7,16 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://fuse.sourceforge.net/sshfs.html
|
URL: http://fuse.sourceforge.net/sshfs.html
|
||||||
Source: https://github.com/libfuse/sshfs.git/sshfs_%{version}/sshfs-%{version}.tar.bz2
|
Source: https://github.com/libfuse/sshfs.git/sshfs-%{version}/sshfs-%{version}.tar.bz2
|
||||||
Source1: %{name}-help2man
|
Source1: %{name}-help2man
|
||||||
Patch: %{name}-1.8-cflags.patch
|
Patch: %{name}-1.8-cflags.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: libfuse-devel
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libfuse3-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -30,24 +34,21 @@ Features of this implementation are:
|
|||||||
* Allowing large reads (max 64k)
|
* Allowing large reads (max 64k)
|
||||||
* Caching directory contents
|
* Caching directory contents
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
|
||||||
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
%meson
|
||||||
%configure
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
install -m 755 %{S:1} .
|
mv %{buildroot}%{_sbindir} %{buildroot}
|
||||||
install -d %{buildroot}/%{_mandir}/man8
|
|
||||||
help2man ./%{name}-help2man > %{buildroot}/%{_mandir}/man8/%{name}.8
|
|
||||||
gzip %{buildroot}/%{_mandir}/man8/%{name}.8
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -55,13 +56,16 @@ gzip %{buildroot}/%{_mandir}/man8/%{name}.8
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
#%{_libdir}/*.so
|
/sbin/mount.fuse.sshfs
|
||||||
%{_mandir}/man1/%{name}.1.gz
|
/sbin/mount.sshfs
|
||||||
%{_mandir}/man8/%{name}.8.gz
|
%{_mandir}/man1/%{name}.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog FAQ.txt NEWS README
|
#ChangeLog FAQ.txt NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.0-1mamba
|
||||||
|
- update to 3.7.0
|
||||||
|
|
||||||
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
||||||
- update to 2.8
|
- update to 2.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user