Summary: Man (manual) pages from the Linux Documentation Project. Name: man-pages Version: 1.66 Release: 2.ker.rhel3 License: distributable Group: Documentation Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2 Source1: rpcgen.1 Source6: man-pages-extralocale.tar.bz2 Source9: man2.tar.gz Patch0: man-pages-1.44-ext3.patch Patch1: man-pages-1.51-iconv.patch Patch2: man-pages-1.51-nopent.patch Patch3: man-pages-1.51-blank.patch Patch5: man-pages-1.53-langinfo.patch Patch7: man-pages-1.53-mlock.patch Patch8: man-pages-1.60-re_comp.patch Patch9: man-pages-1.60-strftime.patch Patch10: man-pages-1.60-fopen.patch Patch11: man-pages-1.60-shmget.patch Patch12: man-pages-1.60-wait.patch Patch14: man-pages-1.60-fs.patch Patch15: man-pages-1.60-issue.patch Buildroot: %{_tmppath}/%{name}-%{version}-root Autoreq: false BuildArch: noarch %description A large collection of man pages (documentation) from the Linux Documentation Project (LDP). %prep %setup -q -a 9 tar jxf %{SOURCE6} cp -a %{SOURCE1} man1 %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch5 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch14 -p1 %patch15 -p1 %build rm -fv man1/README # 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 # Part of diffutils rm -fv man1/diff.1 # 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 # Part of console-tools rm -fv man4/console.4 # Part of shadow-utils rm -fv man3/getspnam.3 # part of nfs-utils rm -fv man5/exports.5 rm -fv man5/nfs.5 # Part of bind-utils rm -fv man5/resolver.5 #rm -fv man5/resolv.conf.5 - kept anyway, as it makes sense to have available # Obsolete rm -f man3/infnan.3 # Part of mount rm -fv man5/fstab.5 # Only briefly part of a devel version of glibc rm -f man3/getipnodebyname.3 rm -f man3/getipnodebyaddr.3 rm -f man3/freehostent.3 # Part of libcap rm -fv man2/capget.2 rm -fv man2/capset.2 # Part of libattr-devel rm -f man2/{fgetxattr,flistxattr,fremovexattr,fsetxattr,getxattr,lgetxattr,listxattr,llistxattr,lremovexattr,lsetxattr,removexattr,setxattr}.2* find . -name "*sudo*" -exec rm {} \; for l1 in man[1-8]*/* do mkdir -p $(dirname en/$l1) LANG=en iconv -f latin1 -t utf-8 -o en/$l1 $l1 rm -f $l1 LANG=en iconv -f latin1 -t ascii//translit -o $l1 en/$l1 done %install rm -rf $RPM_BUILD_ROOT for n in 0p 1 1p 2 3 3p 4 5 6 7 8 do mkdir -p $RPM_BUILD_ROOT%{_mandir}/man$n mkdir -p $RPM_BUILD_ROOT%{_mandir}/en/man$n done for n in man*/* do cp -a $n $RPM_BUILD_ROOT%{_mandir}/$n if diff -q en/$n $n then rm -f en/$n elif [ $? -eq 1 ] then cp -a en/$n $RPM_BUILD_ROOT%{_mandir}/en/$n fi done %clean rm -rf $RPM_BUILD_ROOT %files %defattr(0644,root,root,0755) %doc README man-pages-%{version}.Announce POSIX-COPYRIGHT %{_mandir}/man*/* %{_mandir}/en/man*/* %changelog * Fri Feb 20 2004 Milan Kerslager 1.66-2.ker.rhel3 - rebuild * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Feb 11 2004 Adrian Havill 1.66-1 - update to 1.66 - add posix section processing for sections 0p, 1p, 3p (#114584) * Mon Dec 15 2003 Adrian Havill 1.64-2 - update to 1.64 - convert iso-8859-1 en locale pages to UTF-8 for fc2 (#108991) * Wed Sep 24 2003 Adrian Havill 1.60-4.1 - bump n-v-r * Wed Sep 24 2003 Adrian Havill 1.60-4 - transliterated ALL pages with latin-1 characters that would be displayed as either a fallback from a ascii-superset locale or from the POSIX locale into ascii (according to glibc transliteration data for locale "en"). pages with non-ascii are moved into the "en" locale. (#103214) * Thu Aug 28 2003 Adrian Havill 1.60-2 - transliterated Lichtmaier's first name for the sake of iconv (#103214) * Thu Aug 28 2003 Adrian Havill 1.60-1.1 - bumped n-v-r * Thu Aug 28 2003 Adrian Havill 1.60-1 - bumped version, removed no longer needed patches - added #define for re_comp() and re_exec() (#79703) - fixed typo in Era format specifier (#80025) - fixed ftell info for fopen with mode "a+" (#81359) - fixed prototype for shmget() (#86258) - fixed spelling in wait.2 (#86450) - obsoleted _init and _fini in dlopen() (#88408) - fixed and merged double ext3 descriptions (#103198) - issue to refer to mingetty (#86248) - synced man page with actual ld params (#97176) * Fri Aug 01 2003 Elliot Lee 1.58-2 - Remove libattr conflicts * Wed Jul 30 2003 Adrian Havill 1.58-1 - Bumped version (which also solves n-v-r conflict with RHEL) * Fri Jul 11 2003 Ernie Petrides - Modify mlock.2, mlockall.2, and shmctl.2 for change to locking permission semantics made in kernel's linux-2.4.21-mlock.patch. * Tue Apr 29 2003 Ernie Petrides - Modify semop.2 for new semtimedop(2) and add semtimedop.2 link. * Wed Jan 22 2003 Tim Powers - rebuilt * Wed Dec 11 2002 Tim Powers 1.53-2 - rebuild * Tue Aug 27 2002 Trond Eivind Glomsrød 1.53-1 - 1.53 - Fix #71750, #72754 * Thu Jul 25 2002 Trond Eivind Glomsrød 1.52-2 - Fix reference in rpcgen(1) - #69740 * Wed Jul 24 2002 Trond Eivind Glomsrød 1.52-1 - 1.52 * Thu Jul 18 2002 Trond Eivind Glomsrød 1.51-5 - Fix #63547 * Tue Jul 9 2002 Trond Eivind Glomsrød 1.51-4 - Mentium mem=nopentium in bootparam(7) - #60487 * Fri Jun 21 2002 Tim Powers - automated rebuild * Wed Jun 12 2002 Trond Eivind Glomsrød 1.51-2 - Fix to iconv(1) - #66441 * Tue Jun 11 2002 Trond Eivind Glomsrød 1.51-1 - 1.51 * Thu Jun 6 2002 Trond Eivind Glomsrød 1.50-1 - 1.50 * Wed May 29 2002 Trond Eivind Glomsrød 1.48-4 - Bump * Thu May 23 2002 Trond Eivind Glomsrød 1.48-3 - Ret value of iconv(3) was wrong (#65375) * Thu Apr 4 2002 Trond Eivind Glomsrød 1.48-2 - Remove getipnodebyname, getipnodebyname, freehostent - they were only briefly part of a glibc devel version (#62646) * Wed Mar 13 2002 Trond Eivind Glomsrød 1.48-1 - 1.48 * Thu Feb 21 2002 Trond Eivind Glomsrød 1.47-2 - Rebuild * Tue Jan 15 2002 Trond Eivind Glomsrød 1.47-1 - 1.47 * Wed Jan 09 2002 Tim Powers - automated rebuild * Thu Dec 6 2001 Trond Eivind Glomsrød 1.44-2 - Add entry on ext3 in fs.5 (#55945) * Tue Dec 4 2001 Trond Eivind Glomsrød 1.44-1 - 1.44 - No patches required anymore - get rid of them. * Thu Nov 15 2001 Trond Eivind Glomsrød 1.43-2 - Fix docs for setresuid/setresgid (#56038) * Thu Nov 8 2001 Trond Eivind Glomsrød 1.43-1 - 1.43 * Tue Oct 23 2001 Trond Eivind Glomsrød 1.42-1 - 1.42 * Mon Oct 15 2001 Trond Eivind Glomsrød 1.41-1 - 1.41 - Remove bug section in llseek.2, which claimed ext2 don't support files bigger than 2 GB (#54569) * Tue Sep 25 2001 Trond Eivind Glomsrød 1.40-1 - 1.40. Remove now included patches. * Tue Sep 4 2001 Trond Eivind Glomsrød 1.39-2 - New strptime.3, from the ftp site. Matches glibc better. - Fix missing .br in netdevices.7 (#53091) * Tue Aug 7 2001 Trond Eivind Glomsrød - 1.39 - Drop obsolete patches * Tue Jul 24 2001 Trond Eivind Glomsrød - s/NSF/NFS/ in initrd.4 - (#48322) * Mon Jul 2 2001 Trond Eivind Glomsrød - regcomp and friends support collating elements now (#46939) * Thu Jun 21 2001 Trond Eivind Glomsrød - 1.38 * Fri Jun 8 2001 Trond Eivind Glomsrød - 1.37 * Thu Jun 7 2001 Trond Eivind Glomsrød - Remove capset(2) - part of libcap (#43828) * Fri Jun 1 2001 Trond Eivind Glomsrød - Remove diff.1 - let diffutils include it instead - Remove capget.2 - it's included in libcap - Keep resolv.conf.5 - it's useful on systems without bind packages - Fix bootparam.7 (patch from Tim Waugh (twaugh@redhat.com) * Tue May 22 2001 Trond Eivind Glomsrød - 1.36 - drop some old patches, redo others * Thu May 17 2001 Trond Eivind Glomsrød - Work around bug in groff for latin1.7 (#41118) * Wed Apr 4 2001 Trond Eivind Glomsrød - use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665) * Tue Apr 3 2001 Trond Eivind Glomsrød - roff fixes to multiple man pages * Mon Apr 2 2001 Trond Eivind Glomsrød - 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 - remove resolv.conf (bind-utils) and infnan (obsolete - #34171) * Wed Mar 28 2001 Trond Eivind Glomsrød - resurrect getnetent(3) * Sun Mar 25 2001 Trond Eivind Glomsrød - 1.35, obsoletes patch for strsep - move rpcinfo to section 8 (#33114) * Fri Mar 9 2001 Trond Eivind Glomsrød - Include man-pages on locales (#29713) * Tue Feb 13 2001 Trond Eivind Glomsrød - fix return value of strsep(3) call (#24789) * Mon Jan 15 2001 Trond Eivind Glomsrød - 1.34 * Fri Dec 15 2000 Trond Eivind Glomsrød - 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 - Identify two of the macros in stat(2) as GNU, not POSIX. (#21169) * Wed Nov 08 2000 Trond Eivind Glomsrød - 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 - remove const from iconv function prototype (#19486) * Tue Aug 29 2000 Trond Eivind Glomsrød - reference wctype(3) instead of non-existing ctype(3) from regex(7) (#17037) - 1.31 * Sun Aug 27 2000 Trond Eivind Glomsrød - remove lilo man pages (now included in package) (#16984) * Fri Aug 04 2000 Trond Eivind Glomsrød - fixed bad header specification (#15364) - removed obsolete patches from package - updated the rest * Wed Jul 12 2000 Prospector - automatic rebuild * Mon Jun 19 2000 Matt Wilson - defattr before docs in filelist * Sun Jun 17 2000 Trond Eivind Glomsrød - updated to 1.30 * Tue Jun 06 2000 Trond Eivind Glomsrød - use %%{_tmppath} * Wed May 31 2000 Trond Eivind Glomsrød - remove resolv.conf(5) - part of bind-utils * Tue May 30 2000 Trond Eivind Glomsrød - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. * Tue May 30 2000 Trond Eivind Glomsrød - use %%{_mandir) instead of /usr/man - verify and fix bug in mmap man page (#7382) - verify and fix missing data in recvfrom man page (#1736) - verify and fix missing data in putw man page (#10104) - fixed sendfile(2) man page (#5599) - fixed tzset man page (#11623) * Mon May 15 2000 Trond Eivind Glomsrød - updated to 1.29 - split off other languages into separate RPMS * Thu Mar 16 2000 Florian La Roche - do not use group "man" * Fri Mar 03 2000 Cristian Gafton - don't apply the netman-cvs man pages anymore, as they seem to be really out of date * Sat Feb 05 2000 Cristian Gafton - put back man3/resolver.3 * Fri Feb 04 2000 Cristian Gafton - remove non-man pages (#7814) * Fri Feb 4 2000 Matt Wilson - exclude dir.1 and vdir.1 (these are in the fileutils package) * Thu Feb 03 2000 Cristian Gafton - version 1.28 * Fri Nov 05 1999 Michael K. Johnson - Fixed SIGILL, SIGQUIT in signals.7 * Wed Oct 06 1999 Cristian Gafton - fix man page for getcwd * Wed Sep 22 1999 Cristian Gafton - added man pages for set/getcontext * Tue Sep 14 1999 Bill Nottingham - remove some bad man pages * Mon Sep 13 1999 Preston Brown - czech, german, spanish, russian man pages * Thu Sep 09 1999 Cristian Gafton - version 1.26 - add french man pages - add italian man pages * Fri Jul 23 1999 Jeff Johnson - update to 1.25. * Fri Apr 16 1999 Cristian Gafton - fiox man page fro ftw * Mon Apr 05 1999 Cristian Gafton - spellnig fixse * Tue Mar 30 1999 Bill Nottingham - updated to 1.23 * Thu Mar 25 1999 Cristian Gafton - added kernel net manpages * Mon Mar 22 1999 Erik Troan - updated printf man page - added rpcgen man page * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 6) * Thu Mar 18 1999 Cristian Gafton - leave the lilo man pages alone (oops) * Fri Feb 12 1999 Michael Maher - fixed bug #413 * Mon Jan 18 1999 Cristian Gafton - remove lilo man pages too - got rebuilt for 6.0 * Tue Sep 08 1998 Cristian Gafton - version 1.21 * Sat Jun 20 1998 Jeff Johnson - updated to 1.20 * Wed May 06 1998 Cristian Gafton - get rid of the modutils man pages - updated to 1.19 * Fri Apr 24 1998 Prospector System - translations modified for de, fr, tr * Wed Apr 08 1998 Erik Troan - updated to 1.18 * Sun Oct 19 1997 Erik Troan - updated to 1.17 - moved build root to /var * Thu Jul 31 1997 Erik Troan - made a noarch package