update to 2.8 [release 2.8-1mamba;Fri Jan 29 2016]
This commit is contained in:
parent
f7708f5319
commit
741ef01fd0
@ -1,5 +1,5 @@
|
||||
Name: libconfuse
|
||||
Version: 2.7
|
||||
Version: 2.8
|
||||
Release: 1mamba
|
||||
Summary: A configuration file parser library
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.nongnu.org/confuse/
|
||||
Source: http://savannah.nongnu.org/download/confuse/confuse-%{version}.tar.gz
|
||||
Source: https://github.com/martinh/libconfuse.git/v%{version}/libconfuse-%{version}.tar.bz2
|
||||
#Source: http://savannah.nongnu.org/download/confuse/confuse-%{version}.tar.gz
|
||||
Patch0: %{name}-2.6-lexer_noinput.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -31,10 +32,11 @@ libConfuse is a configuration file parser library, licensed under the terms of t
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n confuse-%{version}
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --enable-shared
|
||||
%make
|
||||
|
||||
@ -52,19 +54,24 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files -f confuse.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/libconfuse.so.*
|
||||
%doc AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libconfuse.a
|
||||
%{_libdir}/libconfuse.la
|
||||
%{_libdir}/libconfuse.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_docdir}/confuse
|
||||
%{_docdir}/confuse/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
||||
- update to 2.8
|
||||
|
||||
* Sun Dec 02 2012 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
||||
- update to 2.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user