SHA256
1
0
forked from pool/spdlog

- reverted changes to sover...

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=66
This commit is contained in:
Bernd Ritter 2022-10-20 21:02:32 +00:00 committed by Git OBS Bridge
parent 475d8e8ea7
commit 10fc51b7f1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 20 21:02:17 UTC 2022 - Bernd Ritter <comrad@posteo.de>
- reverted changes to sover...
-------------------------------------------------------------------
Thu Oct 20 20:57:30 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}-%{version}.so
%{_libdir}/lib%{name}.so
%{_libdir}/cmake/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%files -n lib%{name}-%{version}
%{_libdir}/lib%{name}.so*
%files -n lib%{name}%{_sover}
%{_libdir}/lib%{name}.so.%{_sover}*
%changelog