## START: Set by rpmautospec ## (rpmautospec version 0.5.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 10; 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 24 # * outdated dev-dependencies: rustyline %bcond_with check %global debug_package %{nil} %global crate codespan-reporting Name: rust-codespan-reporting Version: 0.11.1 Release: %autorelease Summary: Beautiful diagnostic reporting for text-based programming languages License: Apache-2.0 URL: https://crates.io/crates/codespan-reporting Source0: %{crates_source} # https://github.com/brendanzab/codespan/pull/355 Source1: https://github.com/brendanzab/codespan/raw/fd389a1/LICENSE BuildRequires: rust-packaging >= 21 %global _description %{expand: Beautiful diagnostic reporting for text-based programming languages.} %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}/CHANGELOG.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}+ascii-only-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ascii-only-devel %{_description} This package contains library source intended for building other packages which use the "ascii-only" feature of the "%{crate}" crate. %files -n %{name}+ascii-only-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serialization-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serialization-devel %{_description} This package contains library source intended for building other packages which use the "serialization" feature of the "%{crate}" crate. %files -n %{name}+serialization-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep cp -pav %{SOURCE1} . %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Fri Jan 26 2024 Fedora Release Engineering - 0.11.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Oct 17 2023 Fabio Valentini - 0.11.1-9 - Add link to PR for including the LICENSE file in published crates * Fri Jul 21 2023 Fedora Release Engineering - 0.11.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu May 18 2023 Fabio Valentini - 0.11.1-7 - Regenerate with rust2rpm v24 * Fri Jan 20 2023 Fedora Release Engineering - 0.11.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.11.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering - 0.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 07 2021 Jan Staněk - 0.11.1-1 - Upgrade to version 0.11.1 - Disable test suite by default (missing crate(insta/default)) * Fri Feb 05 2021 Jan Staněk - 0.9.5-2 - Import README.md and LICENSE from upstream git repository * Mon Feb 01 11:50:43 CET 2021 Jan Staněk - 0.9.5-1 - Initial package ## END: Generated by rpmautospec