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