automatic version update by autodist [release 4.1-1mamba;Wed Feb 07 2018]
This commit is contained in:
parent
7bd1b2f6f4
commit
1e313133e6
@ -1,5 +1,5 @@
|
|||||||
Name: libiniparser
|
Name: libiniparser
|
||||||
Version: 4.0
|
Version: 4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free stand-alone ini file parsing library
|
Summary: A free stand-alone ini file parsing library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -40,9 +40,9 @@ This package contains static libraries and header files need for development.
|
|||||||
install -d %{buildroot}%{_includedir} \
|
install -d %{buildroot}%{_includedir} \
|
||||||
%{buildroot}%{_libdir}
|
%{buildroot}%{_libdir}
|
||||||
|
|
||||||
install -m 0755 libiniparser.{a,so.0} %{buildroot}%{_libdir}
|
install -m 0755 libiniparser.{a,so.1} %{buildroot}%{_libdir}
|
||||||
install -m 0644 src/{dictionary,iniparser}.h %{buildroot}%{_includedir}
|
install -m 0644 src/{dictionary,iniparser}.h %{buildroot}%{_includedir}
|
||||||
ln -s libiniparser.so.0 %{buildroot}%{_libdir}/libiniparser.so
|
ln -s libiniparser.so.1 %{buildroot}%{_libdir}/libiniparser.so
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -64,6 +64,9 @@ ln -s libiniparser.so.0 %{buildroot}%{_libdir}/libiniparser.so
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 07 2018 Automatic Build System <autodist@mambasoft.it> 4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Aug 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-1mamba
|
* Tue Aug 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-1mamba
|
||||||
- update to 4.0
|
- update to 4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user