auto-import changelog data from man-pages-1.35-5.src.rpm

Wed Apr 04 2001 Trond Eivind Glomsrd <teg@redhat.com>
- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665)
Tue Apr 03 2001 Trond Eivind Glomsrd <teg@redhat.com>
- roff fixes to multiple man pages
Mon Apr 02 2001 Trond Eivind Glomsrd <teg@redhat.com>
- correct the URL for unicode in the charset manpage (#34291)
- roff fixes
- redo iconv patch, so we don't get a .orig from patch because of a two
    line offset
Fri Mar 30 2001 Trond Eivind Glomsrd <teg@redhat.com>
- remove resolv.conf (bind-utils) and infnan (obsolete - #34171)
Wed Mar 28 2001 Trond Eivind Glomsrd <teg@redhat.com>
- resurrect getnetent(3)
Sun Mar 25 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 1.35, obsoletes patch for strsep
- move rpcinfo to section 8 (#33114)
Fri Mar 09 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Include man-pages on locales (#29713)
Tue Feb 13 2001 Trond Eivind Glomsrd <teg@redhat.com>
- fix return value of strsep(3) call (#24789)
Mon Jan 15 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 1.34
Fri Dec 15 2000 Trond Eivind Glomsrd <teg@redhat.com>
- 1.33
- obsolete some old, now included patches
- remove netman-cvs, it's now older than the mainstream
Tue Nov 21 2000 Trond Eivind Glomsrd <teg@redhat.com>
- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169)
Wed Nov 08 2000 Trond Eivind Glomsrd <teg@redhat.com>
- don't delete the man pages for dlopen() and friends, they are no longer
    part of another package
- include man pages for ld*
Tue Oct 24 2000 Trond Eivind Glomsrd <teg@redhat.com>
- remove const from iconv function prototype (#19486)
Tue Aug 29 2000 Trond Eivind Glomsrd <teg@redhat.com>
- reference wctype(3) instead of non-existing ctype(3) from regex(7)
    (#17037)
- 1.31
Sun Aug 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
- remove lilo man pages (now included in package) (#16984)
This commit is contained in:
cvsdist 2004-09-09 08:14:31 +00:00
parent 8f07cacb4e
commit 64ea2b4b72
3 changed files with 107 additions and 22 deletions

View File

@ -1,3 +1,3 @@
man-pages-1.30.tar.bz2
man-pages-1.35.tar.bz2
man-pages-extralocale.tar.bz2
man2.tar.gz
netman-cvs.tar.gz

View File

@ -1,19 +1,25 @@
Summary: Man (manual) pages from the Linux Documentation Project.
Name: man-pages
Version: 1.30
Release: 4
Version: 1.35
Release: 5
Copyright: distributable
Group: Documentation
Source0: ftp://ftp.win.tue.nl/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
Source1: rpcgen.1
Source2: netman-cvs.tar.gz
Source3: ld.so.8
Source4: ldd.1
Source5: ldconfig.8
Source6: man-pages-extralocale.tar.bz2
Source9: man2.tar.gz
Patch1: man-pages-1.23-spell.patch
Patch2: man-pages-1.26-getcwd.patch
Patch3: man-pages-1.30-tzset.patch
Patch4: man-pages-1.30-ipheader.patch
Patch1: man-pages-1.30-ctype.patch
Patch2: man-pages-1.31.iconv.patch
Patch3: man-pages-1.35-pathupdate.patch
Patch4: man-pages-1.35-unicodeurl.patch
Patch5: man-pages-1.35-roffix.patch
Patch6: man-pages-1.35-mssync.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
Autoreqprov: false
BuildRequires: bzip2
BuildArchitectures: noarch
%description
@ -29,32 +35,55 @@ administration (intro only).
%prep
%setup -q -a 9
%patch1 -p1
tar jxf %{SOURCE6}
cp -a %{SOURCE1} man1
cp -a %{SOURCE3} man8
cp -a %{SOURCE4} man1
cp -a %{SOURCE5} man8
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
cp -a %{SOURCE1} man1
%patch5 -p1
%patch6 -p1
%build
rm -fv man1/README
mv -fv man1/COPYING .
# These are parts of fileutils
rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install}.1
rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch}.1
rm -fv man1/{dir,vdir}.1
rm -fv man2/modules.2 man2/quotactl.2 man2/get_kernel_syms.2
# Part of quota
rm -fv man2/quotactl.2
# Part of modutils
rm -fv man2/get_kernel_syms.2
rm -fv man2/{create,delete,init,query}_module.2
rm -fv man3/getnetent.3
# Part of console-tools
rm -fv man4/console.4
# part of nfs-utils
rm -fv man5/exports.5
rm -fv man5/nfs.5
rm -fv man5/fstab.5
# Part of bind-utils
rm -fv man5/resolver.5
rm -fv man3/dlclose.3
rm -fv man3/dlerror.3
rm -fv man3/dlopen.3
rm -fv man3/dlsym.3
rm -fv man5/resolv.conf.5
# Obsolete
rm -f man3/infnan.3
# Part of mount
rm -fv man5/fstab.5
find . -name "*sudo*" -exec rm {} \;
%install
@ -73,10 +102,66 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(0644,root,root,0755)
%doc README man-pages-1.30.Announce
%doc README man-pages-%{version}.Announce
%{_mandir}/man*/*
%changelog
* Wed Apr 4 2001 Trond Eivind Glomsrød <teg@redhat.com>
- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665)
* Tue Apr 3 2001 Trond Eivind Glomsrød <teg@redhat.com>
- roff fixes to multiple man pages
* Mon Apr 2 2001 Trond Eivind Glomsrød <teg@redhat.com>
- correct the URL for unicode in the charset manpage (#34291)
- roff fixes
- redo iconv patch, so we don't get a .orig from patch because of
a two line offset
* Fri Mar 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
- remove resolv.conf (bind-utils) and infnan (obsolete - #34171)
* Wed Mar 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
- resurrect getnetent(3)
* Sun Mar 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 1.35, obsoletes patch for strsep
- move rpcinfo to section 8 (#33114)
* Fri Mar 9 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Include man-pages on locales (#29713)
* Tue Feb 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
- fix return value of strsep(3) call (#24789)
* Mon Jan 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 1.34
* Fri Dec 15 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 1.33
- obsolete some old, now included patches
- remove netman-cvs, it's now older than the mainstream
* Tue Nov 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169)
* Wed Nov 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
- don't delete the man pages for dlopen() and friends,
they are no longer part of another package
- include man pages for ld*
* Thu Oct 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
- remove const from iconv function prototype (#19486)
* Tue Aug 29 2000 Trond Eivind Glomsrød <teg@redhat.com>
- reference wctype(3) instead of non-existing ctype(3)
from regex(7) (#17037)
- 1.31
* Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
- remove lilo man pages (now included in package)
(#16984)
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
- fixed bad header specification (#15364)
- removed obsolete patches from package
@ -136,7 +221,7 @@ rm -rf $RPM_BUILD_ROOT
- Fixed SIGILL, SIGQUIT in signals.7
* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
- fox man page for getcwd
- fix man page for getcwd
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
- added man pages for set/getcontext

View File

@ -1,3 +1,3 @@
ca763f081389063afc407347e667d6cd man-pages-1.30.tar.bz2
d90821c16b7bd1fae88467b6c49d7b84 man-pages-1.35.tar.bz2
57f2e0500d177e05647990eae439a8ee man-pages-extralocale.tar.bz2
af09d031dcee66929510e078d00066f2 man2.tar.gz
aaf374d3a727c70f6e05df9911f0ea01 netman-cvs.tar.gz