upgrade version to 6.02
This commit is contained in:
parent
e50a5f016a
commit
ec9143798b
Binary file not shown.
BIN
man-pages-6.02.tar.gz
Normal file
BIN
man-pages-6.02.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
Name: man-pages
|
||||
Version: 5.13
|
||||
Release: 3
|
||||
Version: 6.02
|
||||
Release: 1
|
||||
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/
|
||||
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
|
||||
BuildArch: noarch
|
||||
|
||||
@ -23,7 +23,7 @@ other C libraries available for Linux is also included.
|
||||
|
||||
%prep
|
||||
%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
|
||||
|
||||
@ -42,7 +42,7 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README man-pages-%{version}.Announce Changes
|
||||
%doc README Changes
|
||||
|
||||
%files help
|
||||
%{_mandir}/man*/*
|
||||
@ -53,6 +53,9 @@ make install DESTDIR=%{buildroot}
|
||||
%exclude %{_mandir}/man3/MIN.3.gz
|
||||
|
||||
%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
|
||||
- exclude some redundant pages from help
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user