## 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 # * resolve circular dependency with wasm-bindgen-test %bcond_with check %global debug_package %{nil} %global crate js-sys Name: rust-%{crate} Version: 0.3.56 Release: %autorelease Summary: Bindings for all JS global objects and functions # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/js-sys Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.} %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 %doc CHANGELOG.md 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 the "default" feature of the "%{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 %cargo_test %endif %changelog * Wed Jan 26 2022 Fabio Valentini 0.3.56-1 - Update to version 0.3.56; Fixes RHBZ#2042682 * Fri Jan 21 2022 Fedora Release Engineering 0.3.55-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Sep 30 2021 Fabio Valentini 0.3.55-1 - Update to version 0.3.55; Fixes RHBZ#2002390 * Fri Aug 20 2021 Fabio Valentini 0.3.53-1 - Update to version 0.3.53; Fixes RHBZ#1995677 * Wed Aug 11 2021 Fabio Valentini 0.3.52-1 - Update to version 0.3.52; Fixes RHBZ#1989191 * Sun Aug 01 2021 Fabio Valentini 0.3.51-1 - Update to version 0.3.51; Fixes RHBZ#1958998 * Fri Jul 23 2021 Fedora Release Engineering - 0.3.50-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 31 2021 Fabio Valentini - 0.3.50-1 - Update to version 0.3.50. * Wed Mar 24 2021 Fabio Valentini - 0.3.49-1 - Update to version 0.3.49. * Sat Feb 27 2021 Fabio Valentini - 0.3.48-1 - Update to version 0.3.48. * Wed Jan 27 2021 Fedora Release Engineering - 0.3.46-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 08 2020 Fabio Valentini - 0.3.46-1 - Update to version 0.3.46. * Wed Sep 23 2020 Fabio Valentini - 0.3.45-1 - Update to version 0.3.45. * Wed Jul 22 2020 Peter Robinson - 0.3.42-1 - Initial package