|
|
|
@ -1,12 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
# * Tests are run in infrastructure
|
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate cfg-if
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.7
|
|
|
|
|
Version: 0.1.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Macro to ergonomically define an item depending on a large number of #[cfg] parameters
|
|
|
|
|
|
|
|
|
@ -19,10 +18,10 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
A macro to ergonomically define an item depending on a large number of #[cfg]\
|
|
|
|
|
parameters. Structured like an if-else chain, the first matching branch is the\
|
|
|
|
|
item that gets emitted.
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Macro to ergonomically define an item depending on a large number of #[cfg]
|
|
|
|
|
parameters. Structured like an if-else chain, the first matching branch is the
|
|
|
|
|
item that gets emitted.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -68,6 +67,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 15 08:13:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-1
|
|
|
|
|
- Update to 0.1.9
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
|
|
|
|
|
- Update to 0.1.7
|
|
|
|
|
|
|
|
|
|