Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-updates_testing-src > by-pkgid > 97ec5d16aab3fd7ac0af5a264d3751e0 > files > 1

rust-textwrap-0.16.0-1.mga9.src.rpm

# Generated by rust2rpm 24
# * missing dev-dependencies: termion ^2.0.1, unic-emoji-char ^0.9
%bcond_with check
%global debug_package %{nil}

%global crate textwrap

Name:           rust-textwrap
Version:        0.16.0
Release:        %mkrel 1
Summary:        Library for word wrapping, indenting, and dedenting strings

Group:          Development/Other
BuildArch:      noarch

License:        MIT
URL:            https://crates.io/crates/textwrap
Source:         %{crates_source}

BuildRequires:  rust-packaging >= 21

%global _description %{expand:
Library for word wrapping, indenting, and dedenting strings. Has
optional support for Unicode and emojis as well as machine hyphenation.}

%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
* Thu Sep 05 2024 neoclust <neoclust> 0.16.0-1.mga9
+ Revision: 2093193
- New version 0.16

* Fri Feb 10 2023 guillomovitch <guillomovitch> 0.15.0-1.mga9
+ Revision: 1939960
- imported package rust-textwrap