parent
b620ed1f7d
commit
b30f194575
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/man-pages-posix-2013-a.tar.xz
|
||||
/man-pages-additional-20131204.tar.xz
|
||||
/man-pages-3.57.tar.xz
|
||||
/man-pages-3.58.tar.xz
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Man (manual) pages from the Linux Documentation Project
|
||||
Name: man-pages
|
||||
Version: 3.57
|
||||
Release: 2%{?dist}
|
||||
Version: 3.58
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
||||
Group: Documentation
|
||||
URL: http://www.kernel.org/doc/man-pages/
|
||||
@ -59,6 +59,9 @@ rm man3/{db,btree,dbopen,hash,mpool,recno}.3
|
||||
# deprecated
|
||||
rm man2/pciconfig_{write,read,iobase}.2
|
||||
|
||||
# we are not using SystemV anymore
|
||||
rm man7/boot.7
|
||||
|
||||
# we do not have sccs (#203302)
|
||||
rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p
|
||||
|
||||
@ -67,8 +70,8 @@ rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p
|
||||
# nothing to build
|
||||
|
||||
%install
|
||||
%{__cp} -r %{additional_name}/man? .
|
||||
%{__mv} %{posix_name}/man?p .
|
||||
%{__cp} -r %{additional_name}/man* .
|
||||
instdir=$RPM_BUILD_ROOT%{_mandir}
|
||||
# Not all man pages are in UTF-8
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=60807
|
||||
@ -110,6 +113,10 @@ cd ..
|
||||
%lang(en) %{_mandir}/en/man*/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 2014 Peter Schiffer <pschiffe@redhat.com> - 3.58-1
|
||||
- resolves: #1063754
|
||||
updated to 3.58
|
||||
|
||||
* Wed Feb 5 2014 Peter Schiffer <pschiffe@redhat.com> - 3.57-2
|
||||
- removed invalid patch for man(1p) man page
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user