Tighten soname globs
This makes sure that we don't get accidental soname bumps when updating to a new version.
This commit is contained in:
parent
2e8442a131
commit
2239edc0ba
@ -57,13 +57,13 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libmypaint.so.0*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/MyPaint-%{major}.%{minor}.typelib
|
||||
|
||||
%files devel
|
||||
%doc doc/build/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libmypaint.so
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/pkgconfig/libmypaint.pc
|
||||
%dir %{_datadir}/gir-1.0
|
||||
@ -72,6 +72,7 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
%changelog
|
||||
* Fri May 15 2020 Kalev Lember <klember@redhat.com> - 1.6.1-1
|
||||
- Update to 1.6.1
|
||||
- Tighten soname globs
|
||||
|
||||
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 1.5.0-2
|
||||
- Rebuild (json-c)
|
||||
|
Loading…
Reference in New Issue
Block a user