Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > c604da5692438ebad920c1140343ea90 > files > 1

rust-uncased-0.9.9-1.mga9.src.rpm

# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}

%global crate uncased

Name:           rust-uncased
Version:        0.9.9
Release:        %mkrel 1
Group:		Development/Other
Summary:        Case-preserving, ASCII case-insensitive, no_std string types

License:        MIT OR Apache-2.0
URL:            https://crates.io/crates/uncased
Source:         %{crates_source}

BuildRequires:  rust-packaging >= 21

%global _description %{expand:
Case-preserving, ASCII case-insensitive, no_std string types.}

%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-APACHE
%license %{crate_instdir}/LICENSE-MIT
%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}+alloc-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+alloc-devel %{_description}

This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.

%files       -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml

%package     -n %{name}+serde-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+serde-devel %{_description}

This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.

%files       -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml

%package     -n %{name}+with-serde-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+with-serde-devel %{_description}

This package contains library source intended for building other packages which
use the "with-serde" feature of the "%{crate}" crate.

%files       -n %{name}+with-serde-devel
%ghost %{crate_instdir}/Cargo.toml

%package     -n %{name}+with-serde-alloc-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+with-serde-alloc-devel %{_description}

This package contains library source intended for building other packages which
use the "with-serde-alloc" feature of the "%{crate}" crate.

%files       -n %{name}+with-serde-alloc-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
* Sat May 20 2023 neoclust <neoclust> 0.9.9-1.mga9
+ Revision: 1957433
- imported package rust-uncased


* Mon May 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.9-1
- Update to version 0.9.9; Fixes RHBZ#2193516

* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Mon May 23 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.7-1
- Update to version 0.9.7; Fixes RHBZ#2087015

* Sun Feb 20 2022 Igor Raits <igor.raits@gmail.com> - 0.9.6-1
- Initial import (Closes: rhbz#2056193)