Compare commits

...

7 Commits

Author SHA1 Message Date
Fedora Release Engineering f8553a0b86 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini f5c77ce683
Regenerate with rust2rpm v26
10 months ago
Łukasz Wojniłowicz c9d5076b00 Update to version 1.0.1; Fixes RHBZ#2268112
10 months ago
Fedora Release Engineering 0c0703459b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 2895d749f6
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering a5f81455bf Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 744e834944 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -1 +1 @@
/yansi-0.5.1.crate
/yansi-1.0.1.crate

@ -1,3 +0,0 @@
# rust-yansi
The rust-yansi package

@ -1,25 +1,22 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate yansi
Name: rust-%{crate}
Version: 0.5.1
Name: rust-yansi
Version: 1.0.1
Release: %autorelease
Summary: Dead simple ANSI terminal color painting library
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/yansi
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Dead simple ANSI terminal color painting library.}
A dead simple ANSI terminal color painting library.}
%description %{_description}
@ -50,8 +47,80 @@ 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_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,2 @@
[features]
hide = ["_nightly"]

@ -1 +1 @@
SHA512 (yansi-0.5.1.crate) = 7b33005a066cc612408a65df6533e8718d1de43efc0fd57416a19dc2b811497570e6e18f100fb26073565e395e711518c27de7d644ae64777713f1a102eb16d2
SHA512 (yansi-1.0.1.crate) = 182c8c6c60a30a727d8f8b90bbf0527d91fa8ae9d8eb20e5414614b43ee6dc532f4b19241adbfb9299cb0004b39fe627036269b60b0c3860d9e1ea4413aca541

Loading…
Cancel
Save