Regenerate with rust2rpm v24

epel9
Fabio Valentini 2 years ago
parent 531b46a737
commit 8e68488d87
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

@ -1,26 +1,23 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crosstermion %global crate crosstermion
Name: rust-%{crate} Name: rust-crosstermion
Version: 0.9.0 Version: 0.9.0
Release: %autorelease Release: %autorelease
Summary: Unification of crossterm and termion behind a common facade for use with feature flags Summary: Unification of crossterm and termion behind a common facade for use with feature flags
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/crosstermion URL: https://crates.io/crates/crosstermion
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Unification of crossterm and termion behind a common facade for use with The unification of crossterm and termion behind a common facade for use
feature flags.} with feature flags.}
%description %{_description} %description %{_description}
@ -34,9 +31,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE.md %license %{crate_instdir}/LICENSE.md
%doc CHANGELOG.md README.md %doc %{crate_instdir}/CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +46,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ansi_term-devel %package -n %{name}+ansi_term-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +58,7 @@ This package contains library source intended for building other packages which
use the "ansi_term" feature of the "%{crate}" crate. use the "ansi_term" feature of the "%{crate}" crate.
%files -n %{name}+ansi_term-devel %files -n %{name}+ansi_term-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+async-channel-devel %package -n %{name}+async-channel-devel
Summary: %{summary} Summary: %{summary}
@ -72,7 +70,7 @@ This package contains library source intended for building other packages which
use the "async-channel" feature of the "%{crate}" crate. use the "async-channel" feature of the "%{crate}" crate.
%files -n %{name}+async-channel-devel %files -n %{name}+async-channel-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+color-devel %package -n %{name}+color-devel
Summary: %{summary} Summary: %{summary}
@ -84,7 +82,7 @@ This package contains library source intended for building other packages which
use the "color" feature of the "%{crate}" crate. use the "color" feature of the "%{crate}" crate.
%files -n %{name}+color-devel %files -n %{name}+color-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+crossterm-devel %package -n %{name}+crossterm-devel
Summary: %{summary} Summary: %{summary}
@ -96,7 +94,7 @@ This package contains library source intended for building other packages which
use the "crossterm" feature of the "%{crate}" crate. use the "crossterm" feature of the "%{crate}" crate.
%files -n %{name}+crossterm-devel %files -n %{name}+crossterm-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-channel-devel %package -n %{name}+futures-channel-devel
Summary: %{summary} Summary: %{summary}
@ -108,7 +106,7 @@ This package contains library source intended for building other packages which
use the "futures-channel" feature of the "%{crate}" crate. use the "futures-channel" feature of the "%{crate}" crate.
%files -n %{name}+futures-channel-devel %files -n %{name}+futures-channel-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-core-devel %package -n %{name}+futures-core-devel
Summary: %{summary} Summary: %{summary}
@ -120,7 +118,7 @@ This package contains library source intended for building other packages which
use the "futures-core" feature of the "%{crate}" crate. use the "futures-core" feature of the "%{crate}" crate.
%files -n %{name}+futures-core-devel %files -n %{name}+futures-core-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-lite-devel %package -n %{name}+futures-lite-devel
Summary: %{summary} Summary: %{summary}
@ -132,7 +130,7 @@ This package contains library source intended for building other packages which
use the "futures-lite" feature of the "%{crate}" crate. use the "futures-lite" feature of the "%{crate}" crate.
%files -n %{name}+futures-lite-devel %files -n %{name}+futures-lite-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+input-async-devel %package -n %{name}+input-async-devel
Summary: %{summary} Summary: %{summary}
@ -144,7 +142,7 @@ This package contains library source intended for building other packages which
use the "input-async" feature of the "%{crate}" crate. use the "input-async" feature of the "%{crate}" crate.
%files -n %{name}+input-async-devel %files -n %{name}+input-async-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+input-async-crossterm-devel %package -n %{name}+input-async-crossterm-devel
Summary: %{summary} Summary: %{summary}
@ -156,7 +154,7 @@ This package contains library source intended for building other packages which
use the "input-async-crossterm" feature of the "%{crate}" crate. use the "input-async-crossterm" feature of the "%{crate}" crate.
%files -n %{name}+input-async-crossterm-devel %files -n %{name}+input-async-crossterm-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+termion-devel %package -n %{name}+termion-devel
Summary: %{summary} Summary: %{summary}
@ -168,7 +166,7 @@ This package contains library source intended for building other packages which
use the "termion" feature of the "%{crate}" crate. use the "termion" feature of the "%{crate}" crate.
%files -n %{name}+termion-devel %files -n %{name}+termion-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-devel %package -n %{name}+tui-devel
Summary: %{summary} Summary: %{summary}
@ -180,7 +178,7 @@ This package contains library source intended for building other packages which
use the "tui" feature of the "%{crate}" crate. use the "tui" feature of the "%{crate}" crate.
%files -n %{name}+tui-devel %files -n %{name}+tui-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-crossterm-devel %package -n %{name}+tui-crossterm-devel
Summary: %{summary} Summary: %{summary}
@ -192,7 +190,7 @@ This package contains library source intended for building other packages which
use the "tui-crossterm" feature of the "%{crate}" crate. use the "tui-crossterm" feature of the "%{crate}" crate.
%files -n %{name}+tui-crossterm-devel %files -n %{name}+tui-crossterm-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-crossterm-backend-devel %package -n %{name}+tui-crossterm-backend-devel
Summary: %{summary} Summary: %{summary}
@ -204,7 +202,7 @@ This package contains library source intended for building other packages which
use the "tui-crossterm-backend" feature of the "%{crate}" crate. use the "tui-crossterm-backend" feature of the "%{crate}" crate.
%files -n %{name}+tui-crossterm-backend-devel %files -n %{name}+tui-crossterm-backend-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-react-devel %package -n %{name}+tui-react-devel
Summary: %{summary} Summary: %{summary}
@ -216,7 +214,7 @@ This package contains library source intended for building other packages which
use the "tui-react" feature of the "%{crate}" crate. use the "tui-react" feature of the "%{crate}" crate.
%files -n %{name}+tui-react-devel %files -n %{name}+tui-react-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-react-crossterm-devel %package -n %{name}+tui-react-crossterm-devel
Summary: %{summary} Summary: %{summary}
@ -228,7 +226,7 @@ This package contains library source intended for building other packages which
use the "tui-react-crossterm" feature of the "%{crate}" crate. use the "tui-react-crossterm" feature of the "%{crate}" crate.
%files -n %{name}+tui-react-crossterm-devel %files -n %{name}+tui-react-crossterm-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-react-termion-devel %package -n %{name}+tui-react-termion-devel
Summary: %{summary} Summary: %{summary}
@ -240,7 +238,7 @@ This package contains library source intended for building other packages which
use the "tui-react-termion" feature of the "%{crate}" crate. use the "tui-react-termion" feature of the "%{crate}" crate.
%files -n %{name}+tui-react-termion-devel %files -n %{name}+tui-react-termion-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-termion-devel %package -n %{name}+tui-termion-devel
Summary: %{summary} Summary: %{summary}
@ -252,7 +250,7 @@ This package contains library source intended for building other packages which
use the "tui-termion" feature of the "%{crate}" crate. use the "tui-termion" feature of the "%{crate}" crate.
%files -n %{name}+tui-termion-devel %files -n %{name}+tui-termion-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-termion-backend-devel %package -n %{name}+tui-termion-backend-devel
Summary: %{summary} Summary: %{summary}
@ -264,7 +262,7 @@ This package contains library source intended for building other packages which
use the "tui-termion-backend" feature of the "%{crate}" crate. use the "tui-termion-backend" feature of the "%{crate}" crate.
%files -n %{name}+tui-termion-backend-devel %files -n %{name}+tui-termion-backend-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

Loading…
Cancel
Save