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
|
Name: libsndfile
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A library for reading and writing files containing sampled sound
|
Summary: A library for reading and writing files containing sampled sound
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -50,7 +50,8 @@ This package contains tools for %{name}.
|
|||||||
%patch0 -p1 -b .liblame-3.100
|
%patch0 -p1 -b .liblame-3.100
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=%{_lib}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -86,6 +87,9 @@ This package contains tools for %{name}.
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- added upstream patch to fix lame library search in pkgconfig file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user