Sophie

Sophie

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

rust-unicode-ident-1.0.6-1.mga9.src.rpm

# Generated by rust2rpm 22
# * missing dev-dependencies: fst, roaring
%bcond_with check
%global debug_package %{nil}

%global crate unicode-ident

Name:           rust-unicode-ident
Version:        1.0.6
Release:        %mkrel 1
Group:          Development/Other
Summary:        Determine whether characters have the XID_Start or XID_Continue properties

License:        (MIT OR Apache-2.0) AND Unicode-DFS-2016
URL:            https://crates.io/crates/unicode-ident
Source:         %{crates_source}

BuildRequires:  rust-packaging >= 21

%global _description %{expand:
Determine whether characters have the XID_Start or XID_Continue properties
according to Unicode Standard Annex #31.}

%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
%license %{crate_instdir}/LICENSE-UNICODE
%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

%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 Feb 11 2023 guillomovitch <guillomovitch> 1.0.6-1.mga9
+ Revision: 1940249
- new version 1.0.6

* Mon Oct 17 2022 guillomovitch <guillomovitch> 1.0.4-1.mga9
+ Revision: 1897321
- new version 1.0.4

* Sat Sep 24 2022 neoclust <neoclust> 1.0.3-1.mga9
+ Revision: 1892135
- imported package rust-unicode-ident


* Wed Aug 03 2022 Fabio Valentini <decathorpe@gmail.com> 1.0.3-1
- Update to version 1.0.3; Fixes RHBZ#2114959

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

* Mon Jul 04 2022 Fabio Valentini <decathorpe@gmail.com> 1.0.1-1
- Initial import (#2089436)