rebuilt with external libfmt [release 1.12.0-2mamba;Sat Aug 26 2023]
This commit is contained in:
parent
b108ff5eb3
commit
bd476f8795
11
spdlog.spec
11
spdlog.spec
@ -1,6 +1,6 @@
|
|||||||
Name: spdlog
|
Name: spdlog
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Fast C++ logging library
|
Summary: Fast C++ logging library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,6 +11,7 @@ Source: https://github.com/gabime/spdlog.git/v%{version}/spdlog-%{version
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libfmt-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -42,9 +43,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#%patch 0 -p1 -b .fmt_external
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DSPDLOG_FMT_EXTERNAL=ON
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -70,6 +74,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-2mamba
|
||||||
|
- rebuilt with external libfmt
|
||||||
|
|
||||||
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user