automatic version update by autodist [release 2.13.1-1mamba;Sun May 17 2020]
This commit is contained in:
parent
42b8ba00b7
commit
477317fea3
11
jansson.spec
11
jansson.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jansson
|
Name: jansson
|
||||||
Version: 2.12
|
Version: 2.13.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A C library for encoding, decoding and manipulating JSON data
|
Summary: A C library for encoding, decoding and manipulating JSON data
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -38,7 +38,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%ifarch x86_64
|
%ifarch x86_64 aarch64
|
||||||
sed -i "s|\"lib\"|\"lib64\"|" CMakeLists.txt
|
sed -i "s|\"lib\"|\"lib64\"|" CMakeLists.txt
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ sed -i "s|\"lib\"|\"lib64\"|" CMakeLists.txt
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64 aarch64
|
||||||
mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}
|
mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -83,6 +83,9 @@ mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}
|
|||||||
%doc CHANGES README.rst
|
%doc CHANGES README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 17 2020 Automatic Build System <autodist@mambasoft.it> 2.13.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Mar 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12-2mamba
|
* Sun Mar 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12-2mamba
|
||||||
- fix libdir in pkgconfig file
|
- fix libdir in pkgconfig file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user