# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} %global crate tempdir Name: rust-%{crate} Version: 0.3.7 Release: 15%{?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 Source: %{crates_source} # Initial patched metadata # * bump remove_dir_all from 0.5 to 0.7 (not upstreamable, project dead) Patch0: tempdir-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: 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_no_tilde}/ %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_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Fri Jan 21 2022 Fedora Release Engineering - 0.3.7-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.3.7-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed May 19 2021 Fabio Valentini - 0.3.7-13 - Bump remove_dir_all to 0.7. * Wed Jan 27 2021 Fedora Release Engineering - 0.3.7-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Aug 01 2020 Fedora Release Engineering - 0.3.7-11 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.3.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering - 0.3.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering - 0.3.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jun 20 17:23:50 CEST 2019 Igor Gnatenko - 0.3.7-7 - Regenerate * Sun Jun 09 21:37:27 CEST 2019 Igor Gnatenko - 0.3.7-6 - Regenerate * Sat Mar 09 2019 Igor Gnatenko - 0.3.7-5 - Adapt to new packaging * 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