From 8d6b304745a56a4e7dd6ac4eaa31d677a93304bb Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 17 Apr 2023 23:33:14 +0200 Subject: [PATCH] Initial import (textwrap 0.15 compat package) --- .gitignore | 1 + README.md | 3 -- rust-textwrap0.15.spec | 118 +++++++++++++++++++++++++++++++++++++++++ rust2rpm.conf | 3 ++ sources | 1 + 5 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 rust-textwrap0.15.spec create mode 100644 rust2rpm.conf create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd8bcea --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/textwrap-0.15.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 8de1788..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-textwrap0.15 - -The rust-textwrap0.15 package diff --git a/rust-textwrap0.15.spec b/rust-textwrap0.15.spec new file mode 100644 index 0000000..8eab325 --- /dev/null +++ b/rust-textwrap0.15.spec @@ -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 diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..7ccae68 --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,3 @@ +[DEFAULT] +unwanted-features = + hyphenation diff --git a/sources b/sources new file mode 100644 index 0000000..a9f1d00 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (textwrap-0.15.2.crate) = 1c5190d136fc9fdab1fca36dbfd3ce9228c0bc2a10780d1a7fa64cf5c6ff30d4c0e3827c2253c50e8a5c980a15441679edf65f024f2b997dcd61e32f2acc624a