From 475d8e8ea7990d66073f6dba0094de6a648f8d0f11354fd7123d94692bca3b65 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Thu, 20 Oct 2022 20:57:47 +0000 Subject: [PATCH] - trying around with sover and version and stuff OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=65 --- spdlog.changes | 5 +++++ spdlog.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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