update to 2.9.5 [release 2.9.5-1mamba;Sat Jan 23 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 22:34:55 +01:00
parent 3ae1044dfe
commit f4145a54f3

View File

@ -1,7 +1,7 @@
%define libname lib%{name}
%define gitver %(echo %version | tr . _)
Name: fuse
Version: 2.9.4
Version: 2.9.5
Release: 1mamba
Summary: File System in Userspace (FUSE) utilities
Group: System/Tools
@ -9,7 +9,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://fuse.sourceforge.net
Source: http://downloads.sourceforge.net/fuse/fuse-%{version}.tar.gz
Source: https://github.com/libfuse/libfuse.git/fuse_%{gitver}/libfuse-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/fuse/fuse-%{version}.tar.gz
Source1: %{name}-initscript
Patch0: %{name}-2.8.7-fix_linking_issues_with_gold_linker.patch
License: GPL, LGPL
@ -50,10 +51,11 @@ Libraries for FUSE.
This package contains static libraries and header files need for development.
%prep
%setup -q
%setup -q -n libfuse-%{version}
%patch0 -p1
%build
sh ./makeconf.sh
%configure \
--disable-kernel-module \
--exec-prefix=/ \
@ -140,9 +142,12 @@ fi
/%{_lib}/*.la
/%{_lib}/*.so
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README README.NFS
%doc ChangeLog NEWS README.NFS
%changelog
* Sat Jan 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.5-1mamba
- update to 2.9.5
* Sat May 23 2015 Automatic Build System <autodist@mambasoft.it> 2.9.4-1mamba
- automatic version update by autodist