Blame rust-wasm-bindgen-shared.spec

a325a9a
# Generated by rust2rpm 16
c1d0005
%bcond_without check
c1d0005
%global debug_package %{nil}
c1d0005
c1d0005
%global crate wasm-bindgen-shared
c1d0005
c1d0005
Name:           rust-%{crate}
a325a9a
Version:        0.2.69
d78938e
Release:        1%{?dist}
dd6e9e6
Summary:        Shared support between wasm-bindgen and wasm-bindgen cli
c1d0005
c1d0005
# Upstream license specification: MIT/Apache-2.0
c1d0005
License:        MIT or ASL 2.0
c1d0005
URL:            https://crates.io/crates/wasm-bindgen-shared
c1d0005
Source:         %{crates_source}
c1d0005
c1d0005
ExclusiveArch:  %{rust_arches}
c1d0005
%if %{__cargo_skip_build}
c1d0005
BuildArch:      noarch
c1d0005
%endif
c1d0005
c1d0005
BuildRequires:  rust-packaging
c1d0005
c1d0005
%global _description %{expand:
c1d0005
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
c1d0005
dependency.}
c1d0005
c1d0005
%description %{_description}
c1d0005
c1d0005
%package        devel
c1d0005
Summary:        %{summary}
c1d0005
BuildArch:      noarch
c1d0005
c1d0005
%description    devel %{_description}
c1d0005
c1d0005
This package contains library source intended for building other packages
c1d0005
which use "%{crate}" crate.
c1d0005
c1d0005
%files          devel
c1d0005
%license LICENSE-APACHE LICENSE-MIT
c1d0005
%{cargo_registry}/%{crate}-%{version_no_tilde}/
c1d0005
c1d0005
%package     -n %{name}+default-devel
c1d0005
Summary:        %{summary}
c1d0005
BuildArch:      noarch
c1d0005
c1d0005
%description -n %{name}+default-devel %{_description}
c1d0005
c1d0005
This package contains library source intended for building other packages
c1d0005
which use "default" feature of "%{crate}" crate.
c1d0005
c1d0005
%files       -n %{name}+default-devel
c1d0005
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
c1d0005
c1d0005
%prep
c1d0005
%autosetup -n %{crate}-%{version_no_tilde} -p1
c1d0005
%cargo_prep
c1d0005
c1d0005
%generate_buildrequires
c1d0005
%cargo_generate_buildrequires
c1d0005
c1d0005
%build
c1d0005
%cargo_build
c1d0005
c1d0005
%install
c1d0005
%cargo_install
c1d0005
c1d0005
%if %{with check}
c1d0005
%check
c1d0005
%cargo_test
c1d0005
%endif
c1d0005
c1d0005
%changelog
a325a9a
* Tue Dec 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.69-1
a325a9a
- Update to version 0.2.69.
a325a9a
dd6e9e6
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.68-1
dd6e9e6
- Update to version 0.2.68.
dd6e9e6
d78938e
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 0.2.67-1
d78938e
- Update to 0.2.67
d78938e
70efa13
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.65-2
70efa13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
70efa13
846c5ff
* Wed Jul 22 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.2.65-1
846c5ff
- Update to 0.2.65
846c5ff
c1d0005
* Wed Jul 01 21:13:47 EEST 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.64-1
c1d0005
- Update to 0.2.64
c1d0005
c1d0005
* Thu Jun 25 11:42:51 EEST 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.63-1
c1d0005
- Initial package