Summary: Very fast, header only, C++ logging library. Name: spdlog Version: 1.11.0 Release: 2%{?dist} License: MIT URL: https://github.com/gabime/spdlog Source0: https://gitee.com/kjpioo2006/spdlog/raw/master/spdlog-%{version}.tar.gz Group: Development/Tools Vendor: VMware, Inc. BuildRequires: automake BuildRequires: cmake BuildRequires: gcc %description Very fast, header only, C++ logging library. %global debug_package %{nil} %prep %setup -q %build mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DBUILD_SHARED_LIBS=ON .. make %{?_smp_mflags} %install cd build make DESTDIR=%{buildroot} install %files %defattr(-,root,root) %{_includedir}/%{name}/* %{_libdir}/cmake/%{name}/*.cmake %{_libdir}/*.so %{_libdir}/*.so.* %{_libdir}/pkgconfig/spdlog.pc %changelog * Mon Nov 26 2018 Sujay G 1.1.0-2 - Added %check section * Fri Sep 21 2018 Srinidhi Rao 1.1.0-1 - Updating the version to 1.1.0-1. * Wed Jul 05 2017 Vinay Kulkarni 0.13.0-1 - Initial version of spdlog package for Photon.