automatic version update by autodist [release 3.3.17-1mamba;Thu Feb 25 2021]

This commit is contained in:
Automatic Build System 2024-01-06 10:32:27 +01:00
parent 7f1b2d0df2
commit 9a9f57fe95

View File

@ -1,12 +1,12 @@
Name: procps-ng Name: procps-ng
Version: 3.3.16 Version: 3.3.17
Release: 1mamba Release: 1mamba
Summary: Command line and full screen utilities for browsing procfs Summary: Command line and full screen utilities for browsing procfs
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://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 Source: http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-%{version}.tar.xz
Patch0: procps-3.2.8-sysinfo_7numbers.patch Patch0: procps-3.2.8-sysinfo_7numbers.patch
Patch1: procps-3.2.8-kernel-3.0.patch Patch1: procps-3.2.8-kernel-3.0.patch
@ -20,7 +20,6 @@ Provides: procps = %{version}-%{release}
Obsoletes: procps < 3.2.9 Obsoletes: procps < 3.2.9
Provides: sysvinit-tools Provides: sysvinit-tools
Obsoletes: sysvinit-tools Obsoletes: sysvinit-tools
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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"). 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 %description -n libprocps-devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep %prep
%setup -q %setup -q -n procps-%{version}
#%patch0 -p1 #%patch0 -p1
#%patch1 -p1 #%patch1 -p1
@ -69,7 +70,7 @@ ln -sfv ../../%{_lib}/$(readlink %{buildroot}%{_libdir}/libprocps.so) %{buildroo
install -d -m0755 %{buildroot}/bin install -d -m0755 %{buildroot}/bin
mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/ mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/
%find_lang %{name} %find_lang %{name} --all-name --with-man
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -88,6 +89,7 @@ mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/
%{_bindir}/pgrep %{_bindir}/pgrep
%{_bindir}/pkill %{_bindir}/pkill
%{_bindir}/pmap %{_bindir}/pmap
%{_bindir}/pwait
%{_bindir}/pwdx %{_bindir}/pwdx
#%{_bindir}/skill #%{_bindir}/skill
%{_bindir}/slabtop %{_bindir}/slabtop
@ -118,6 +120,9 @@ mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/
%doc NEWS %doc NEWS
%changelog %changelog
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 3.3.17-1mamba
- automatic version update by autodist
* Thu Mar 12 2020 Automatic Build System <autodist@mambasoft.it> 3.3.16-1mamba * Thu Mar 12 2020 Automatic Build System <autodist@mambasoft.it> 3.3.16-1mamba
- automatic version update by autodist - automatic version update by autodist