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
|
Name: libconfuse
|
||||||
Version: 2.7
|
Version: 2.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A configuration file parser library
|
Summary: A configuration file parser library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.nongnu.org/confuse/
|
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
|
Patch0: %{name}-2.6-lexer_noinput.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n confuse-%{version}
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure --enable-shared
|
%configure --enable-shared
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -52,19 +54,24 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files -f confuse.lang
|
%files -f confuse.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libconfuse.so.*
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}
|
%dir %{_includedir}
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libconfuse.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libconfuse.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libconfuse.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%dir %{_docdir}/confuse
|
||||||
|
%{_docdir}/confuse/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 02 2012 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
||||||
- update to 2.7
|
- update to 2.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user