- updated additional man pages
This commit is contained in:
parent
0e5917887b
commit
f5d9dd890d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/man-pages-posix-2003-a.tar.xz
|
/man-pages-posix-2003-a.tar.xz
|
||||||
/man-pages-additional-20120919.tar.xz
|
/man-pages-additional-20121025.tar.xz
|
||||||
/man-pages-3.43.tar.xz
|
/man-pages-3.43.tar.xz
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
%global posix_version 2003
|
%global posix_version 2003
|
||||||
%global posix_release a
|
%global posix_release a
|
||||||
%global posix_name man-pages-posix-%{posix_version}-%{posix_release}
|
%global posix_name man-pages-posix-%{posix_version}-%{posix_release}
|
||||||
%global additional_version 20120919
|
%global additional_version 20121025
|
||||||
|
%global additional_name man-pages-additional-%{additional_version}
|
||||||
|
|
||||||
Summary: Man (manual) pages from the Linux Documentation Project
|
Summary: Man (manual) pages from the Linux Documentation Project
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
@ -14,7 +15,7 @@ Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.
|
|||||||
# POSIX man pages
|
# POSIX man pages
|
||||||
Source1: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/%{posix_name}.tar.xz
|
Source1: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/%{posix_name}.tar.xz
|
||||||
# additional man-pages, the source tarball is fedora only
|
# additional man-pages, the source tarball is fedora only
|
||||||
Source2: man-pages-additional-%{additional_version}.tar.xz
|
Source2: %{additional_name}.tar.xz
|
||||||
|
|
||||||
## Patches ##
|
## Patches ##
|
||||||
|
|
||||||
@ -130,6 +131,7 @@ rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p
|
|||||||
# nothing to build
|
# nothing to build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%{__cp} -r %{additional_name}/man? .
|
||||||
%{__mv} %{posix_name}/man?p .
|
%{__mv} %{posix_name}/man?p .
|
||||||
instdir=$RPM_BUILD_ROOT%{_mandir}
|
instdir=$RPM_BUILD_ROOT%{_mandir}
|
||||||
for sec in 0p 1 1p 2 3 3p 4 5 6 7 8; do
|
for sec in 0p 1 1p 2 3 3p 4 5 6 7 8; do
|
||||||
@ -176,6 +178,7 @@ cd ..
|
|||||||
updated to 3.43
|
updated to 3.43
|
||||||
- added description of the TCP_CONGESTION on the tcp(7) man page
|
- added description of the TCP_CONGESTION on the tcp(7) man page
|
||||||
- added description of the IP_MULTICAST_ALL on the ip(7) man page
|
- added description of the IP_MULTICAST_ALL on the ip(7) man page
|
||||||
|
- updated additional man pages
|
||||||
|
|
||||||
* Wed Sep 19 2012 Peter Schiffer <pschiffe@redhat.com> - 3.42-1
|
* Wed Sep 19 2012 Peter Schiffer <pschiffe@redhat.com> - 3.42-1
|
||||||
- resolves: #847941
|
- resolves: #847941
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
ec0a97ccb2ff9e4c32fac67111dbc99a man-pages-posix-2003-a.tar.xz
|
ec0a97ccb2ff9e4c32fac67111dbc99a man-pages-posix-2003-a.tar.xz
|
||||||
6bdc13f810993e5165d64ebcd838b5dd man-pages-additional-20120919.tar.xz
|
30253fe5169ab670bca6c85c64920ce3 man-pages-additional-20121025.tar.xz
|
||||||
761b823ad353975bb87eadb4a8690069 man-pages-3.43.tar.xz
|
761b823ad353975bb87eadb4a8690069 man-pages-3.43.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user