You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-yansi/rust-yansi.spec

142 lines
3.5 KiB

# Generated by rust2rpm 26
3 years ago
%bcond_without check
%global debug_package %{nil}
%global crate yansi
Name: rust-yansi
Version: 1.0.1
3 years ago
Release: %autorelease
Summary: Dead simple ANSI terminal color painting library
License: MIT OR Apache-2.0
3 years ago
URL: https://crates.io/crates/yansi
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
3 years ago
%global _description %{expand:
A dead simple ANSI terminal color painting library.}
3 years ago
%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
3 years ago
%prep
%autosetup -n %{crate}-%{version} -p1
3 years ago
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog