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
# ENOTTY: stty: /dev/stderr: Inappropriate ioctl for device
# Generated by rust2rpm 9
# * ENOTTY: stty: /dev/stderr: Inappropriate ioctl for device
%bcond_with check
%global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.1.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Gets the size of your Linux or Windows terminal
# Upstream license specification: MIT OR Apache-2.0
@ -19,12 +19,17 @@ Source: %{crates_source}
Patch0: terminal_size-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
%endif
%global _description \
Gets the size of your Linux or Windows terminal.
%global _description %{expand:
Gets the size of your Linux or Windows terminal.}
%description %{_description}
@ -70,5 +75,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%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
- Initial package

Loading…
Cancel
Save