diff --git a/procinfo.spec b/procinfo.spec index 8bd9ef8f7869933a4fa0b4cd9c5ba22eca5a15b3..aab5fe23ce75b8207de0432dde5337c6fae3edb2 100644 --- a/procinfo.spec +++ b/procinfo.spec @@ -1,6 +1,6 @@ Name: procinfo Version: 18 -Release: 44 +Release: 45 Summary: A tool for displaying system information License: GPL+ Source: ftp://ftp.cistron.nl/pub/people/00-OLD/svm/procinfo-%{version}.tar.gz @@ -23,16 +23,12 @@ Patch18: procinfo-strsignal.patch BuildRequires: ncurses-devel gcc make -%package help -Summary: Documentation for procinfo +%package_help %description This package provides tools for displaying information about the system. It is easy to install and use it. -%description help -This package contains documentation for procinfo. - %prep %setup -q %patch0 -p1 @@ -73,6 +69,9 @@ make install prefix=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/%{_mandir} %{_mandir}/man8/socklist.8* %changelog +* Mon Aug 19 2024 Xuebing Li - 18-45 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Dec 14 2022 Ge Wang - 18-44 - Add build require make