|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate clap_derive
|
|
|
|
%global crate clap_derive
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-clap_derive
|
|
|
|
Name: rust-clap_derive
|
|
|
|
Version: 3.2.18
|
|
|
|
Version: 4.1.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Parse command line argument by defining a struct, derive crate
|
|
|
|
Summary: Parse command line argument by defining a struct, derive crate
|
|
|
|
|
|
|
|
|
|
|
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/clap_derive
|
|
|
|
URL: https://crates.io/crates/clap_derive
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
@ -85,16 +83,16 @@ use the "raw-deprecated" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+raw-deprecated-devel
|
|
|
|
%files -n %{name}+raw-deprecated-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unstable-v4-devel
|
|
|
|
%package -n %{name}+unstable-v5-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+unstable-v4-devel %{_description}
|
|
|
|
%description -n %{name}+unstable-v5-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "unstable-v4" feature of the "%{crate}" crate.
|
|
|
|
use the "unstable-v5" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unstable-v4-devel
|
|
|
|
%files -n %{name}+unstable-v5-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|