From e1570d4cb153399e2e41cebe70156df577c8030e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 6 Oct 2020 21:24:02 +0200 Subject: [PATCH] initial import (#1879207) --- .gitignore | 4 +++ README.md | 3 -- rust-peg-runtime.spec | 74 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 79 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 rust-peg-runtime.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32053e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/results_*/ +/*.src.rpm + +/peg-runtime-0.6.3.crate diff --git a/README.md b/README.md deleted file mode 100644 index a166137..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-peg-runtime - -The rust-peg-runtime package diff --git a/rust-peg-runtime.spec b/rust-peg-runtime.spec new file mode 100644 index 0000000..af4dc19 --- /dev/null +++ b/rust-peg-runtime.spec @@ -0,0 +1,74 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate peg-runtime + +Name: rust-%{crate} +Version: 0.6.3 +Release: 1%{?dist} +Summary: Runtime support for rust-peg grammars + +# Upstream license specification: MIT +# https://github.com/kevinmehall/rust-peg/pull/241 +License: MIT +URL: https://crates.io/crates/peg-runtime +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Runtime support for rust-peg grammars. To use rust-peg, see the `peg` crate.} + +%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 +%{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 +* Tue Sep 15 2020 Fabio Valentini - 0.6.3-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..84eda9d --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (peg-runtime-0.6.3.crate) = ea5fbba737b018decabe92f3ebae9cf0c99ceb272a80a4261e5dcec1e6b78e6456d6aa49c4c86f9276bae3c2eb87c67b1189e41c41fe5164bea445006bf9b712