diff --git a/spdlog.changes b/spdlog.changes index 685db06..d777d5d 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 20 20:57:30 UTC 2022 - Bernd Ritter + +- trying around with sover and version and stuff + ------------------------------------------------------------------- Thu Oct 20 20:49:13 UTC 2022 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index eeb79b4..060ec44 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -93,11 +93,11 @@ export LD_LIBRARY_PATH="%{_builddir}/%{name}-%{version}/build" %license LICENSE %doc README.md %{_includedir}/%{name} -%{_libdir}/lib%{name}%{_sover}.so +%{_libdir}/lib%{name}-%{version}.so %{_libdir}/cmake/%{name} %{_libdir}/pkgconfig/%{name}.pc -%files -n lib%{name}%{_sover} -%{_libdir}/lib%{name}.so.%{_sover}* +%files -n lib%{name}-%{version} +%{_libdir}/lib%{name}.so* %changelog