Update to re-reviewed spec with latest rust2rpm

epel10 imports/epel10/rust-debug-helper-0.3.13-3.el10
Orion Poplawski 4 months ago
parent 375f19b251
commit 7ffcb7da91

@ -1,25 +1,23 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate debug-helper
Name: rust-%{crate}
Name: rust-debug-helper
Version: 0.3.13
Release: %autorelease
Summary: Declarative macros to help you implement the Debug trait manually
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/debug-helper
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Declarative macros to help you implement the `Debug` trait manually.}
This crate provides declarative macros to help you implement the `Debug`
trait manually.}
%description %{_description}
@ -50,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

Loading…
Cancel
Save