## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Generated by rust2rpm 18 %bcond_without check %global __cargo_skip_build 0 %global crate ybaas Name: rust-%{crate} Version: 0.0.10 Release: %autorelease Summary: Yubibomb as a service # Upstream license specification: GPL-3.0 License: GPLv3 URL: https://crates.io/crates/ybaas Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: Don't you love when you accidentally tap your Yubikey when you have your IRC client in focus and you send 987947 into Libera? Want to be able to have that experience without having to reach all the way over to your laptop's USB port? Don't want the complexity of installing and using the yubibomb CLI tool? Now you can use yubibomb as a service!} %description %{_description} %package -n %{crate} Summary: %{summary} # ASL 2.0 or Boost # ASL 2.0 or MIT # GPLv3 # MIT # MIT or ASL 2.0 # MIT or ASL 2.0 or zlib # Unlicense or MIT # zlib or ASL 2.0 or MIT License: GPLv3 and MIT and (ASL 2.0 or Boost) %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %doc README.md CHANGELOG.md %{_bindir}/ybaas %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 Jan 22 2022 Fedora Release Engineering 0.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Nov 05 2021 Fabio Valentini 0.0.10-1 - Update to version 0.0.10; Fixes RHBZ#2001180 * Sat Aug 28 2021 Fabio Valentini - 0.0.8-1 - Update to version 0.0.8. - Fixes RHBZ#1997859 * Thu Jul 29 2021 Fabio Valentini - 0.0.7-1 - Update to version 0.0.7. - Fixes RHBZ#1979789 * Fri Jul 23 2021 Fedora Release Engineering - 0.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun May 30 2021 Fabio Valentini - 0.0.6-1 - Update to version 0.0.6. - Fixes RHBZ#1964215 * Thu May 13 2021 Fabio Valentini - 0.0.5-1 - Update to version 0.0.5. - Fixes RHBZ#1931253 * Wed Jan 27 2021 Fedora Release Engineering - 0.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Aug 01 2020 Fedora Release Engineering - 0.0.2-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 05 2020 Josh Stone - 0.0.2-1 - Update to 0.0.2 * Thu Feb 13 2020 Josh Stone - 0.0.1-4 - Upgrade to warp 0.2 * Thu Jan 30 2020 Fedora Release Engineering - 0.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering - 0.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Mar 14 2019 Igor Gnatenko - 0.0.1-1 - Initial package