|
|
@ -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-macros
|
|
|
|
%global crate peg-macros
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-peg-macros
|
|
|
|
Name: rust-peg-macros
|
|
|
|
Version: 0.8.1
|
|
|
|
Version: 0.8.2
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Procedural macros for rust-peg
|
|
|
|
Summary: Procedural macros for rust-peg
|
|
|
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@ Source: %{crates_source}
|
|
|
|
# * drop binary which is only useful for upstream development
|
|
|
|
# * drop binary which is only useful for upstream development
|
|
|
|
Patch: peg-macros-fix-metadata.diff
|
|
|
|
Patch: peg-macros-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Procedural macros for rust-peg. To use rust-peg, see the `peg` crate.}
|
|
|
|
Procedural macros for rust-peg. To use rust-peg, see the `peg` crate.}
|
|
|
@ -71,7 +71,7 @@ use the "trace" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -89,9 +89,12 @@ use the "trace" feature of the "%{crate}" crate.
|
|
|
|
%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#2243160
|
|
|
|
|
|
|
|
|
|
|
|
* 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#1948228
|
|
|
|
- Update to version 0.8.1; Fixes RHBZ#1948228
|
|
|
|
|
|
|
|
|
|
|
|