diff --git a/lcr.spec b/lcr.spec index 32c35f11ea850f18eebff6a8abcb01a8649f0eb0..e2ec463ee902514c80cd3da4bcd52c02b5198db2 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ %global _version 2.1.4 -%global _release 14 +%global _release 15 %global _inner_name isula_libutils %global enable_lxc 1 @@ -86,6 +86,9 @@ the libisula-devel package contains json, log and utils headers for developing p %prep %autosetup -n lcr-v%{_version} -Sgit -p1 +sed -i \ + -e 's,@CMAKE_INSTALL_PREFIX@/lib,@CMAKE_INSTALL_PREFIX@/%{_lib},g' \ + *.pc.in %build %if "%toolchain" == "clang" @@ -142,6 +145,9 @@ install -m 0644 %{_vpath_srcdir}/src/utils/*.h %{buildroot}/%{_includedir}/%{_in %{_libdir}/pkgconfig/libisula.pc %changelog +* Tue Jan 21 2025 Funda Wang - 2.1.4-15 +- fix libdir in pkgconfig file + * Mon Nov 25 2024 Funda Wang - 2.1.4-14 - adopt to new cmake macro