## START: Set by rpmautospec ## (rpmautospec version 0.6.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate yansi Name: rust-yansi Version: 1.0.1 Release: %autorelease Summary: Dead simple ANSI terminal color painting library License: MIT OR Apache-2.0 URL: https://crates.io/crates/yansi Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A dead simple ANSI terminal color painting library.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/README.md %{crate_instdir}/ %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 the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+alloc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+alloc-devel %{_description} This package contains library source intended for building other packages which use the "alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+detect-env-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+detect-env-devel %{_description} This package contains library source intended for building other packages which use the "detect-env" feature of the "%{crate}" crate. %files -n %{name}+detect-env-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+detect-tty-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+detect-tty-devel %{_description} This package contains library source intended for building other packages which use the "detect-tty" feature of the "%{crate}" crate. %files -n %{name}+detect-tty-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+hyperlink-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+hyperlink-devel %{_description} This package contains library source intended for building other packages which use the "hyperlink" feature of the "%{crate}" crate. %files -n %{name}+hyperlink-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+is-terminal-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+is-terminal-devel %{_description} This package contains library source intended for building other packages which use the "is-terminal" feature of the "%{crate}" crate. %files -n %{name}+is-terminal-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Tue May 07 2024 Fabio Valentini - 1.0.1-2 - Regenerate with rust2rpm v26 * Sat May 04 2024 Łukasz Wojniłowicz - 1.0.1-1 - Update to version 1.0.1; Fixes RHBZ#2268112 * Sat Jan 27 2024 Fedora Release Engineering - 0.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Aug 07 2023 Fabio Valentini - 0.5.1-5 - Regenerate with rust2rpm v24 * Sat Jul 22 2023 Fedora Release Engineering - 0.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 02 2022 laiot - 0.5.1-1 - add sources ## END: Generated by rpmautospec