2024-05-05 10:28:42 +02:00
|
|
|
Name: fast_float
|
2024-09-03 19:11:59 +02:00
|
|
|
Version: 6.1.5
|
2024-05-05 10:28:42 +02:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Fast and exact implementation of the C++ from_chars functions for number types
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/fastfloat/fast_float
|
|
|
|
Source: https://github.com/fastfloat/fast_float.git/v%{version}/fast_float-%{version}.tar.bz2
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Fast and exact implementation of the C++ from_chars functions for number types.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Fast and exact implementation of the C++ from_chars functions for number types
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
Fast and exact implementation of the C++ from_chars functions for number types.
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/fast_float
|
|
|
|
%{_includedir}/fast_float/*.h
|
|
|
|
%dir %{_datadir}/cmake/FastFloat
|
|
|
|
%{_datadir}/cmake/FastFloat/*.cmake
|
|
|
|
%doc AUTHORS README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-09-03 19:11:59 +02:00
|
|
|
* Tue Sep 03 2024 Automatic Build System <autodist@openmamba.org> 6.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-19 00:08:42 +02:00
|
|
|
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 6.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-24 08:58:03 +02:00
|
|
|
* Tue Jul 23 2024 Automatic Build System <autodist@openmamba.org> 6.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-05 10:28:42 +02:00
|
|
|
* Sat May 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.1-1mamba
|
|
|
|
- package created using the webbuild interface
|