Reveal the library files packed in the %files section as well as their versioning
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_listing_shared_library_files The current situation caused an unannounced soname bump in Fedora Rawhide as a result of the previous commit. This update will help to avoid it in the future.
This commit is contained in:
parent
acdaffafc9
commit
0ccd534c73
@ -54,7 +54,7 @@ rm $RPM_BUILD_ROOT/usr/bin/libotf-config
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README NEWS
|
%doc AUTHORS COPYING README NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libotf.so.1{,.*}
|
||||||
%{_bindir}/otfdump
|
%{_bindir}/otfdump
|
||||||
%{_bindir}/otflist
|
%{_bindir}/otflist
|
||||||
%{_bindir}/otftobdf
|
%{_bindir}/otftobdf
|
||||||
@ -63,7 +63,7 @@ rm $RPM_BUILD_ROOT/usr/bin/libotf-config
|
|||||||
%files devel
|
%files devel
|
||||||
%doc example
|
%doc example
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libotf.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user