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

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm 9
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.42 Version: 0.1.42
Release: 4%{?dist} Release: 5%{?dist}
Summary: Utilities for working with time-related functions in Rust Summary: Utilities for working with time-related functions in Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -19,15 +19,20 @@ Source: %{crates_source}
Patch0: time-fix-metadata.diff Patch0: time-fix-metadata.diff
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(libc/default) >= 0.2.1 with crate(libc/default) < 0.3.0) BuildRequires: (crate(libc/default) >= 0.2.1 with crate(libc/default) < 0.3.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
%endif %endif
%endif
%global _description \ %global _description %{expand:
Utilities for working with time-related functions in Rust. Utilities for working with time-related functions in Rust.}
%description %{_description} %description %{_description}
@ -85,6 +90,9 @@ which use "rustc-serialize" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 21:44:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-5
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-4 * Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-4
- Do not pull optional dependencies - Do not pull optional dependencies

Loading…
Cancel
Save