Compare commits

...

5 Commits

2
.gitignore vendored

@ -1 +1,3 @@
/color-print-0.3.5.crate /color-print-0.3.5.crate
/color-print-0.3.6.crate
/color-print-0.3.7.crate

@ -1,19 +1,19 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate color-print %global crate color-print
Name: rust-color-print Name: rust-color-print
Version: 0.3.5 Version: 0.3.7
Release: %autorelease Release: %autorelease
Summary: Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax Summary: Colorize and stylize strings for terminal at compile-time
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/color-print URL: https://crates.io/crates/color-print
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Colorize and stylize strings for terminal at compile-time, by using an Colorize and stylize strings for terminal at compile-time, by using an
@ -60,32 +60,8 @@ use the "lazy_static" feature of the "%{crate}" crate.
%files -n %{name}+lazy_static-devel %files -n %{name}+lazy_static-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminfo-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminfo-devel %{_description}
This package contains library source intended for building other packages which
use the "terminfo" feature of the "%{crate}" crate.
%files -n %{name}+terminfo-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminfo_crate-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminfo_crate-devel %{_description}
This package contains library source intended for building other packages which
use the "terminfo_crate" feature of the "%{crate}" crate.
%files -n %{name}+terminfo_crate-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,9 @@
[package]
summary = "Colorize and stylize strings for terminal at compile-time"
[features]
hide = [
"terminfo",
"terminfo_crate",
]

@ -1 +1 @@
SHA512 (color-print-0.3.5.crate) = 79819069e71b120bf9f8bc42fa71d902f8dff569988ee4413454cea9b5500fc2c31a493b9fc28795b327e099c09109ff6336219c65c89ce87aea5507982a0a15 SHA512 (color-print-0.3.7.crate) = b79418bbd1ceb75a079f30648bcc6e9fa90c083058e5eae486932ec9334b1b9edbfb61a5de4034562d06dfa20d0afe45e6c2902d057cc14258abef393ac1a506

Loading…
Cancel
Save