SHA256
1
0
forked from pool/spdlog

- 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
This commit is contained in:
Bernd Ritter
2022-10-20 20:57:47 +00:00
committed by Git OBS Bridge
parent 639afb29fe
commit 475d8e8ea7
2 changed files with 8 additions and 3 deletions

View File

@@ -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