# Generated by rust2rpm %bcond_with check %global debug_package %{nil} %global crate fragile Name: rust-%{crate} Version: 0.3.0 Release: 4%{?dist} Summary: Wrapper types for sending non-send values to other threads # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: https://crates.io/crates/fragile Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description \ Provides wrapper types for sending non-send values to other threads. %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 %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 %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Fri Jul 26 2019 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 16 2019 Igor Gnatenko - 0.3.0-3 - Adapt to new packaging * Sat Feb 02 2019 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Sep 11 2018 Igor Gnatenko - 0.3.0-1 - Initial package