Blame rust-thiserror.spec

566d330
# Generated by rust2rpm 16
21908e3
%bcond_without check
0129714
%global debug_package %{nil}
0129714
0129714
%global crate thiserror
0129714
0129714
Name:           rust-%{crate}
566d330
Version:        1.0.23
9955df4
Release:        1%{?dist}
0129714
Summary:        Derive(Error)
0129714
0129714
# Upstream license specification: MIT OR Apache-2.0
0129714
License:        MIT or ASL 2.0
0129714
URL:            https://crates.io/crates/thiserror
0129714
Source:         %{crates_source}
0129714
0129714
ExclusiveArch:  %{rust_arches}
0129714
%if %{__cargo_skip_build}
0129714
BuildArch:      noarch
0129714
%endif
0129714
0129714
BuildRequires:  rust-packaging
0129714
0129714
%global _description %{expand:
0129714
Derive(Error).}
0129714
0129714
%description %{_description}
0129714
0129714
%package        devel
0129714
Summary:        %{summary}
0129714
BuildArch:      noarch
0129714
0129714
%description    devel %{_description}
0129714
0129714
This package contains library source intended for building other packages
0129714
which use "%{crate}" crate.
0129714
0129714
%files          devel
0129714
%license LICENSE-MIT LICENSE-APACHE
0129714
%doc README.md
0129714
%{cargo_registry}/%{crate}-%{version_no_tilde}/
0129714
0129714
%package     -n %{name}+default-devel
0129714
Summary:        %{summary}
0129714
BuildArch:      noarch
0129714
0129714
%description -n %{name}+default-devel %{_description}
0129714
0129714
This package contains library source intended for building other packages
0129714
which use "default" feature of "%{crate}" crate.
0129714
0129714
%files       -n %{name}+default-devel
0129714
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
0129714
0129714
%prep
0129714
%autosetup -n %{crate}-%{version_no_tilde} -p1
0129714
%cargo_prep
0129714
0129714
%generate_buildrequires
0129714
%cargo_generate_buildrequires
0129714
0129714
%build
0129714
%cargo_build
0129714
0129714
%install
0129714
%cargo_install
0129714
0129714
%if %{with check}
0129714
%check
0129714
%cargo_test
0129714
%endif
0129714
0129714
%changelog
566d330
* Sun Dec 27 10:23:56 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.23-1
566d330
- Update to 1.0.23 (Fixes: RHBZ#1911019)
566d330
6add664
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.22-1
6add664
- Update to version 1.0.22.
6add664
9955df4
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.21-1
9955df4
- Update to version 1.0.21.
9955df4
f88b927
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20-3
f88b927
- Second attempt - Rebuilt for
f88b927
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f88b927
2022922
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20-2
2022922
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2022922
a6512db
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 1.0.20-1
a6512db
- Update to 1.0.20
a6512db
05b63a7
* Fri May 22 2020 Josh Stone <jistone@redhat.com> - 1.0.19-1
05b63a7
- Update to 1.0.19
05b63a7
2bc1ca3
* Sat May 16 19:37:39 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.18-1
2bc1ca3
- Update to 1.0.18
2bc1ca3
349fa5c
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 1.0.17-1
349fa5c
- Update to 1.0.17
349fa5c
d766dfd
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 1.0.16-1
d766dfd
- Update to 1.0.16
d766dfd
6721c85
* Wed Apr 15 2020 Josh Stone <jistone@redhat.com> - 1.0.15-1
6721c85
- Update to 1.0.15
6721c85
9c1b7b1
* Mon Mar 30 08:09:07 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.14-1
9c1b7b1
- Update to 1.0.14
9c1b7b1
21908e3
* Mon Mar 23 18:50:14 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.13-1
21908e3
- Update to 1.0.13
21908e3
b3d8f41
* Sat Mar 21 07:19:21 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.12-1
b3d8f41
- Update to 1.0.12
b3d8f41
5160a2e
* Tue Feb 18 11:55:16 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.11-1
5160a2e
- Update to 1.0.11
5160a2e
0129714
* Fri Feb 14 10:32:34 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.10-1
0129714
- Initial package