From 6e9b0e8e9ace9823a3653054394fd1f214208fbe Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:48:11 +0100 Subject: [PATCH] fix libdir in pkgconfig file [release 1.1.0-3mamba;Wed Dec 28 2022] --- libsndfile.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libsndfile.spec b/libsndfile.spec index 3546476..fcaa3f7 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,6 +1,6 @@ Name: libsndfile Version: 1.1.0 -Release: 2mamba +Release: 3mamba Summary: A library for reading and writing files containing sampled sound Group: System/Libraries Vendor: openmamba @@ -50,7 +50,8 @@ This package contains tools for %{name}. %patch0 -p1 -b .liblame-3.100 %build -%cmake -d build +%cmake -d build \ + -DCMAKE_INSTALL_LIBDIR=%{_lib} %make @@ -86,6 +87,9 @@ This package contains tools for %{name}. %{_mandir}/man1/* %changelog +* Wed Dec 28 2022 Silvan Calarco 1.1.0-3mamba +- fix libdir in pkgconfig file + * Sun Apr 24 2022 Silvan Calarco 1.1.0-2mamba - added upstream patch to fix lame library search in pkgconfig file