# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate pest Name: rust-%{crate} Version: 1.0.1 Release: 1%{?dist} Summary: Elegant Parser # https://github.com/pest-parser/pest/pull/183 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 %doc _README.md %{cargo_registry}/%{crate}-%{version}/ %changelog * 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