Bernd Ritter 2022-10-24 20:56:29 +00:00 committed by Git OBS Bridge
parent 10fc51b7f1
commit e80d984e76
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 24 20:55:56 UTC 2022 - Bernd Ritter <comrad@posteo.de>
- tests with sover
-------------------------------------------------------------------
Thu Oct 20 21:02:17 UTC 2022 - Bernd Ritter <comrad@posteo.de>

View File

@ -93,11 +93,11 @@ export LD_LIBRARY_PATH="%{_builddir}/%{name}-%{version}/build"
%license LICENSE
%doc README.md
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/lib%{name}%{_sover}.so
%{_libdir}/cmake/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%files -n lib%{name}%{_sover}
%{_libdir}/lib%{name}.so.%{_sover}*
%{_libdir}/lib%{name}%{_sover}.so
%changelog