From 839b022f73fd8d9ed553c54df25997c61706ad0c Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Tue, 15 Mar 2022 11:43:50 +0800 Subject: [PATCH] split help from main pkg --- man-pages.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man-pages.spec b/man-pages.spec index 41e8acb..35f177b 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,6 +1,6 @@ Name: man-pages Version: 5.13 -Release: 1 +Release: 2 Summary: Linux kernel and user-space C library interfaces documentation License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE URL: http://www.kernel.org/doc/man-pages/ @@ -19,6 +19,8 @@ are employed by user-space programs.With respect to the C library, the primary f the GNU C library (glibc), although, where known, documentation of variations on other C libraries available for Linux is also included. +%package_help + %prep %autosetup -p1 @@ -40,9 +42,14 @@ make install DESTDIR=%{buildroot} %files %defattr(-,root,root) %doc README man-pages-%{version}.Announce Changes + +%files help /usr/local/share/man*/* %changelog +* Tue Mon 15 2022 renhognxun - 5.13-2 +- split help from main pkg + * Mon Nov 29 2021 liudabo - 5.13-1 - upgrade version to 5.13 -- Gitee