From 42b8ba00b7c8398e540eef0297a6390f70211feb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:02:10 +0100 Subject: [PATCH] fix libdir in pkgconfig file [release 2.12-2mamba;Sun Mar 24 2019] --- jansson.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jansson.spec b/jansson.spec index c1bbee9..c9e9c8a 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,6 +1,6 @@ Name: jansson Version: 2.12 -Release: 1mamba +Release: 2mamba Summary: A C library for encoding, decoding and manipulating JSON data Group: System/Libraries Vendor: openmamba @@ -44,9 +44,8 @@ sed -i "s|\"lib\"|\"lib64\"|" CMakeLists.txt %build %cmake -d build \ - -Dexec_prefix= \ -DJANSSON_BUILD_SHARED_LIBS=TRUE \ - -DJANSSON_INSTALL_LIB_DIR=%{_libdir} \ + -DJANSSON_INSTALL_LIB_DIR=/%{_lib} \ -DJANSSON_INSTALL_CMAKE_DIR=%{_libdir}/cmake/jansson %make @@ -84,6 +83,9 @@ mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir} %doc CHANGES README.rst %changelog +* Sun Mar 24 2019 Silvan Calarco 2.12-2mamba +- fix libdir in pkgconfig file + * Mon Dec 24 2018 Automatic Build System 2.12-1mamba - automatic version update by autodist