automatic version update by autodist [release 23.4-1mamba;Sat Mar 13 2021]

This commit is contained in:
Automatic Build System 2024-01-06 10:34:11 +01:00
parent 53048c4a0c
commit b27d3bba16

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 23.4-1mamba
- automatic version update by autodist
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 23.3-1mamba
- automatic version update by autodist