- remove btree, dbopen, hash, mpool and recno man-pages

This commit is contained in:
Ivana Varekova 2006-07-12 14:13:47 +00:00
parent 84a1d9fad1
commit 8823f7186d

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project.
Name: man-pages
Version: 2.34
Release: 1
Release: 2
License: distributable
Group: Documentation
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
@ -126,6 +126,9 @@ rm -f man2/{fgetxattr,flistxattr,fremovexattr,fsetxattr,getxattr,lgetxattr,listx
# Part of numactl
rm -f man2/{mbind,set_mempolicy}.2
# Problem with db x db4 - man pages
rm -f man3/{btree,dbopen,hash,mpool,recno}.3
find . -name "*sudo*" -exec rm {} \;
for l1 in man[1-9]*/*
@ -161,6 +164,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/en/man*
%changelog
* Wed Jul 12 2006 Ivana Varekova <varekova@redhat.com> 2.34-2
- remove btree, dbopen, hash, mpool and recno man-pages
(#198597)
* Thu Jun 29 2006 Ivana Varekova <varekova@redhat.com> 2.34-1
- update to 2.34
- add inet patch (#189147)