fix libdir in pkgconfig file [release 1.1.0-3mamba;Wed Dec 28 2022]
This commit is contained in:
parent
1c4c3707ae
commit
6e9b0e8e9a
@ -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 <silvan.calarco@mambasoft.it> 1.1.0-3mamba
|
||||
- fix libdir in pkgconfig file
|
||||
|
||||
* Sun Apr 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||
- added upstream patch to fix lame library search in pkgconfig file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user