## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 5; 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 remoteprocess Name: rust-remoteprocess Version: 0.4.13 Release: %autorelease Summary: Cross platform api for getting information on a running processes License: MIT URL: https://crates.io/crates/remoteprocess Source: %{crates_source} # Automatically generated patch to strip dependencies and normalize metadata Patch: remoteprocess-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes # * bump addr2line from 0.21 to 0.24 # * bump object from 0.32 to 0.36 Patch: remoteprocess-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Cross platform api for getting information on a running processes.} %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 %package -n %{name}+unwind-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unwind-devel %{_description} This package contains library source intended for building other packages which use the "unwind" feature of the "%{crate}" crate. %files -n %{name}+unwind-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 * Sun Jan 19 2025 Fedora Release Engineering - 0.4.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jul 24 2024 Michel Lind - 0.4.13-4 - Bump addr2line from 0.21 to 0.24 and object from 0.32 to 0.36 * Sat Jul 20 2024 Fedora Release Engineering - 0.4.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering - 0.4.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Nov 29 2023 Fabio Valentini - 0.4.13-1 - Update to version 0.4.13; Fixes RHBZ#2213640 * Fri Jul 21 2023 Fedora Release Engineering - 0.4.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed May 17 2023 Davide Cavalca - 0.4.11-1 - Update to 0.4.11; Fixes: RHBZ#2151035 * Thu Mar 30 2023 Fabio Valentini - 0.4.10-3 - Bump addr2line from 0.18 to 0.19 and object from 0.29 to 0.30 * Sat Jan 21 2023 Fedora Release Engineering - 0.4.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Aug 09 2022 Fabio Valentini - 0.4.10-1 - Update to version 0.4.10; Fixes RHBZ#2112414 * Sun Jul 24 2022 Fabio Valentini - 0.4.9-1 - Update to version 0.4.9 * Sat Jul 23 2022 Fedora Release Engineering - 0.4.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Feb 03 2022 Fabio Valentini - 0.4.7-3 - Remove temporary downgrades for addr2line, nix, and object * Fri Jan 21 2022 Fedora Release Engineering - 0.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Nov 18 2021 Davide Cavalca - 0.4.7-1 - Initial import; Fixes: RHBZ#2022091 ## END: Generated by rpmautospec