# Generated by rust2rpm 16 # * Needs test files not provided in the crate %bcond_with check %global debug_package %{nil} %global crate skeptic Name: rust-%{crate} Version: 0.13.5 Release: 2%{?dist} Summary: Test your Rust markdown documentation via Cargo # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/skeptic Source: %{crates_source} # Initial patched metadata # * Bump pulldown-cmark to 0.7, https://github.com/budziq/rust-skeptic/pull/126 Patch0: skeptic-fix-metadata.diff Patch0001: 0001-Bump-pulldown-cmark-to-0.6.patch Patch0002: 0002-chore-Update-pulldown-cmark-to-0.7.patch ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Test your Rust markdown documentation via Cargo.} %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 %{cargo_registry}/%{crate}-%{version_no_tilde}/ %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_no_tilde}/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 Jan 27 2021 Fedora Release Engineering - 0.13.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Dec 25 12:18:32 CET 2020 Igor Raits - 0.13.5-1 - Update to 0.13.5 * Sat Aug 01 2020 Fedora Release Engineering - 0.13.4-10 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.13.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Feb 22 19:15:34 CET 2020 Igor Raits - 0.13.4-8 - Update pulldown-cmark to 0.7 * Thu Jan 30 2020 Fedora Release Engineering - 0.13.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Dec 15 15:00:04 CET 2019 Robert-André Mauchin - 0.13.4-6 - Bump cargo_metadata to 0.9 * Fri Sep 13 17:49:45 CEST 2019 Robert-André Mauchin - 0.13.4-5 - Bump bytecount to 0.6 - Bump pulldown-cmark to 0.6 * Thu Aug 01 00:51:23 CEST 2019 Robert-André Mauchin - 0.13.4-4 - Update 0001-Bump-cargo_metadata-to-0.8 patch * Wed Jul 31 19:54:43 CEST 2019 Robert-André Mauchin - 0.13.4-3 - Bump glob to 0.3 and cargo_metadata to 0.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.13.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Mar 13 2019 Igor Gnatenko - 0.13.4-1 - Initial package