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

@ -1,5 +1,5 @@
# Generated by rust2rpm # Generated by rust2rpm 9
# ENOTTY: stty: /dev/stderr: Inappropriate ioctl for device # * ENOTTY: stty: /dev/stderr: Inappropriate ioctl for device
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.8 Version: 0.1.8
Release: 1%{?dist} Release: 2%{?dist}
Summary: Gets the size of your Linux or Windows terminal Summary: Gets the size of your Linux or Windows terminal
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -19,12 +19,17 @@ Source: %{crates_source}
Patch0: terminal_size-fix-metadata.diff Patch0: terminal_size-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.0 with crate(libc/default) < 0.3.0) BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
%endif
%global _description \ %global _description %{expand:
Gets the size of your Linux or Windows terminal. Gets the size of your Linux or Windows terminal.}
%description %{_description} %description %{_description}
@ -70,5 +75,8 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 22:06:46 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-2
- Regenerate
* Thu Apr 25 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.8-1 * Thu Apr 25 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.8-1
- Initial package - Initial package

Loading…
Cancel
Save