# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} %global crate pure-rust-locales Name: rust-%{crate} Version: 0.5.6 Release: 3%{?dist} Summary: Pure Rust locales imported directly from the GNU C Library # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/pure-rust-locales Source: %{crates_source} ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE.Apache-2.0 LICENSE.MIT %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %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 "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 # skip checking API freshness (only useful for upstream) %cargo_test -- -- --skip checksum %endif %changelog * Fri Jan 21 2022 Fedora Release Engineering - 0.5.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.5.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Apr 30 2021 Fabio Valentini - 0.5.6-1 - Update to version 0.5.6. - Fixes RHBZ#1945832 * Fri Mar 26 2021 Fabio Valentini - 0.5.5-1 - Update to version 0.5.5. - Fixes RHBZ#1936180 * Sat Feb 27 2021 Fabio Valentini - 0.5.4-1 - Update to version 0.5.4. - Fixes RHBZ#1930392 * Wed Jan 27 2021 Fedora Release Engineering - 0.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Oct 09 2020 Fabio Valentini - 0.5.3-1 - Update to version 0.5.3. * Wed Sep 16 2020 Fabio Valentini - 0.5.2-1 - Initial package