|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate darling_core
|
|
|
|
|
|
|
|
|
|
Name: rust-darling_core
|
|
|
|
|
Version: 0.20.3
|
|
|
|
|
Version: 0.20.10
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Parse attributes into structs for custom derive implementations (helper crate)
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ License: MIT
|
|
|
|
|
URL: https://crates.io/crates/darling_core
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Helper crate for proc-macro library for reading attributes into structs
|
|
|
|
@ -84,7 +84,7 @@ use the "suggestions" 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
|
|
|
|
|