## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## 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 28 %bcond check 1 %global debug_package %{nil} %global crate onefetch-manifest Name: rust-onefetch-manifest Version: 2.26.1 Release: %autorelease Summary: Detect and parse manifest files License: MIT URL: https://crates.io/crates/onefetch-manifest Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Detect and parse manifest files.} %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.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 %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check # * Since tests/fixtures/cargo/ is not included in the released crate, we cannot # run tests that require it. %cargo_test -- -- --skip should_detect_and_parse_cargo_manifest %endif %changelog ## START: Generated by rpmautospec * Wed Dec 24 2025 Benjamin A. Beasley - 2.26.1-1 - Update to version 2.26.1; Fixes RHBZ#2424198 * Fri Jul 25 2025 Fedora Release Engineering - 2.25.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jul 08 2025 Benjamin A. Beasley - 2.25.0-1 - Update to version 2.25.0; Fixes RHBZ#2376540 * Tue May 13 2025 Benjamin A. Beasley - 2.24.0-2 - Remove no-longer-necessary .rpmlintrc file * Mon Apr 14 2025 Benjamin A. Beasley - 2.24.0-1 - Update to 2.24.0 (close RHBZ#2359239) * Tue Mar 11 2025 Benjamin A. Beasley - 2.23.1-3 - Update cargo_toml from 0.21.0 to 0.22.1 * Fri Jan 24 2025 Benjamin A. Beasley - 2.23.1-1 - Update to 2.23.1 * Sun Jan 19 2025 Fedora Release Engineering - 2.22.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Dec 06 2024 Benjamin A. Beasley - 2.22.0-3 - Update cargo_toml from 0.20.5 to 0.21.0 * Fri Oct 04 2024 Benjamin A. Beasley - 2.22.0-2 - Update strum from 0.25.0 to 0.26.3 * Sun Sep 22 2024 Benjamin A. Beasley - 2.22.0-1 - Update to 2.22.0 * Sat Jul 20 2024 Fedora Release Engineering - 2.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jul 11 2024 Benjamin A. Beasley - 2.21.0-1 - Initial package (close RHBZ#2293787) ## END: Generated by rpmautospec