## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-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*}}%{?dist} ## END: Set by rpmautospec # Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate wasm-bindgen-backend Name: rust-%{crate} Version: 0.2.79 Release: %autorelease Summary: Backend code generation of the wasm-bindgen tool # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/wasm-bindgen-backend Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: Backend code generation of the wasm-bindgen tool.} %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 LICENSE-APACHE LICENSE-MIT %{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 the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+extra-traits-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+extra-traits-devel %{_description} This package contains library source intended for building other packages which use the "extra-traits" feature of the "%{crate}" crate. %files -n %{name}+extra-traits-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+spans-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+spans-devel %{_description} This package contains library source intended for building other packages which use the "spans" feature of the "%{crate}" crate. %files -n %{name}+spans-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 %cargo_test %endif %changelog * Wed Jan 26 2022 Fabio Valentini 0.2.79-1 - Update to version 0.2.79; Fixes RHBZ#2042675 * Sat Jan 22 2022 Fedora Release Engineering 0.2.78-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Sep 30 2021 Fabio Valentini 0.2.78-1 - Update to version 0.2.78; Fixes RHBZ#2002377 * Fri Aug 20 2021 Fabio Valentini 0.2.76-1 - Update to version 0.2.76; Fixes RHBZ#1995702 * Wed Aug 11 2021 Fabio Valentini 0.2.75-1 - Update to version 0.2.75; Fixes RHBZ#1989223 * Sun Aug 01 2021 Fabio Valentini 0.2.74-1 - Update to version 0.2.74; Fixes RHBZ#1959030 * Fri Jul 23 2021 Fedora Release Engineering - 0.2.73-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 31 2021 Fabio Valentini - 0.2.73-1 - Update to version 0.2.73. * Wed Mar 24 2021 Fabio Valentini - 0.2.72-1 - Update to version 0.2.72. * Sat Feb 27 2021 Fabio Valentini - 0.2.71-1 - Update to version 0.2.71. * Wed Jan 27 2021 Fedora Release Engineering - 0.2.69-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 08 2020 Fabio Valentini - 0.2.69-1 - Update to version 0.2.69. * Wed Sep 23 2020 Fabio Valentini - 0.2.68-1 - Update to version 0.2.68. * Wed Jul 29 2020 Josh Stone - 0.2.67-1 - Update to 0.2.67 * Wed Jul 29 2020 Fedora Release Engineering - 0.2.65-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 22 2020 Peter Robinson - 0.2.65-1 - Update to 0.2.65 * Wed Jul 01 21:29:45 EEST 2020 Artem Polishchuk - 0.2.64-1 - Update to 0.2.64 * Thu Jun 25 11:45:06 EEST 2020 Artem Polishchuk - 0.2.63-1 - Initial package