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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate debug-helper %global crate debug-helper
Name: rust-%{crate} Name: rust-debug-helper
Version: 0.3.13 Version: 0.3.13
Release: %autorelease Release: %autorelease
Summary: Declarative macros to help you implement the Debug trait manually Summary: Declarative macros to help you implement the Debug trait manually
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/debug-helper URL: https://crates.io/crates/debug-helper
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %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} %description %{_description}
@ -50,7 +48,7 @@ use the "default" 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

Loading…
Cancel
Save