update to 2.9.5 [release 2.9.5-1mamba;Sat Jan 23 2016]
This commit is contained in:
parent
3ae1044dfe
commit
f4145a54f3
15
fuse.spec
15
fuse.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
%define gitver %(echo %version | tr . _)
|
||||||
Name: fuse
|
Name: fuse
|
||||||
Version: 2.9.4
|
Version: 2.9.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: File System in Userspace (FUSE) utilities
|
Summary: File System in Userspace (FUSE) utilities
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -9,7 +9,8 @@ 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
|
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
|
Source1: %{name}-initscript
|
||||||
Patch0: %{name}-2.8.7-fix_linking_issues_with_gold_linker.patch
|
Patch0: %{name}-2.8.7-fix_linking_issues_with_gold_linker.patch
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
@ -50,10 +51,11 @@ Libraries for FUSE.
|
|||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n libfuse-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
sh ./makeconf.sh
|
||||||
%configure \
|
%configure \
|
||||||
--disable-kernel-module \
|
--disable-kernel-module \
|
||||||
--exec-prefix=/ \
|
--exec-prefix=/ \
|
||||||
@ -140,9 +142,12 @@ fi
|
|||||||
/%{_lib}/*.la
|
/%{_lib}/*.la
|
||||||
/%{_lib}/*.so
|
/%{_lib}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README README.NFS
|
%doc ChangeLog NEWS README.NFS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 23 2015 Automatic Build System <autodist@mambasoft.it> 2.9.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user