# Generated by rust2rpm 13 %bcond_without check %global __cargo_skip_build 0 %global crate base100 Name: rust-%{crate} Version: 0.4.1 Release: 16%{?dist} Summary: Encode your data into emoji # Upstream license specification: AGPL-3.0 # The copyright headers do allow "any later version" # cargo-license was used to determine the licenses of the bundled dependencies to determine this set # of licenses in the produced executable. License: AGPLv3+ and (Apache 2.0 or MIT) and MIT URL: https://crates.io/crates/base100 Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: Encode your data into emoji.} %description %{_description} %package -n %{crate} Summary: %{summary} %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %doc README.md %{_bindir}/base100 %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 * Fri Jan 21 2022 Fedora Release Engineering - 0.4.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.4.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Dec 28 13:27:23 CET 2020 Igor Raits - 0.4.1-13 - Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.4.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jan 20 2020 Randy Barlow - 0.4.1-11 - Update the license to include the licenses of bundled dependencies. * Tue Feb 18 04:15:03 CET 2020 Igor Raits - 0.4.1-10 - Regenerate * Thu Jan 30 2020 Fedora Release Engineering - 0.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering - 0.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Nov 13 2018 Josh Stone - 0.4.1-6 - Adapt to new packaging * Sat Jul 14 2018 Fedora Release Engineering - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 0.4.1-3 - Rebuild for rust-packaging v5 * Tue Nov 28 2017 Igor Gnatenko - 0.4.1-2 - Rebuild for clap 2.28.0 * Thu Nov 16 2017 Igor Gnatenko - 0.4.1-1 - Update to 0.4.1 * Fri Oct 06 2017 Igor Gnatenko - 0.2.0-1 - Initial package