# Generated by rust2rpm # Tests are run in infrastructure %bcond_with check %global debug_package %{nil} %global crate termcolor Name: rust-%{crate} Version: 1.0.1 Release: 1%{?dist} Summary: Simple cross platform library for writing colored text to a terminal License: Unlicense or MIT URL: https://crates.io/crates/termcolor Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata # * No windows Patch0: termcolor-1.0.1-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %description %{summary}. %package devel Summary: %{summary} BuildArch: noarch %description devel A simple cross platform library for writing colored text to a 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 %license COPYING UNLICENSE LICENSE-MIT %doc README.md %{cargo_registry}/%{crate}-%{version}/ %changelog * Sun Jul 22 2018 Igor Gnatenko - 1.0.1-1 - Update to 1.0.1 * Thu Jul 19 2018 Igor Gnatenko - 1.0.0-1 - Update to 1.0.0 * Sat Jul 14 2018 Fedora Release Engineering - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 26 2018 Josh Stone - 0.3.6-1 - Update to 0.3.6 * Wed Feb 21 2018 Josh Stone - 0.3.5-1 - Update to 0.3.5 * Mon Feb 12 2018 Igor Gnatenko - 0.3.4-1 - Update to 0.3.4 * Fri Feb 09 2018 Fedora Release Engineering - 0.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 0.3.3-3 - Rebuild for rust-packaging v5 * Sat Oct 21 2017 Igor Gnatenko - 0.3.3-2 - Rebuild to get dependency on cargo * Fri Sep 22 2017 Igor Gnatenko - 0.3.3-1 - Update to 0.3.3 * Wed Jun 14 2017 Igor Gnatenko - 0.3.2-2 - Port to use rust-packaging * Wed Mar 15 2017 Igor Gnatenko - 0.3.2-1 - Update to 0.3.2 * Wed Mar 15 2017 Igor Gnatenko - 0.3.1-1 - Update to 0.3.1 * Sun Feb 26 2017 Igor Gnatenko - 0.3.0-1 - Update to 0.3.0 * Sat Feb 18 2017 Igor Gnatenko - 0.2.0-1 - Initial package