initial import (#1879207)

epel9
Fabio Valentini 4 years ago
parent 98ae49d2f9
commit e1570d4cb1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

4
.gitignore vendored

@ -0,0 +1,4 @@
/results_*/
/*.src.rpm
/peg-runtime-0.6.3.crate

@ -1,3 +0,0 @@
# rust-peg-runtime
The rust-peg-runtime package

@ -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 <decathorpe@gmail.com> - 0.6.3-1
- Initial package

@ -0,0 +1 @@
SHA512 (peg-runtime-0.6.3.crate) = ea5fbba737b018decabe92f3ebae9cf0c99ceb272a80a4261e5dcec1e6b78e6456d6aa49c4c86f9276bae3c2eb87c67b1189e41c41fe5164bea445006bf9b712
Loading…
Cancel
Save