update to 4.0 [release 4.0-1mamba;Tue Aug 18 2015]
This commit is contained in:
parent
a5ae759042
commit
7bd1b2f6f4
@ -1,5 +1,5 @@
|
||||
Name: libiniparser
|
||||
Version: 3.1
|
||||
Version: 4.0
|
||||
Release: 1mamba
|
||||
Summary: A free stand-alone ini file parsing library
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://ndevilla.free.fr/iniparser/
|
||||
Source: http://ndevilla.free.fr/iniparser/iniparser-%{version}.tar.gz
|
||||
Source: https://github.com/ndevilla/iniparser.git/v%{version}/iniparser-%{version}.tar.bz2
|
||||
Patch: %{name}-2.15-shared-library.patch
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -28,7 +28,7 @@ Libiniparser offers parsing of ini files from the C level.
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n iniparser
|
||||
%setup -q -n iniparser-%{version}
|
||||
|
||||
%build
|
||||
%make
|
||||
@ -61,9 +61,12 @@ ln -s libiniparser.so.0 %{buildroot}%{_libdir}/libiniparser.so
|
||||
%{_includedir}/iniparser.h
|
||||
%{_libdir}/libiniparser.a
|
||||
%{_libdir}/libiniparser.so
|
||||
%doc README html
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-1mamba
|
||||
- update to 4.0
|
||||
|
||||
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
||||
- update to 3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user