diff --git a/man-pages-5.13.tar.xz b/man-pages-5.13.tar.xz deleted file mode 100644 index ff01b1a..0000000 Binary files a/man-pages-5.13.tar.xz and /dev/null differ diff --git a/man-pages-6.02.tar.gz b/man-pages-6.02.tar.gz new file mode 100644 index 0000000..d990f86 Binary files /dev/null and b/man-pages-6.02.tar.gz differ diff --git a/man-pages.spec b/man-pages.spec index 8b2a2bf..af3d51d 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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 - 6.02-1 +- upgrade version to 6.02 + * Thu Nov 10 2022 renhongxun - 5.13-3 - exclude some redundant pages from help