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 Name: psmisc
Version: 23.3 Version: 23.4
Release: 1mamba Release: 1mamba
Summary: Small utilities that use the /proc filesystem Summary: Small utilities that use the /proc filesystem
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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: https://gitlab.com/psmisc/psmisc.git/v%{version}/psmisc-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/psmisc/psmisc-%{version}.tar.gz #Source: http://downloads.sourceforge.net/psmisc/psmisc-%{version}.tar.gz
Patch0: psmisc-22.20-selinux-scontext.patch Patch0: psmisc-22.20-selinux-scontext.patch
@ -19,7 +19,6 @@ BuildRequires: libselinux-devel
%endif %endif
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser. 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 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. The fuser command identifies the PIDs of processes that are using specified files or filesystems.
%debug_package
%prep %prep
%setup -q %setup -q
#%patch0 -p1 #%patch0 -p1
sed -i "/--wrap-po no/d" man-po/Makefile*
%build
./autogen.sh ./autogen.sh
%build
%configure \ %configure \
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
--enable-selinux \ --enable-selinux \
@ -52,7 +53,7 @@ ac_cv_func_realloc_0_nonnull=yes
install -d %{buildroot}/bin install -d %{buildroot}/bin
mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser
%find_lang %{name} %find_lang %{name} --with-man --all-name
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -72,8 +73,12 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser
%{_mandir}/man1/pslog.1* %{_mandir}/man1/pslog.1*
%{_mandir}/man1/pstree.1* %{_mandir}/man1/pstree.1*
%{_mandir}/man1/peekfd.1* %{_mandir}/man1/peekfd.1*
%doc AUTHORS COPYING
%changelog %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 * Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 23.3-1mamba
- automatic version update by autodist - automatic version update by autodist