2024-01-05 18:02:12 +01:00
|
|
|
Name: spdlog
|
2024-01-05 18:02:13 +01:00
|
|
|
Version: 1.8.5
|
2024-01-05 18:02:13 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 18:02:12 +01:00
|
|
|
Summary: Fast C++ logging library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/gabime/spdlog
|
|
|
|
Source: https://github.com/gabime/spdlog.git/v%{version}/spdlog-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 18:02:13 +01:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 18:02:12 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Fast C++ logging library.
|
|
|
|
|
2024-01-05 18:02:13 +01:00
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Fast C++ logging library
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
Fast C++ logging library.
|
|
|
|
|
2024-01-05 18:02:12 +01:00
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: pkg-config
|
2024-01-05 18:02:13 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 18:02:12 +01:00
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
Fast C++ logging library.
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
2024-01-05 18:02:13 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 18:02:12 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 18:02:13 +01:00
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libspdlog.so.*
|
|
|
|
%doc LICENSE
|
|
|
|
|
2024-01-05 18:02:12 +01:00
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/spdlog
|
|
|
|
%{_includedir}/spdlog/*
|
2024-01-05 18:02:13 +01:00
|
|
|
%{_libdir}/libspdlog.so
|
2024-01-05 18:02:12 +01:00
|
|
|
%dir %{_libdir}/cmake/spdlog
|
|
|
|
%{_libdir}/cmake/spdlog/spdlog*.cmake
|
|
|
|
%{_libdir}/pkgconfig/spdlog.pc
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:02:13 +01:00
|
|
|
* Mon May 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.5-2mamba
|
|
|
|
- libspdlog-devel: require libspdlog
|
|
|
|
|
2024-01-05 18:02:13 +01:00
|
|
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 1.8.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:02:13 +01:00
|
|
|
* Sat Dec 19 2020 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:02:13 +01:00
|
|
|
* Sat Oct 03 2020 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:02:12 +01:00
|
|
|
* Wed Sep 02 2020 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:02:12 +01:00
|
|
|
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:02:12 +01:00
|
|
|
* Sat Jun 06 2020 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:02:12 +01:00
|
|
|
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-1mamba
|
|
|
|
- package created using the webbuild interface
|