## START: Set by rpmautospec ## (rpmautospec version 0.6.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate deunicode Name: rust-deunicode Version: 1.4.4 Release: %autorelease Summary: Convert Unicode strings to pure ASCII by intelligently transliterating them License: BSD-3-Clause URL: https://crates.io/crates/deunicode Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.} %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}/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 %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Mon Apr 15 2024 Fabio Valentini - 1.4.4-1 - Update to version 1.4.4; Fixes RHBZ#2274931 * Sun Feb 18 2024 Fabio Valentini - 1.4.3-1 - Update to version 1.4.3; Fixes RHBZ#2264557 * Fri Jan 26 2024 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 11 2024 Fabio Valentini - 1.4.2-1 - Update to version 1.4.2; Fixes RHBZ#2253868 * Sun Oct 15 2023 Fabio Valentini - 1.4.1-1 - Update to version 1.4.1; Fixes RHBZ#2244250 * Mon Sep 18 2023 Fabio Valentini - 1.4.0-1 - Update to version 1.4.0; Fixes RHBZ#2239117 * Fri Jul 21 2023 Fedora Release Engineering - 1.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 15 2022 Fabio Valentini - 1.3.3-1 - Update to version 1.3.3; Fixes RHBZ#2153772 * Mon Aug 22 2022 Fabio Valentini - 1.3.2-1 - Update to version 1.3.2; Fixes RHBZ#2120102 * Sat Jul 23 2022 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 28 2021 Fabio Valentini - 1.3.1-1 - Update to version 1.3.1; Fixes RHBZ#1985647 * Fri Jul 23 2021 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun May 09 2021 Fabio Valentini - 1.3.0-1 - Update to version 1.3.0. - Fixes RHBZ#1958317 * Thu Apr 29 2021 Fabio Valentini - 1.2.1-1 - Update to version 1.2.1. - Fixes RHBZ#1948511 * Thu Mar 25 2021 Fabio Valentini - 1.2.0-1 - Update to version 1.2.0. - Fixes RHBZ#1942666 * Wed Jan 27 2021 Fedora Release Engineering - 1.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Aug 01 2020 Fedora Release Engineering - 1.1.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Apr 23 2020 Josh Stone - 1.1.1-1 - Update to 1.1.1 * Mon Feb 24 2020 Josh Stone - 1.1.0-1 - Update to 1.1.0 * Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 23 11:26:06 CEST 2019 Igor Gnatenko - 1.0.0-2 - Regenerate * Fri May 31 11:27:46 CEST 2019 Igor Gnatenko - 1.0.0-1 - Initial package ## END: Generated by rpmautospec