Tighten soname globs
This can avoid accidental soname bumps in the future.
This commit is contained in:
parent
c56a423a68
commit
be3c1c5e0c
@ -73,11 +73,11 @@ documentation browser or through a web browser.
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libatkmm-%{apiver}.so.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/atkmm-%{apiver}/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libatkmm-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/atkmm-%{apiver}/
|
||||
|
||||
@ -92,6 +92,7 @@ documentation browser or through a web browser.
|
||||
- Switch to meson build system
|
||||
- Update source URLs
|
||||
- Tighten -devel subpackage deps
|
||||
- Tighten soname globs
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user