From fd384dab71a8d9630241aa57afd64e206cab5d5e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:02:23 +0100 Subject: [PATCH] legacy package [release 1.11.0-2mamba;Tue Aug 22 2023] --- README.md | 2 + spdlog111.spec | 113 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 spdlog111.spec diff --git a/README.md b/README.md index 4140c15..725c154 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # spdlog111 +Fast C++ logging library. + diff --git a/spdlog111.spec b/spdlog111.spec new file mode 100644 index 0000000..c9ac4d5 --- /dev/null +++ b/spdlog111.spec @@ -0,0 +1,113 @@ +Name: spdlog111 +Version: 1.11.0 +Release: 2mamba +Summary: Fast C++ logging library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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} + +%description +Fast C++ logging library. + +%package -n lib%{name} +Group: System/Libraries +Summary: Fast C++ logging library +Requires: pkg-config + +%description -n lib%{name} +Fast C++ logging library. + +%package -n lib%{name}-devel +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. +This package contains libraries and header files for developing applications that use %{name}. + +%debug_package + +%prep +%setup -q -n spdlog-%{version} + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -n lib%{name} +%defattr(-,root,root) +%{_libdir}/libspdlog.so.* +%doc LICENSE + +%files -n lib%{name}-devel +%defattr(-,root,root) +%dir %{_includedir}/spdlog +%{_includedir}/spdlog/* +%{_libdir}/libspdlog.so +%dir %{_libdir}/cmake/spdlog +%{_libdir}/cmake/spdlog/spdlog*.cmake +%{_libdir}/pkgconfig/spdlog.pc +%doc README.md + +%changelog +* Tue Aug 22 2023 Silvan Calarco 1.11.0-2mamba +- legacy package + +* Thu Nov 03 2022 Automatic Build System 1.11.0-1mamba +- automatic version update by autodist + +* Wed Apr 06 2022 Automatic Build System 1.10.0-1mamba +- automatic version update by autodist + +* Mon Aug 16 2021 Automatic Build System 1.9.2-1mamba +- automatic version update by autodist + +* Wed Jul 28 2021 Automatic Build System 1.9.1-1mamba +- automatic version update by autodist + +* Wed Jul 21 2021 Automatic Build System 1.9.0-1mamba +- automatic version update by autodist + +* Mon May 10 2021 Silvan Calarco 1.8.5-2mamba +- libspdlog-devel: require libspdlog + +* Sat Apr 03 2021 Automatic Build System 1.8.5-1mamba +- automatic version update by autodist + +* Sat Dec 19 2020 Automatic Build System 1.8.2-1mamba +- automatic version update by autodist + +* Sat Oct 03 2020 Automatic Build System 1.8.1-1mamba +- automatic version update by autodist + +* Wed Sep 02 2020 Automatic Build System 1.8.0-1mamba +- automatic version update by autodist + +* Fri Jul 10 2020 Automatic Build System 1.7.0-1mamba +- automatic version update by autodist + +* Sat Jun 06 2020 Automatic Build System 1.6.1-1mamba +- automatic version update by autodist + +* Sat Feb 01 2020 Silvan Calarco 1.5.0-1mamba +- package created using the webbuild interface