!15 split help from main package

From: @renxichen 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
This commit is contained in:
openeuler-ci-bot 2022-03-15 09:30:17 +00:00 committed by Gitee
commit 45ff600ea8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 Mar 15 2022 renhongxun <renhongxun@h-partners.com> - 5.13-2
- split help pkg from main pkg
* Mon Nov 29 2021 liudabo <liudabo1@huawei.com> - 5.13-1
- upgrade version to 5.13