initial import (#1879209)

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

4
.gitignore vendored

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

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

@ -0,0 +1,96 @@
# Generated by rust2rpm 13
%bcond_without check
%global crate peg-macros
Name: rust-%{crate}
Version: 0.6.3
Release: 1%{?dist}
Summary: Procedural macros for rust-peg
# Upstream license specification: MIT
# https://github.com/kevinmehall/rust-peg/pull/241
License: MIT
URL: https://crates.io/crates/peg-macros
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Procedural macros for rust-peg. To use rust-peg, see the `peg` crate.}
%description %{_description}
%if ! %{__cargo_skip_build}
# /usr/bin/rust-peg used to be shipped as "peg" with the "rust-peg" package
%package -n peg
Summary: %{summary}
%description -n peg %{_description}
%files -n peg
%{_bindir}/rust-peg
%endif
%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
%package -n %{name}+trace-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+trace-devel %{_description}
This package contains library source intended for building other packages
which use "trace" feature of "%{crate}" crate.
%files -n %{name}+trace-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-macros-0.6.3.crate) = f10327abf27841d1c5ccc2d59973d0b3d60138a7fd04c7707fad74d32743fced8846acf0b4b31c8b3f67125f9f7fea50ee59170f108ec44f8571aaaa47556d16
Loading…
Cancel
Save