From 928c6f5d9f2e3370eecd23dd47a4b5a0e3dd12ef Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 16 Apr 2021 08:58:37 -0400 Subject: [PATCH] Make the .pc file glob stricter (not even a glob) --- libinstpatch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index 08f5692..17356d7 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -98,7 +98,7 @@ applications that use %{name}. %doc examples/create_sf2.c %{_includedir}/%{name}-%{api_version} %{_libdir}/%{name}-%{api_version}.so -%{_libdir}/pkgconfig/%{name}*.pc +%{_libdir}/pkgconfig/%{name}-%{api_version}.pc %changelog