- tests with sover
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=67
This commit is contained in:
parent
10fc51b7f1
commit
e80d984e76
@ -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>
|
Thu Oct 20 21:02:17 UTC 2022 - Bernd Ritter <comrad@posteo.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ URL: https://github.com/gabime/spdlog
|
|||||||
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM fix for bug boo#1199306
|
# PATCH-FIX-UPSTREAM fix for bug boo#1199306
|
||||||
Patch0: https://github.com/gabime/%{name}/commit/e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
|
Patch0: https://github.com/gabime/%{name}/commit/e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
|
||||||
BuildRequires: cmake >= 3.10
|
BuildRequires: cmake >= 3.10
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: gcc-c++ >= 8
|
BuildRequires: gcc-c++ >= 8
|
||||||
@ -59,7 +59,7 @@ Summary: C++ logging library
|
|||||||
%description -n lib%{name}%{_sover}
|
%description -n lib%{name}%{_sover}
|
||||||
This is a packaged version of the gabime/spdlog C++ logging library
|
This is a packaged version of the gabime/spdlog C++ logging library
|
||||||
available at Github.
|
available at Github.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
find . -name '.gitignore' -exec rm {} \;
|
find . -name '.gitignore' -exec rm {} \;
|
||||||
@ -93,11 +93,11 @@ export LD_LIBRARY_PATH="%{_builddir}/%{name}-%{version}/build"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}%{_sover}.so
|
||||||
%{_libdir}/cmake/%{name}
|
%{_libdir}/cmake/%{name}
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%files -n lib%{name}%{_sover}
|
%files -n lib%{name}%{_sover}
|
||||||
%{_libdir}/lib%{name}.so.%{_sover}*
|
%{_libdir}/lib%{name}%{_sover}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user