## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-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*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate mailparse Name: rust-mailparse Version: 0.15.0 Release: %autorelease Summary: Simple parser for MIME e-mail messages License: 0BSD URL: https://crates.io/crates/mailparse Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * allow ouroboros 0.18 Patch: mailparse-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A simple parser for MIME e-mail messages.} %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 %{crate_instdir}/LICENSE %doc %{crate_instdir}/README.md %{crate_instdir}/ %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 %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Mon Nov 18 2024 Benjamin A. Beasley - 0.15.0-1 - Update to version 0.15.0; Fixes RHBZ#2258714 - Re-enable running the tests * Sat Jul 20 2024 Fedora Release Engineering - 0.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering - 0.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Aug 02 2023 Fabio Valentini - 0.14.0-1 - Update to version 0.14.0; Fixes RHBZ#2151089 * Fri Jul 21 2023 Fedora Release Engineering - 0.13.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering - 0.13.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.13.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 26 2022 Fabio Valentini - 0.13.8-1 - Update to version 0.13.8; Fixes RHBZ#2044463 * Fri Jan 21 2022 Fedora Release Engineering - 0.13.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 09 2021 Fabio Valentini - 0.13.7-1 - Update to version 0.13.7; Fixes RHBZ#2029151 * Fri Aug 27 2021 Fabio Valentini - 0.13.6-1 - Update to version 0.13.6; Fixes RHBZ#1998485 * Thu Jul 29 2021 Fabio Valentini - 0.13.5-1 - Update to version 0.13.5; Fixes RHBZ#1981117 * Fri Jul 23 2021 Fedora Release Engineering - 0.13.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Apr 27 2021 Fabio Valentini - 0.13.4-1 - Update to version 0.13.4. - Fixess RHBZ#1948235 * Sun Feb 07 2021 Fabio Valentini - 0.13.2-1 - Update to version 0.13.2. - Fixes RHBZ#1925672 * Wed Jan 27 2021 Fedora Release Engineering - 0.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Nov 29 2020 Fabio Valentini - 0.13.1-1 - Update to version 0.13.1. - Fixes RHBZ#1902443 * Mon Oct 19 2020 Fabio Valentini - 0.13.0-1 - Update to version 0.13.0. * Wed Jul 29 2020 Fedora Release Engineering - 0.12.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Josh Stone - 0.12.2-1 - Update to 0.12.2 * Mon May 18 07:39:42 CEST 2020 Igor Raits - 0.12.1-1 - Update to 0.12.1 * Mon Feb 24 07:01:35 CET 2020 Igor Raits - 0.12.0-1 - Update to 0.12.0 * Sun Feb 23 15:23:00 EET 2020 Artem Polishchuk - 0.11.0-1 - Update to 0.11.0 * Mon Feb 10 2020 Josh Stone - 0.10.4-1 - Update to 0.10.4 * Mon Feb 03 15:52:06 EET 2020 Artem Polishchuk - 0.10.3-1 - Update to 0.10.3 * Thu Jan 30 2020 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 07 2020 Josh Stone - 0.10.2-1 - Update to 0.10.2 * Tue Dec 10 2019 Artem Polishchuk - 0.10.1-1 - Update to 0.10.1 * Wed Nov 27 15:40:25 CET 2019 Igor Gnatenko - 0.9.2-1 - Initial package ## END: Generated by rpmautospec