import rust-peg-0.8.2-1.el9

i9ce changed/i9ce/rust-peg-0.8.2-1.el9
MSVSphere Packaging Team 1 year ago
parent b19929d173
commit 32c6488baa

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/peg-0.8.2.crate

@ -0,0 +1 @@
ae62848e4676e916da5f1b57f3d9934fd42d19ac SOURCES/peg-0.8.2.crate

Binary file not shown.

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate peg %global crate peg
Name: rust-peg Name: rust-peg
Version: 0.8.1 Version: 0.8.2
Release: %autorelease Release: %autorelease
Summary: Simple Parsing Expression Grammar (PEG) parser generator Summary: Simple Parsing Expression Grammar (PEG) parser generator
@ -23,7 +23,7 @@ License: MIT
URL: https://crates.io/crates/peg URL: https://crates.io/crates/peg
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A simple Parsing Expression Grammar (PEG) parser generator.} A simple Parsing Expression Grammar (PEG) parser generator.}
@ -56,6 +56,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+trace-devel %package -n %{name}+trace-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -68,11 +80,21 @@ use the "trace" feature of the "%{crate}" crate.
%files -n %{name}+trace-devel %files -n %{name}+trace-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages which
use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
# drop test that fails harmlessly with Rust 1.69.0 and newer
rm tests/compile-fail/rust_action_type_error.{rs,stderr}
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
@ -89,9 +111,12 @@ rm tests/compile-fail/rust_action_type_error.{rs,stderr}
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.1-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.2-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-1
- Update to version 0.8.2; Fixes RHBZ#2243159
* Tue Sep 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1 * Tue Sep 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
- Update to version 0.8.1; Fixes RHBZ#1948227 - Update to version 0.8.1; Fixes RHBZ#1948227

Loading…
Cancel
Save