- update to 2.25

- remove mbind and set_mempolicy files
- fix dbopen man page (#185310)
This commit is contained in:
Ivana Varekova 2006-03-14 12:17:21 +00:00
parent 743e942135
commit cd4f8670bc
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,3 @@
man-pages-extralocale.tar.bz2
man2.tar.gz
man-pages-2.21.tar.gz
man-pages-2.25.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Man (manual) pages from the Linux Documentation Project.
Name: man-pages
Version: 2.21
Version: 2.25
Release: 1
License: distributable
Group: Documentation
@ -23,6 +23,7 @@ Patch19: man-pages-2.07-termcap.patch
Patch20: man-pages-2.13-aio.patch
Patch21: man-pages-2.16-mmap.patch
Patch22: man-pages-2.20-nscd.conf.patch
Patch23: man-pages-2.25-dbopen.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -54,6 +55,7 @@ tar xzf %{SOURCE11}
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%build
@ -112,6 +114,9 @@ rm -rf man1p/renice.1p
# Part of libattr-devel
rm -f man2/{fgetxattr,flistxattr,fremovexattr,fsetxattr,getxattr,lgetxattr,listxattr,llistxattr,lremovexattr,lsetxattr,removexattr,setxattr}.2*
# Part of numactl
rm -f man2/{mbind,set_mempolicy}.2
find . -name "*sudo*" -exec rm {} \;
for l1 in man[1-9]*/*
@ -147,6 +152,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/en/man*/*
%changelog
* Tue Mar 14 2006 Ivana Varekova <varekova@redhat.com> 2.25-1
- update to 2.25
- remove mbind and set_mempolicy files
- fix dbopen man page (#185310)
* Mon Jan 16 2006 Ivana Varekova <varekova@redhat.com> 2.21-1
- update to 2.21
- add the description of reload-count option (nscd.conf

View File

@ -1,3 +1,3 @@
57f2e0500d177e05647990eae439a8ee man-pages-extralocale.tar.bz2
af09d031dcee66929510e078d00066f2 man2.tar.gz
b14c8c4bac497013d8d7f0e0701fc7bb man-pages-2.21.tar.gz
e08fe1037a97eaa9821e86427e1fdc98 man-pages-2.25.tar.gz