upgrade version to 6.02

This commit is contained in:
renxichen 2023-01-18 18:36:31 +08:00
parent e50a5f016a
commit ec9143798b
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
man-pages-6.02.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: man-pages Name: man-pages
Version: 5.13 Version: 6.02
Release: 3 Release: 1
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/
Source0: http://www.kernel.org/pub/linux/docs/man-pages/Archive/man-pages-%{version}.tar.xz Source0: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/snapshot/%{name}-%{version}.tar.gz
BuildRequires: gcc git make BuildRequires: gcc git make
BuildArch: noarch BuildArch: noarch
@ -23,7 +23,7 @@ other C libraries available for Linux is also included.
%prep %prep
%autosetup -p1 %autosetup -p1
sed -i 's/prefix := \/usr\/local/prefix := \/usr/g' Makefile sed -i 's/prefix := \/usr\/local/prefix := \/usr/g' ./lib/install.mk
%build %build
@ -42,7 +42,7 @@ make install DESTDIR=%{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README man-pages-%{version}.Announce Changes %doc README Changes
%files help %files help
%{_mandir}/man*/* %{_mandir}/man*/*
@ -53,6 +53,9 @@ make install DESTDIR=%{buildroot}
%exclude %{_mandir}/man3/MIN.3.gz %exclude %{_mandir}/man3/MIN.3.gz
%changelog %changelog
* Wed Jan 18 2023 renhongxun <renhongxun@h-partners.com> - 6.02-1
- upgrade version to 6.02
* Thu Nov 10 2022 renhongxun <renhongxun@h-partners.com> - 5.13-3 * Thu Nov 10 2022 renhongxun <renhongxun@h-partners.com> - 5.13-3
- exclude some redundant pages from help - exclude some redundant pages from help