Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 5d7cdafbbf
commit c4c3b68e7b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc31 # Generated by rust2rpm 9
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate csv %global crate csv
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.7 Version: 1.0.7
Release: 2%{?dist} Release: 3%{?dist}
Summary: Fast CSV parsing with support for serde Summary: Fast CSV parsing with support for serde
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -20,8 +20,12 @@ Patch0: csv-fix-metadata.diff
Patch0001: 0001-chore-Update-serde_bytes-to-0.11.patch Patch0001: 0001-chore-Update-serde_bytes-to-0.11.patch
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(csv-core/default) >= 0.1.4 with crate(csv-core/default) < 0.2.0) BuildRequires: (crate(csv-core/default) >= 0.1.4 with crate(csv-core/default) < 0.2.0)
BuildRequires: (crate(itoa/default) >= 0.4.3 with crate(itoa/default) < 0.5.0) BuildRequires: (crate(itoa/default) >= 0.4.3 with crate(itoa/default) < 0.5.0)
BuildRequires: (crate(ryu/default) >= 0.2.7 with crate(ryu/default) < 0.3.0) BuildRequires: (crate(ryu/default) >= 0.2.7 with crate(ryu/default) < 0.3.0)
@ -30,9 +34,10 @@ BuildRequires: (crate(serde/default) >= 1.0.55 with crate(serde/default) < 2.0.
BuildRequires: (crate(serde_bytes/default) >= 0.11.0 with crate(serde_bytes/default) < 0.12.0) BuildRequires: (crate(serde_bytes/default) >= 0.11.0 with crate(serde_bytes/default) < 0.12.0)
BuildRequires: (crate(serde_derive/default) >= 1.0.55 with crate(serde_derive/default) < 2.0.0) BuildRequires: (crate(serde_derive/default) >= 1.0.55 with crate(serde_derive/default) < 2.0.0)
%endif %endif
%endif
%global _description \ %global _description %{expand:
Fast CSV parsing with support for serde. Fast CSV parsing with support for serde.}
%description %{_description} %description %{_description}
@ -78,6 +83,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 15:12:40 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.7-3
- Regenerate
* Sun May 12 08:37:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.7-2 * Sun May 12 08:37:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.7-2
- Update serde_bytes to 0.11 - Update serde_bytes to 0.11

Loading…
Cancel
Save