From b27d3bba162a48313b09702d4a4dfe93a76ef025 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:34:11 +0100 Subject: [PATCH] automatic version update by autodist [release 23.4-1mamba;Sat Mar 13 2021] --- psmisc.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/psmisc.spec b/psmisc.spec index fbe9200..1a68460 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -1,12 +1,12 @@ Name: psmisc -Version: 23.3 +Version: 23.4 Release: 1mamba Summary: Small utilities that use the /proc filesystem Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://psmisc.sourceforge.net/ +URL: https://psmisc.sourceforge.net/ Source: https://gitlab.com/psmisc/psmisc.git/v%{version}/psmisc-%{version}.tar.bz2 #Source: http://downloads.sourceforge.net/psmisc/psmisc-%{version}.tar.gz Patch0: psmisc-22.20-selinux-scontext.patch @@ -19,7 +19,6 @@ BuildRequires: libselinux-devel %endif ## AUTOBUILDREQ-END BuildRequires: gettext-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser. @@ -27,13 +26,15 @@ The pstree command displays a tree structure of all of the running processes on The killall command sends a specified signal (SIGTERM if nothing is specified) to processes identified by name. The fuser command identifies the PIDs of processes that are using specified files or filesystems. +%debug_package + %prep %setup -q #%patch0 -p1 - -%build +sed -i "/--wrap-po no/d" man-po/Makefile* ./autogen.sh +%build %configure \ %if "%{stage1}" != "1" --enable-selinux \ @@ -52,7 +53,7 @@ ac_cv_func_realloc_0_nonnull=yes install -d %{buildroot}/bin mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser -%find_lang %{name} +%find_lang %{name} --with-man --all-name %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -72,8 +73,12 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser %{_mandir}/man1/pslog.1* %{_mandir}/man1/pstree.1* %{_mandir}/man1/peekfd.1* +%doc AUTHORS COPYING %changelog +* Sat Mar 13 2021 Automatic Build System 23.4-1mamba +- automatic version update by autodist + * Thu Nov 14 2019 Automatic Build System 23.3-1mamba - automatic version update by autodist