## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; 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 %bcond_without check %global debug_package %{nil} %global crate tabular Name: rust-tabular Version: 0.2.0 Release: %autorelease Summary: Plain text tables, aligned automatically License: MIT OR Apache-2.0 URL: https://crates.io/crates/tabular Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: Plain text tables, aligned automatically.} %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-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/CHANGELOG.md %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}+ansi-cell-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ansi-cell-devel %{_description} This package contains library source intended for building other packages which use the "ansi-cell" feature of the "%{crate}" crate. %files -n %{name}+ansi-cell-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+strip-ansi-escapes-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+strip-ansi-escapes-devel %{_description} This package contains library source intended for building other packages which use the "strip-ansi-escapes" feature of the "%{crate}" crate. %files -n %{name}+strip-ansi-escapes-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+unicode-width-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unicode-width-devel %{_description} This package contains library source intended for building other packages which use the "unicode-width" feature of the "%{crate}" crate. %files -n %{name}+unicode-width-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 ## START: Generated by rpmautospec * Sat Jan 27 2024 Fedora Release Engineering - 0.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun May 21 2023 Fabio Valentini - 0.2.0-4 - Regenerate with rust2rpm v24 * Sat Jan 21 2023 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu May 19 2022 jbtrystram 0.2.0-1 - Update to version 0.2.0 - Fixes RHBZ#2088342 - Convert to rpmautospec * Tue May 18 09:43:07 CEST 2021 jbtrystram - 0.1.4-1 - Initial package ## END: Generated by rpmautospec