fix libdir in pkgconfig file [release 2.11-2mamba;Thu Mar 29 2018]
This commit is contained in:
parent
e3a9b5d90f
commit
6ab46c4671
13
jansson.spec
13
jansson.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jansson
|
Name: jansson
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -39,8 +39,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
sed -i "s|@libdir@|%{_libdir}|" jansson.pc.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
|
-Dexec_prefix= \
|
||||||
-DJANSSON_BUILD_SHARED_LIBS=TRUE \
|
-DJANSSON_BUILD_SHARED_LIBS=TRUE \
|
||||||
-DJANSSON_INSTALL_LIB_DIR=%{_libdir} \
|
-DJANSSON_INSTALL_LIB_DIR=%{_libdir} \
|
||||||
-DJANSSON_INSTALL_CMAKE_DIR=%{_libdir}/cmake/jansson
|
-DJANSSON_INSTALL_CMAKE_DIR=%{_libdir}/cmake/jansson
|
||||||
@ -77,6 +80,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc CHANGES README.rst
|
%doc CHANGES README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11-2mamba
|
||||||
|
- fix libdir in pkgconfig file
|
||||||
|
|
||||||
|
* Thu Mar 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11-1mamba
|
||||||
|
- update to 2.11
|
||||||
|
|
||||||
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user