## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate crates-io Name: rust-%{crate} Version: 0.33.1 Release: %autorelease Summary: Helpers for interacting with crates.io # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/crates-io Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: Helpers for interacting with crates.io.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-MIT %{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 the "default" feature of the "%{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 Feb 25 2022 Fabio Valentini 0.33.1-1 - Update to version 0.33.1; Fixes RHBZ#2058356 * Fri Jan 21 2022 Fedora Release Engineering 0.33.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 26 2021 Fabio Valentini 0.33.0-1 - Update to version 0.33.0; Fixes RHBZ#1943213 * Fri Jul 23 2021 Fedora Release Engineering - 0.32.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.32.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.32.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Apr 23 2020 Josh Stone - 0.32.0-1 - Update to 0.32.0 * Thu Mar 12 2020 Josh Stone - 0.31.0-1 - Update to 0.31.0 * Sat Feb 29 07:19:30 CET 2020 Igor Raits - 0.30.0-1 - Update to 0.30.0 * Thu Jan 30 2020 Fedora Release Engineering - 0.28.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Dec 07 2019 Josh Stone - 0.28.0-1 - Update to 0.28.0 * Fri Jul 26 2019 Fedora Release Engineering - 0.24.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 07 2019 Josh Stone - 0.24.0-1 - Update to 0.24.0 * Sat Feb 02 2019 Fedora Release Engineering - 0.20.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Dec 06 2018 Josh Stone - 0.20.0-1 - Update to 0.20.0 * Sat Nov 17 2018 Igor Gnatenko - 0.19.0-1 - Update to 0.19.0 * Tue Nov 13 2018 Josh Stone - 0.18.0-2 - Adapt to new packaging * Sun Oct 21 2018 Igor Gnatenko - 0.18.0-1 - Update to 0.18.0 * Sat Aug 04 2018 Igor Gnatenko - 0.17.0-1 - Update to 0.17.0 * Sat Jul 28 2018 Igor Gnatenko - 0.16.0-2 - Rebuild to trigger tests * Sun Jul 22 2018 Igor Gnatenko - 0.16.0-1 - Initial package