## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %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 26 %bcond_without check %global debug_package %{nil} %global crate nu-explore Name: rust-nu-explore Version: 0.96.1 Release: %autorelease Summary: Nushell table pager License: MIT URL: https://crates.io/crates/nu-explore Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Nushell table pager.} %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 %prep %autosetup -n %{crate}-%{version} -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 * Tue Jul 30 2024 Michel Lind - 0.96.1-1 - Update to 0.96.1 (rhbz#2272725) * Sat Jul 20 2024 Fedora Release Engineering - 0.91.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Mar 21 2024 Michel Lind - 0.91.0-1 - Update to 0.91.0 (rhbz#2257504) * Fri Jan 26 2024 Fedora Release Engineering - 0.88.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 06 2024 Michel Lind - 0.88.1-1 - Update to 0.88.1 * Sat Oct 28 2023 Michel Lind - 0.86.0-1 - Update to 0.86.0 * Fri Jul 21 2023 Fedora Release Engineering - 0.80.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Fabio Valentini - 0.80.0-3 - Bump ratatui dependency from 0.20.1 to 0.21 * Wed May 24 2023 Michel Alexandre Salim - 0.80.0-2 - Remove unused patch * Tue May 23 2023 Michel Alexandre Salim - 0.80.0-1 - Update to 0.80.0 * Thu Feb 23 2023 Michel Alexandre Salim - 0.76.0-1 - Initial Fedora package ## END: Generated by rpmautospec