## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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 Name: zps Version: 2.0.0 Release: %autorelease Summary: A small utility for listing and cleaning up zombie processes License: GPL-3.0-only URL: https://github.com/orhun/zps Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc BuildRequires: desktop-file-utils %description zps lists the running processes with theirs stats and indicates/reaps the zombie processes. %prep %autosetup %build %cmake %cmake_build %install %cmake_install install -Dpm 0644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1 desktop-file-install --dir=%{buildroot}/%{_datadir}/applications .application/%{name}.desktop %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %{_datadir}/applications/%{name}.desktop %changelog ## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Feb 13 2024 Gustavo Costa - 2.0.0-1 - Update to 2.0.0 (rhbz#2259402) * Sat Jan 27 2024 Fedora Release Engineering - 1.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 03 2023 Gustavo Costa - 1.2.9-1 - Update to 1.2.9 (rhbz#2252683) * Sat Jul 22 2023 Fedora Release Engineering - 1.2.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 1.2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 23 2022 Gustavo Costa 1.2.8-1 - Initial package ## END: Generated by rpmautospec