# Generated by rust2rpm # * Tests are run in infrastructure %bcond_with check %global debug_package %{nil} %global crate byteorder Name: rust-%{crate} Version: 1.3.1 Release: 2%{?dist} Summary: Library for reading/writing numbers in big-endian and little-endian # Upstream license specification: Unlicense OR MIT License: Unlicense or MIT URL: https://crates.io/crates/byteorder Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %if %{with check} BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) %endif %global _description \ Library for reading/writing numbers in big-endian and little-endian. %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 COPYING UNLICENSE LICENSE-MIT %doc README.md CHANGELOG.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}+i128-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+i128-devel %{_description} This package contains library source intended for building other packages which use "i128" feature of "%{crate}" crate. %files -n %{name}+i128-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use "std" feature of "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sat Feb 02 2019 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 23 2019 Josh Stone - 1.3.1-1 - Update to 1.3.1 * Sat Jan 19 2019 Igor Gnatenko - 1.3.0-1 - Update to 1.3.0 * Fri Oct 26 2018 Igor Gnatenko - 1.2.7-1 - Update to 1.2.7 * Fri Oct 26 2018 Igor Gnatenko - 1.2.6-2 - Adapt to new packaging * Thu Aug 30 2018 Josh Stone - 1.2.6-1 - Update to 1.2.6 * Tue Jul 31 2018 Josh Stone - 1.2.4-1 - Update to 1.2.4 * Sat Jul 28 2018 Igor Gnatenko - 1.2.3-3 - Rebuild to trigger tests * Sat Jul 14 2018 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon May 14 2018 Igor Gnatenko - 1.2.3-1 - Update to 1.2.3 * Mon Apr 02 2018 Igor Gnatenko - 1.2.2-1 - Update to 1.2.2 * Fri Feb 09 2018 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 1.2.1-3 - Rebuild for rust-packaging v5 * Sun Dec 31 2017 Igor Gnatenko - 1.2.1-2 - Bump rand to 0.4 * Thu Nov 30 2017 Igor Gnatenko - 1.2.1-1 - Update to 1.2.1 * Fri Nov 10 2017 Igor Gnatenko - 1.1.0-1 - Update to 1.1.0 * Fri Jun 16 2017 Igor Gnatenko - 1.0.0-1 - Initial package