|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global crate structopt
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.2.16
|
|
|
|
|
Version: 0.2.17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parse command line argument by defining a struct
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(clap) >= 2.21.0 with crate(clap) < 3.0.0)
|
|
|
|
|
BuildRequires: (crate(clap/default) >= 2.21.0 with crate(clap/default) < 3.0.0)
|
|
|
|
|
BuildRequires: (crate(structopt-derive/default) >= 0.2.16 with crate(structopt-derive/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(structopt-derive/default) >= 0.2.17 with crate(structopt-derive/default) < 0.3.0)
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Parse command line argument by defining a struct.}
|
|
|
|
@ -124,6 +124,18 @@ which use "no_cargo" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+no_cargo-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+paw-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+paw-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "paw" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+paw-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+suggestions-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -177,6 +189,9 @@ which use "yaml" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 02 08:59:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.17-1
|
|
|
|
|
- Update to 0.2.17
|
|
|
|
|
|
|
|
|
|
* Thu May 30 17:34:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.16-1
|
|
|
|
|
- Update to 0.2.16
|
|
|
|
|
|
|
|
|
|