Blame rust-maildir.spec

46d23d4
# Generated by rust2rpm 16
04ce64e
%bcond_without check
04ce64e
%global debug_package %{nil}
04ce64e
04ce64e
%global crate maildir
04ce64e
04ce64e
Name:           rust-%{crate}
46d23d4
Version:        0.4.3
46d23d4
Release:        1%{?dist}
04ce64e
Summary:        Simple library for maildir manipulation
04ce64e
04ce64e
# Upstream license specification: 0BSD
04ce64e
License:        0BSD
04ce64e
URL:            https://crates.io/crates/maildir
04ce64e
Source:         %{crates_source}
04ce64e
04ce64e
ExclusiveArch:  %{rust_arches}
04ce64e
%if %{__cargo_skip_build}
04ce64e
BuildArch:      noarch
04ce64e
%endif
04ce64e
04ce64e
BuildRequires:  rust-packaging
04ce64e
04ce64e
%global _description %{expand:
04ce64e
Simple library for maildir manipulation.}
04ce64e
04ce64e
%description %{_description}
04ce64e
04ce64e
%package        devel
04ce64e
Summary:        %{summary}
04ce64e
BuildArch:      noarch
04ce64e
04ce64e
%description    devel %{_description}
04ce64e
04ce64e
This package contains library source intended for building other packages
04ce64e
which use "%{crate}" crate.
04ce64e
04ce64e
%files          devel
04ce64e
%license LICENSE
04ce64e
%doc README.md
b662642
%{cargo_registry}/%{crate}-%{version_no_tilde}/
04ce64e
04ce64e
%package     -n %{name}+default-devel
04ce64e
Summary:        %{summary}
04ce64e
BuildArch:      noarch
04ce64e
04ce64e
%description -n %{name}+default-devel %{_description}
04ce64e
04ce64e
This package contains library source intended for building other packages
04ce64e
which use "default" feature of "%{crate}" crate.
04ce64e
04ce64e
%files       -n %{name}+default-devel
b662642
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
04ce64e
04ce64e
%prep
04ce64e
%autosetup -n %{crate}-%{version_no_tilde} -p1
04ce64e
%cargo_prep
04ce64e
04ce64e
%generate_buildrequires
04ce64e
%cargo_generate_buildrequires
04ce64e
04ce64e
%build
04ce64e
%cargo_build
04ce64e
04ce64e
%install
04ce64e
%cargo_install
04ce64e
04ce64e
%if %{with check}
04ce64e
%check
04ce64e
%cargo_test
04ce64e
%endif
04ce64e
04ce64e
%changelog
46d23d4
* Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
46d23d4
- Update to version 0.4.3.
46d23d4
- Fixes RHBZ#1902442
46d23d4
034e387
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-3
034e387
- Bump to mailparse 0.13.
034e387
0001082
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2
0001082
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0001082
cecec5f
* Mon Feb 24 07:01:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.2-1
cecec5f
- Update to 0.4.2
cecec5f
2d36e39
* Sun Feb 23 17:21:50 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.1-2
2d36e39
- Update mailparse to 0.11
2d36e39
f38eb6b
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 0.4.1-1
f38eb6b
- Update to 0.4.1
f38eb6b
b662642
* Sun Feb 02 21:50:49 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.4.0-1
b662642
- Update to 0.4.0
b662642
5310b58
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
5310b58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5310b58
04ce64e
* Tue Dec 10 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.4-1
04ce64e
- Update to 0.3.4
04ce64e
04ce64e
* Tue Nov 05 19:32:43 EET 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2-1
04ce64e
- Initial package