# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate tempdir Name: rust-%{crate} Version: 0.3.7 Release: 4%{?dist} Summary: Library for managing a temporary directory # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/tempdir Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0) BuildRequires: (crate(remove_dir_all/default) >= 0.5.0 with crate(remove_dir_all/default) < 0.6.0) %global _description \ A library for managing a temporary directory and deleting all contents when\ it's dropped. %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.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} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sat Feb 02 2019 Fedora Release Engineering - 0.3.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 30 2018 Josh Stone - 0.3.7-3 - Adapt to new packaging * Sat Jul 14 2018 Fedora Release Engineering - 0.3.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Mar 22 2018 Josh Stone - 0.3.7-1 - Update to 0.3.7 * Mon Mar 12 2018 Igor Gnatenko - 0.3.6-3 - Bump remove_dir_all to 0.5 * Fri Feb 09 2018 Fedora Release Engineering - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 31 2018 Igor Gnatenko - 0.3.6-1 - Update to 0.3.6 * Mon Jan 08 2018 Igor Gnatenko - 0.3.5-6 - Rebuild for rust-packaging v5 * Sun Dec 31 2017 Igor Gnatenko - 0.3.5-5 - Bump rand to 0.4 * Sun Nov 05 2017 Igor Gnatenko - 0.3.5-4 - Regenerate spec * Wed Jun 14 2017 Igor Gnatenko - 0.3.5-3 - Port to use rust-packaging * Fri Feb 24 2017 Igor Gnatenko - 0.3.5-2 - Use rich dependencies * Sun Feb 12 2017 Igor Gnatenko - 0.3.5-1 - Initial package