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

@ -1,14 +1,13 @@
# Generated by rust2rpm # Generated by rust2rpm 9
# * Tests are run in infrastructure %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate base64 %global crate base64
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.1 Version: 0.10.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Encodes ands decode base64 as bytes or utf8 Summary: Encodes and decodes base64 as bytes or utf8
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -16,16 +15,21 @@ URL: https://crates.io/crates/base64
Source: %{crates_source} Source: %{crates_source}
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(byteorder/default) >= 1.2.6 with crate(byteorder/default) < 2.0.0) BuildRequires: (crate(byteorder/default) >= 1.2.6 with crate(byteorder/default) < 2.0.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(criterion/default) >= 0.2.0 with crate(criterion/default) < 0.3.0) BuildRequires: (crate(criterion/default) >= 0.2.0 with crate(criterion/default) < 0.3.0)
BuildRequires: (crate(rand/default) >= 0.6.1 with crate(rand/default) < 0.7.0) BuildRequires: (crate(rand/default) >= 0.6.1 with crate(rand/default) < 0.7.0)
%endif %endif
%endif
%global _description \ %global _description %{expand:
Encodes and decodes base64 as bytes or utf8. Encodes and decodes base64 as bytes or utf8.}
%description %{_description} %description %{_description}
@ -71,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 08 23:41:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.1-3
- Regenerate
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Loading…
Cancel
Save