Initial import (textwrap 0.15 compat package)

epel9 imports/e9/rust-textwrap0.15-0.15.2-1.el9
Fabio Valentini 2 years ago
parent 9121573e9b
commit 8d6b304745
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/textwrap-0.15.2.crate

@ -1,3 +0,0 @@
# rust-textwrap0.15
The rust-textwrap0.15 package

@ -0,0 +1,118 @@
# Generated by rust2rpm 24
# * missing dev-dependencies: unic-emoji-char ^0.9
%bcond_with check
%global debug_package %{nil}
%global crate textwrap
Name: rust-textwrap0.15
Version: 0.15.2
Release: %autorelease
Summary: Powerful library for word wrapping, indenting, and dedenting strings
License: MIT
URL: https://crates.io/crates/textwrap
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Powerful library for word wrapping, indenting, and dedenting strings.}
%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
%doc %{crate_instdir}/CHANGELOG.md
%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}+smawk-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smawk-devel %{_description}
This package contains library source intended for building other packages which
use the "smawk" feature of the "%{crate}" crate.
%files -n %{name}+smawk-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminal_size-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminal_size-devel %{_description}
This package contains library source intended for building other packages which
use the "terminal_size" feature of the "%{crate}" crate.
%files -n %{name}+terminal_size-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-linebreak-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-linebreak-devel %{_description}
This package contains library source intended for building other packages which
use the "unicode-linebreak" feature of the "%{crate}" crate.
%files -n %{name}+unicode-linebreak-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-width-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-width-devel %{_description}
This package contains library source intended for building other packages which
use the "unicode-width" feature of the "%{crate}" crate.
%files -n %{name}+unicode-width-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
hyphenation

@ -0,0 +1 @@
SHA512 (textwrap-0.15.2.crate) = 1c5190d136fc9fdab1fca36dbfd3ce9228c0bc2a10780d1a7fa64cf5c6ff30d4c0e3827c2253c50e8a5c980a15441679edf65f024f2b997dcd61e32f2acc624a
Loading…
Cancel
Save