# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate pest Name: rust-%{crate} Version: 1.0.6 Release: 3%{?dist} Summary: Elegant Parser License: MIT or ASL 2.0 URL: https://crates.io/crates/pest Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %description %{summary}. %package devel Summary: %{summary} BuildArch: noarch %description devel The Elegant Parser. This package contains library source intended for building other packages which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %files devel %license LICENSE-MIT LICENSE-APACHE %doc _README.md %{cargo_registry}/%{crate}-%{version}/ %changelog * Sat Jul 14 2018 Fedora Release Engineering - 1.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 23 2018 Igor Gnatenko - 1.0.6-2 - Restore spec * Fri Feb 23 2018 Igor Gnatenko - 1.0.6-1 - Update to 1.0.6 * Mon Feb 19 2018 Igor Gnatenko - 1.0.5-1 - Update to 1.0.5 * Mon Feb 19 2018 Igor Gnatenko - 1.0.4-1 - Update to 1.0.4 * Fri Feb 09 2018 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Igor Gnatenko - 1.0.3-1 - Update to 1.0.3 * Tue Jan 23 2018 Igor Gnatenko - 1.0.2-1 - Update to 1.0.2 * Mon Jan 22 2018 Igor Gnatenko - 1.0.1-1 - Update to 1.0.1 * Mon Jan 08 2018 Igor Gnatenko - 0.4.1-3 - Rebuild for rust-packaging v5 * Sun Dec 03 2017 Igor Gnatenko - 0.4.1-2 - Exclude unneeded files * Thu Jul 06 2017 Igor Gnatenko - 0.4.1-1 - Initial package