update to 2.9.9 [release 2.9.9-1mamba;Mon Jul 22 2019]
This commit is contained in:
parent
a517c27628
commit
17f7ed92c0
25
fuse.spec
25
fuse.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
%define gitver %(echo %version | tr . _)
|
%define gitver %(echo %version | tr . _)
|
||||||
Name: fuse
|
Name: fuse
|
||||||
Version: 2.9.7
|
Version: 2.9.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: File System in Userspace (FUSE) utilities
|
Summary: File System in Userspace (FUSE) utilities
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -52,10 +52,11 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libfuse-%{version}
|
%setup -q -n libfuse-%{version}
|
||||||
|
%define _default_patch_fuzz 1
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
sh ./makeconf.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sh ./makeconf.sh
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-kernel-module \
|
--disable-kernel-module \
|
||||||
--exec-prefix=/ \
|
--exec-prefix=/ \
|
||||||
@ -67,13 +68,13 @@ sh ./makeconf.sh
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall INIT_D_PATH=%{_initrddir}
|
||||||
|
|
||||||
# change permission to allow stripping
|
# change permission to allow stripping
|
||||||
chmod 0755 %{buildroot}/bin/%{name}rmount
|
chmod 0755 %{buildroot}/bin/%{name}rmount
|
||||||
|
|
||||||
install -D -m 755 %{S:1} \
|
#install -D -m 755 %{S:1} \
|
||||||
%{buildroot}%{_sysconfdir}/init.d/%{name}
|
# %{buildroot}%{_initrddir}/%{name}
|
||||||
|
|
||||||
# create compatibility symlinks
|
# create compatibility symlinks
|
||||||
install -d %{buildroot}%{_bindir}
|
install -d %{buildroot}%{_bindir}
|
||||||
@ -122,10 +123,10 @@ fi
|
|||||||
/bin/ulockmgr_server
|
/bin/ulockmgr_server
|
||||||
%{_bindir}/fusermount
|
%{_bindir}/fusermount
|
||||||
%{_bindir}/ulockmgr_server
|
%{_bindir}/ulockmgr_server
|
||||||
%{_sysconfdir}/init.d/fuse
|
%{_initrddir}/fuse
|
||||||
%{_mandir}/man1/fusermount.1.gz
|
%{_mandir}/man1/fusermount.1*
|
||||||
%{_mandir}/man1/ulockmgr_server.1.gz
|
%{_mandir}/man1/ulockmgr_server.1*
|
||||||
%{_mandir}/man8/mount.fuse.8.gz
|
%{_mandir}/man8/mount.fuse.8*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
@ -145,6 +146,12 @@ fi
|
|||||||
%doc ChangeLog NEWS README.NFS
|
%doc ChangeLog NEWS README.NFS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.9-1mamba
|
||||||
|
- update to 2.9.9
|
||||||
|
|
||||||
|
* Mon Jul 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.7-2mamba
|
||||||
|
- fix initrd install path
|
||||||
|
|
||||||
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.7-1mamba
|
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.7-1mamba
|
||||||
- update to 2.9.7
|
- update to 2.9.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user