Tighten soname globs
This can avoid accidental soname bumps in the future.
This commit is contained in:
parent
b026192a04
commit
06c21a5be1
@ -79,12 +79,12 @@ documentation browser or through a web browser.
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libpangomm-%{apiver}.so.1*
|
||||
|
||||
|
||||
%files devel
|
||||
%{_includedir}/pangomm-%{apiver}
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libpangomm-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/pangomm-%{apiver}
|
||||
|
||||
@ -97,6 +97,7 @@ documentation browser or through a web browser.
|
||||
- Update to 2.42.2
|
||||
- Update source URLs
|
||||
- Switch to meson build system
|
||||
- Tighten soname globs
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.42.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user