# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate terminal_size Name: rust-%{crate} Version: 0.1.8 Release: 1%{?dist} Summary: Gets the size of your Linux or Windows terminal # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/terminal_size Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata Patch0: terminal_size-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging # [dependencies] BuildRequires: crate(libc) %description %{summary}. %package devel Summary: %{summary} BuildArch: noarch %description devel Gets the size of your Linux or Windows terminal This package contains library source intended for building other packages which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %files devel %{cargo_registry}/%{crate}-%{version}/ %changelog * Wed Nov 21 2018 Luis Manuel - 0.1.8-1 - Initial package