# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} %global crate content_inspector Name: rust-%{crate} Version: 0.2.4 Release: 8%{?dist} Summary: Fast inspection of binary buffers to guess/determine the encoding # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/content_inspector Source: %{crates_source} # Initial patched metadata # * Exclude CI files Patch0: content_inspector-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Fast inspection of binary buffers to guess/determine the encoding.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md %{cargo_registry}/%{crate}-%{version}/ %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 "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version}/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 * Wed Jul 29 2020 Fedora Release Engineering - 0.2.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering - 0.2.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering - 0.2.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jul 14 19:00:18 CEST 2019 Igor Gnatenko - 0.2.4-5 - Regenerate * Sat Feb 02 2019 Fedora Release Engineering - 0.2.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Dec 20 2018 Igor Gnatenko - 0.2.4-3 - Run tests in infrastructure * Sun Nov 04 2018 Igor Gnatenko - 0.2.4-2 - Exclude just python file * Sun Nov 04 2018 Igor Gnatenko - 0.2.4-1 - Update to 0.2.4 * Sun Nov 04 2018 Igor Gnatenko - 0.2.3-1 - Initial package