From 9a9f57fe95196fe1d8a3b51d77ff832f69bb0e31 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:32:27 +0100 Subject: [PATCH] automatic version update by autodist [release 3.3.17-1mamba;Thu Feb 25 2021] --- procps-ng.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/procps-ng.spec b/procps-ng.spec index a9e2b6b..593736f 100644 --- a/procps-ng.spec +++ b/procps-ng.spec @@ -1,12 +1,12 @@ Name: procps-ng -Version: 3.3.16 +Version: 3.3.17 Release: 1mamba Summary: Command line and full screen utilities for browsing procfs Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sourceforge.net/projects/procps-ng +URL: https://sourceforge.net/projects/procps-ng Source: http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-%{version}.tar.xz Patch0: procps-3.2.8-sysinfo_7numbers.patch Patch1: procps-3.2.8-kernel-3.0.patch @@ -20,7 +20,6 @@ Provides: procps = %{version}-%{release} Obsoletes: procps < 3.2.9 Provides: sysvinit-tools Obsoletes: sysvinit-tools -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This project provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). @@ -42,8 +41,10 @@ Requires: pkg-config %description -n libprocps-devel This package contains libraries and header files for developing applications that use %{name}. +%debug_package + %prep -%setup -q +%setup -q -n procps-%{version} #%patch0 -p1 #%patch1 -p1 @@ -69,7 +70,7 @@ ln -sfv ../../%{_lib}/$(readlink %{buildroot}%{_libdir}/libprocps.so) %{buildroo install -d -m0755 %{buildroot}/bin mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/ -%find_lang %{name} +%find_lang %{name} --all-name --with-man %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -88,6 +89,7 @@ mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/ %{_bindir}/pgrep %{_bindir}/pkill %{_bindir}/pmap +%{_bindir}/pwait %{_bindir}/pwdx #%{_bindir}/skill %{_bindir}/slabtop @@ -118,6 +120,9 @@ mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/ %doc NEWS %changelog +* Thu Feb 25 2021 Automatic Build System 3.3.17-1mamba +- automatic version update by autodist + * Thu Mar 12 2020 Automatic Build System 3.3.16-1mamba - automatic version update by autodist