Use much stricter path globs

i9ce
Benjamin A. Beasley 4 years ago
parent 9019b14f0a
commit cff76d7e27

@ -1,6 +1,7 @@
Name: libIDL Name: libIDL
Summary: Library for parsing IDL (Interface Definition Language) Summary: Library for parsing IDL (Interface Definition Language)
Version: 0.8.14 Version: 0.8.14
%global so_version 0
Release: 24%{?dist} Release: 24%{?dist}
URL: https://download.gnome.org/sources/libIDL/0.8/ URL: https://download.gnome.org/sources/libIDL/0.8/
@ -54,7 +55,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%files %files
%{_libdir}/libIDL-*.so.* %{_libdir}/libIDL-2.so.%{so_version}
%{_libdir}/libIDL-2.so.%{so_version}.*
%doc AUTHORS %doc AUTHORS
%doc COPYING %doc COPYING
@ -65,13 +67,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%files devel %files devel
%{_libdir}/libIDL-*.so %{_libdir}/libIDL-2.so
%{_includedir}/libIDL-2.0/ %{_includedir}/libIDL-2.0/
%{_libdir}/pkgconfig/libIDL-*.pc %{_libdir}/pkgconfig/libIDL-2.0.pc
%{_bindir}/libIDL-config-2 %{_bindir}/libIDL-config-2
%{_infodir}/libIDL2.info.* %{_infodir}/libIDL2.info*
%changelog %changelog
@ -82,6 +84,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
- Use %%autosetup, %%make_build, and %%make_install macros - Use %%autosetup, %%make_build, and %%make_install macros
- Rather than removing the static library, skip building it with --disable-static - Rather than removing the static library, skip building it with --disable-static
- Drop obsolete %%ldconfig_scriptlets macro - Drop obsolete %%ldconfig_scriptlets macro
- Use much stricter path globs
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-23 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save