diff --git a/rust-pest.spec b/rust-pest.spec index 8595b78..e8d46d4 100644 --- a/rust-pest.spec +++ b/rust-pest.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Elegant Parser # Upstream license specification: MIT/Apache-2.0 @@ -15,12 +15,14 @@ URL: https://crates.io/crates/pest Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(ucd-trie/default) >= 0.1.1 with crate(ucd-trie/default) < 0.2.0) -%global _description \ -The Elegant Parser. +%global _description %{expand: +Elegant Parser.} %description %{_description} @@ -90,6 +92,9 @@ which use "serde_json" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -102,6 +107,9 @@ which use "serde_json" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:06:04 CEST 2019 Igor Gnatenko - 2.1.1-2 +- Regenerate + * Mon Apr 15 2019 Josh Stone - 2.1.1-1 - Update to 2.1.1 diff --git a/tests/.fmf/version b/tests/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/provision.fmf b/tests/provision.fmf new file mode 100644 index 0000000..503a97c --- /dev/null +++ b/tests/provision.fmf @@ -0,0 +1,5 @@ +--- +standard-inventory-qcow2: + qemu: + # `cargo test` usually eats more than 1G. + m: 4G diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..436b3a7 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/rust.git" + dest: rust + tests: + - rust/cargo-test + environment: + pkg: rust-pest