split help from main pkg

This commit is contained in:
rwx403335 2022-03-15 11:24:49 +08:00
parent ae19736ad3
commit 3c4174563b

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