Tighten soname globs
This avoids accidental soname bumps.
This commit is contained in:
parent
ae663a405c
commit
d945ec7f9b
@ -63,13 +63,13 @@ This package contains the full API documentation for %{name}.
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README NEWS
|
%doc AUTHORS README NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libsigc-2.0.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/sigc++-2.0/
|
%{_libdir}/sigc++-2.0/
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libsigc-2.0.so
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %{_datadir}/doc/libsigc++-2.0/
|
%doc %{_datadir}/doc/libsigc++-2.0/
|
||||||
@ -83,6 +83,7 @@ This package contains the full API documentation for %{name}.
|
|||||||
- Update to 2.10.4
|
- Update to 2.10.4
|
||||||
- Switch to meson build system
|
- Switch to meson build system
|
||||||
- Update upstream URL
|
- Update upstream URL
|
||||||
|
- Tighten soname globs
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.3-2
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user