commit the spec change

This commit is contained in:
Ivana Hutarova Varekova 2010-10-06 16:48:33 +02:00
parent 7207082b14
commit c8fb6d93ca

View File

@ -4,7 +4,7 @@
Summary: Man (manual) pages from the Linux Documentation Project Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages Name: man-pages
Version: 3.28 Version: 3.28
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
Group: Documentation Group: Documentation
URL: http://www.kernel.org/pub/linux/docs/manpages/ URL: http://www.kernel.org/pub/linux/docs/manpages/
@ -29,6 +29,7 @@ Patch63: man-pages-3.24-getnameinfo.patch
Patch67: man-pages-3.24-mmap64.patch Patch67: man-pages-3.24-mmap64.patch
Patch68: man-pages-3.26-rcmd.patch Patch68: man-pages-3.26-rcmd.patch
Patch69: man-pages-3.27-sd.patch Patch69: man-pages-3.27-sd.patch
Patch70: man-pages-3.28-typo.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false Autoreq: false
@ -59,12 +60,10 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
%patch67 -p1 %patch67 -p1
%patch68 -p1 %patch68 -p1
%patch69 -p1 %patch69 -p1
%patch70 -p1
### And now remove those we are not going to use: ### And now remove those we are not going to use:
# Only briefly part of a devel version of glibc
rm -v man3/getipnodeby{name,addr}.3 man3/freehostent.3
# Part of libattr-devel # Part of libattr-devel
rm -v man2/{,f,l}{get,list,remove,set}xattr.2 rm -v man2/{,f,l}{get,list,remove,set}xattr.2
@ -74,9 +73,6 @@ rm -v man3/{db,btree,dbopen,hash,mpool,recno}.3
# Deprecated # Deprecated
rm -v man2/pciconfig_{write,read,iobase}.2 rm -v man2/pciconfig_{write,read,iobase}.2
# Part of numactl package
rm -v man5/numa_maps.5
%build %build
: Nothing to build. : Nothing to build.
@ -120,6 +116,12 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*/* %lang(en) %{_mandir}/en/man*/*
%changelog %changelog
* Wed Oct 6 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.28-3
- don't remove numa_maps, now the man page is not in numactl
- don't remove getipnodeby{name,addr}.3 and freehostent.3
they are not more part of glibc-devel
- fix typo in gai_{error,suspend,cancel} pages
* Wed Oct 6 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.28-2 * Wed Oct 6 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.28-2
- add quotactl.2 to man-pages (the package was removed from quota - #640590) - add quotactl.2 to man-pages (the package was removed from quota - #640590)