# Generated by rust2rpm 16 # * argh ^0.1 is not packaged %bcond_with check %global debug_package %{nil} %global crate tui Name: rust-%{crate} Version: 0.13.0 Release: 1%{?dist} Summary: Library to build rich terminal user interfaces or dashboards # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/tui Source: %{crates_source} ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Library to build rich terminal user interfaces or dashboards.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE %doc README.md CHANGELOG.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+crossterm-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+crossterm-devel %{_description} This package contains library source intended for building other packages which use "crossterm" feature of "%{crate}" crate. %files -n %{name}+crossterm-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use "serde" feature of "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+termion-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+termion-devel %{_description} This package contains library source intended for building other packages which use "termion" feature of "%{crate}" crate. %files -n %{name}+termion-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Mon Nov 30 2020 Fabio Valentini - 0.13.0-1 - Update to version 0.13.0. - Fixes RHBZ#1897806 * Sun Nov 8 2020 Fabio Valentini - 0.12.0-2 - Drop optional features with broken dependencies. * Sun Oct 25 2020 Fabio Valentini - 0.12.0-1 - Update to version 0.12.0. * Wed Jul 29 2020 Fedora Release Engineering - 0.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri May 22 2020 Josh Stone - 0.9.5-1 - Update to 0.9.5 * Wed May 13 2020 Josh Stone - 0.9.4-1 - Update to 0.9.4 * Mon May 11 12:13:41 CEST 2020 Igor Raits - 0.9.3-1 - Update to 0.9.3 * Sun May 10 18:20:57 CEST 2020 Igor Raits - 0.9.2-1 - Update to 0.9.2 * Sun May 10 14:46:18 CEST 2020 Igor Raits - 0.9.1-1 - Update to 0.9.1 * Thu Mar 19 2020 Igor Raits - 0.8.0-5 - Backport more features needed for ytop * Wed Mar 18 2020 Josh Stone - 0.8.0-4 - Bump crossterm to 0.16. * Wed Mar 18 2020 Igor Raits - 0.8.0-3 - Backport features needed for ytop * Thu Jan 30 2020 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 16 2020 Josh Stone - 0.8.0-1 - Update to 0.8.0 * Fri Dec 13 18:35:05 CET 2019 Igor Gnatenko - 0.7.0-2 - Update tests * Wed Dec 11 2019 Artem Polishchuk - 0.7.0-1 - Update to 0.7.0 * Fri Nov 15 19:05:51 EET 2019 Artem Polishchuk - 0.6.2-1 - Initial package