split help from main pkg
This commit is contained in:
parent
ae19736ad3
commit
3c4174563b
@ -1,6 +1,6 @@
|
|||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 5.13
|
Version: 5.13
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Linux kernel and user-space C library interfaces documentation
|
Summary: Linux kernel and user-space C library interfaces documentation
|
||||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
||||||
URL: http://www.kernel.org/doc/man-pages/
|
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
|
the GNU C library (glibc), although, where known, documentation of variations on
|
||||||
other C libraries available for Linux is also included.
|
other C libraries available for Linux is also included.
|
||||||
|
|
||||||
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
@ -40,9 +42,14 @@ make install DESTDIR=%{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README man-pages-%{version}.Announce Changes
|
%doc README man-pages-%{version}.Announce Changes
|
||||||
|
|
||||||
|
%files help
|
||||||
/usr/local/share/man*/*
|
/usr/local/share/man*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 29 2021 liudabo <liudabo1@huawei.com> - 5.13-1
|
||||||
- upgrade version to 5.13
|
- upgrade version to 5.13
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user