From bbaa8edfe3ae106945bfb1b957006da44dc30146 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 15 Apr 2021 19:05:45 -0400 Subject: [PATCH] =?UTF-8?q?Change=20library=20BR=E2=80=99s=20to=20pkgconfi?= =?UTF-8?q?g()=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libinstpatch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index 3bd7f88..b9df006 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -18,8 +18,10 @@ Patch0: libinstpatch-cmake-fixes.patch BuildRequires: cmake BuildRequires: gcc -BuildRequires: glib2-devel -BuildRequires: libsndfile-devel +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(sndfile) %description libInstPatch stands for lib-Instrument-Patch and is a library for processing @@ -71,6 +73,7 @@ applications that use %{name}. - Adjust whitespace and ordering to personal preference - Drop obsolete ldconfig scriptlets - Use much stricter file globs +- Change library BR’s to pkgconfig() format * Tue Jan 26 2021 Fedora Release Engineering - 1.0.0-23.20110806svn386 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild