# Generated by rust2rpm # * Tests are run in infrastructure %bcond_with check %global debug_package %{nil} %global crate ryu Name: rust-%{crate} Version: 0.2.7 Release: 3%{?dist} Summary: Fast floating point to string conversion # Upstream license specification: Apache-2.0 OR BSL-1.0 License: ASL 2.0 or Boost URL: https://crates.io/crates/ryu Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %if %{with check} BuildRequires: (crate(num_cpus/default) >= 1.8.0 with crate(num_cpus/default) < 2.0.0) BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0) %endif %global _description \ Fast floating point to string conversion. %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-BOOST %doc README.md %{cargo_registry}/%{crate}-%{version}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+no-panic-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+no-panic-devel %{_description} This package contains library source intended for building other packages which use "no-panic" feature of "%{crate}" crate. %files -n %{name}+no-panic-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+small-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+small-devel %{_description} This package contains library source intended for building other packages which use "small" feature of "%{crate}" crate. %files -n %{name}+small-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sun Mar 10 2019 Igor Gnatenko - 0.2.7-3 - Do not pull optional dependencies * Sat Feb 02 2019 Fedora Release Engineering - 0.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Nov 13 2018 Josh Stone - 0.2.7-1 - Update to 0.2.7 * Sat Oct 27 2018 Igor Gnatenko - 0.2.6-3 - Adapt to new packaging * Sun Oct 07 2018 Igor Gnatenko - 0.2.6-2 - Run tests in infrastructure * Sat Sep 08 2018 Josh Stone - 0.2.6-1 - Update to 0.2.6 * Sun Aug 19 2018 Igor Gnatenko - 0.2.4-1 - Update to 0.2.4 * Sat Aug 18 2018 Igor Gnatenko - 0.2.3-1 - Initial package