|
|
@ -1,12 +1,12 @@
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * test sources are not included in published crates
|
|
|
|
# * test sources are not included in published crates
|
|
|
|
%bcond check 0
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate clap_builder
|
|
|
|
%global crate clap_builder
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-clap_builder
|
|
|
|
Name: rust-clap_builder
|
|
|
|
Version: 4.5.23
|
|
|
|
Version: 4.4.16
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Simple to use, efficient, and full-featured Command Line Argument Parser
|
|
|
|
Summary: Simple to use, efficient, and full-featured Command Line Argument Parser
|
|
|
|
|
|
|
|
|
|
|
@ -193,18 +193,6 @@ use the "unstable-doc" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+unstable-doc-devel
|
|
|
|
%files -n %{name}+unstable-doc-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unstable-ext-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+unstable-ext-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "unstable-ext" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+unstable-ext-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+unstable-styles-devel
|
|
|
|
%package -n %{name}+unstable-styles-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|