libspdlog-devel: require libspdlog [release 1.8.5-2mamba;Mon May 10 2021]
This commit is contained in:
parent
f3ec1adcda
commit
981c3eed73
@ -1,6 +1,6 @@
|
||||
Name: spdlog
|
||||
Version: 1.8.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Fast C++ logging library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,6 +10,9 @@ URL: https://github.com/gabime/spdlog
|
||||
Source: https://github.com/gabime/spdlog.git/v%{version}/spdlog-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -29,6 +32,7 @@ Fast C++ logging library.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: pkg-config
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
Fast C++ logging library.
|
||||
@ -66,6 +70,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon May 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.5-2mamba
|
||||
- libspdlog-devel: require libspdlog
|
||||
|
||||
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 1.8.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user