# Generated by rust2rpm 10 %bcond_with check %global debug_package %{nil} %global crate ansi_term Name: rust-%{crate}0.11 Version: 0.11.0 Release: 5%{?dist} Summary: Library for ANSI terminal colours and styles (bold, underline) # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/ansi_term Source: %{crates_source} # Initial patched metadata # * No winapi Patch0: ansi_term-fix-metadata.diff # https://github.com/ogham/rust-ansi-term/commit/5ff6af6f38790abcb3aafee1239286c10ef69576 Patch0001: 0001-Fix-failing-test.patch ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Library for ANSI terminal colours and styles (bold, underline).} %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 LICENCE %doc README.md %{cargo_registry}/%{crate}-%{version}/ %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}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -N grep -IUlr $'\r' | xargs sed -i 's/\r$//' %autopatch -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Wed Jul 29 2020 Fedora Release Engineering - 0.11.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering - 0.11.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Sep 11 2019 Igor Gnatenko - 0.11.0-3 - Disable tests * Fri Jul 26 2019 Fedora Release Engineering - 0.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 15 07:58:24 CEST 2019 Igor Gnatenko - 0.11.0-1 - Initial package