# Generated by rust2rpm # * Tests are run in infrastructure %bcond_with check %global debug_package %{nil} %global crate either Name: rust-%{crate} Version: 1.5.2 Release: 1%{?dist} Summary: Enum `Either` is a general purpose sum type with two cases # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/either Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description \ The enum `Either` with variants `Left` and `Right` is a general purpose sum\ type with two cases. %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-MIT LICENSE-APACHE %doc README.rst README-crates.io.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}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use "serde" feature of "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+use_std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+use_std-devel %{_description} This package contains library source intended for building other packages which use "use_std" feature of "%{crate}" crate. %files -n %{name}+use_std-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 * Tue Apr 02 2019 Josh Stone - 1.5.2-1 - Update to 1.5.2 * Thu Feb 21 2019 Josh Stone - 1.5.1-1 - Update to 1.5.1 * Sat Feb 02 2019 Fedora Release Engineering - 1.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Oct 28 2018 Igor Gnatenko - 1.5.0-4 - Adapt to new packaging * Sun Oct 07 2018 Igor Gnatenko - 1.5.0-3 - Run tests in infrastructure * Sat Jul 14 2018 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 26 2018 Igor Gnatenko - 1.5.0-1 - Update to 1.5.0 * Fri Feb 09 2018 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 1.4.0-2 - Rebuild for rust-packaging v5 * Wed Nov 15 2017 Igor Gnatenko - 1.4.0-1 - Update to 1.4.0 * Wed Nov 08 2017 Igor Gnatenko - 1.3.0-1 - Update to 1.3.0 * Wed Jun 14 2017 Igor Gnatenko - 1.1.0-2 - Port to use rust-packaging * Thu Mar 30 2017 Igor Gnatenko - 1.1.0-1 - Update to 1.1.0 * Sun Feb 26 2017 Igor Gnatenko - 1.0.3-1 - Initial package