From 5fa3eb4ca8e8807d4bd7af69be9aed3a3e33a6d9 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 22 Feb 2021 11:15:11 +0100 Subject: [PATCH] add opus-devel BR to satisfy configure requirements check (#1931251) --- libsndfile.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libsndfile.spec b/libsndfile.spec index 34948e9..21f9e6b 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.31 -Release: 1%{?dist} +Release: 3%{?dist} License: LGPLv2+ and GPLv2+ and BSD URL: http://libsndfile.github.io/libsndfile/ Source0: https://github.com/libsndfile/libsndfile/releases/download/%{version}/libsndfile-%{version}.tar.bz2 @@ -19,6 +19,7 @@ BuildRequires: gsm-devel BuildRequires: libtool BuildRequires: make BuildRequires: python3 +BuildRequires: opus-devel %description @@ -71,11 +72,11 @@ autoreconf -I M4 -fiv # for system-gsm patch sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install rm -rf __docs mkdir __docs cp -pR $RPM_BUILD_ROOT%{_docdir}/%{name}/* __docs @@ -148,6 +149,13 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %changelog +* Mon Feb 22 2021 Michal Hlavinka - 1.0.31-3 +- add opus-devel BR to satisfy configure requirements check (#1931251) + +* Mon Jul 13 2020 Tom Stellard - 1.0.31-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Wed Jan 27 2021 Michal Hlavinka - 1.0.31-1 - updated to 1.0.31