## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %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 23 %bcond_without check %global debug_package %{nil} %global crate mime_guess Name: rust-mime_guess Version: 2.0.4 Release: %autorelease Summary: Simple crate for detection of a file's MIME type by its extension License: MIT URL: https://crates.io/crates/mime_guess Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * drop unused, benchmark-only criterion dev-dependency to speed up builds Patch: mime_guess-fix-metadata.diff BuildRequires: rust-packaging >= 21 %global _description %{expand: Simple crate for detection of a file's MIME type by its extension.} %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 %package -n %{name}+rev-mappings-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rev-mappings-devel %{_description} This package contains library source intended for building other packages which use the "rev-mappings" feature of the "%{crate}" crate. %files -n %{name}+rev-mappings-devel %ghost %{crate_instdir}/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 * Mon Jan 15 2024 Arkady L. Shane - 2.0.4-1 - Rebuilt for MSVSphere 9.3 * Fri Nov 04 2022 Fabio Valentini 2.0.4-1 - Update to version 2.0.4 * Sat Jul 23 2022 Fedora Release Engineering - 2.0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering - 2.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 2.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 2.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Feb 29 2020 Josh Stone - 2.0.3-1 - Update to 2.0.3 * Thu Jan 30 2020 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Sep 13 18:27:39 CEST 2019 Robert-André Mauchin - 2.0.1-2 - Bump criterion to 0.3 * Tue Aug 06 13:14:30 CEST 2019 Igor Gnatenko - 2.0.1-1 - Update to 2.0.1 * Fri Jul 26 2019 Fedora Release Engineering - 2.0.0~alpha.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 21 19:49:02 CEST 2019 Igor Gnatenko - 2.0.0~alpha.6-4 - Regenerate * Sat Feb 02 2019 Fedora Release Engineering - 2.0.0~alpha.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jan 26 2019 Igor Gnatenko - 2.0.0~alpha.6-2 - Run tests in infrastructure * Sat Jan 26 2019 Igor Gnatenko - 2.0.0~alpha.6-1 - Initial package