From cff76d7e273a83f1166cd86360a24cec6b2d4012 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 3 Feb 2021 12:05:52 -0500 Subject: [PATCH] Use much stricter path globs --- libIDL.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libIDL.spec b/libIDL.spec index e69f32a..eea3434 100644 --- a/libIDL.spec +++ b/libIDL.spec @@ -1,6 +1,7 @@ Name: libIDL Summary: Library for parsing IDL (Interface Definition Language) Version: 0.8.14 +%global so_version 0 Release: 24%{?dist} URL: https://download.gnome.org/sources/libIDL/0.8/ @@ -54,7 +55,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %files -%{_libdir}/libIDL-*.so.* +%{_libdir}/libIDL-2.so.%{so_version} +%{_libdir}/libIDL-2.so.%{so_version}.* %doc AUTHORS %doc COPYING @@ -65,13 +67,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %files devel -%{_libdir}/libIDL-*.so +%{_libdir}/libIDL-2.so %{_includedir}/libIDL-2.0/ -%{_libdir}/pkgconfig/libIDL-*.pc +%{_libdir}/pkgconfig/libIDL-2.0.pc %{_bindir}/libIDL-config-2 -%{_infodir}/libIDL2.info.* +%{_infodir}/libIDL2.info* %changelog @@ -82,6 +84,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - Use %%autosetup, %%make_build, and %%make_install macros - Rather than removing the static library, skip building it with --disable-static - Drop obsolete %%ldconfig_scriptlets macro +- Use much stricter path globs * Tue Jan 26 2021 Fedora Release Engineering - 0.8.14-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild