48e24c747d
Tue Sep 04 2001 Trond Eivind Glomsrød <teg@redhat.com> - New strptime.3, from the ftp site. Matches glibc better. - Fix missing .br in netdevices.7 (#53091)
328 lines
8.7 KiB
RPMSpec
328 lines
8.7 KiB
RPMSpec
Summary: Man (manual) pages from the Linux Documentation Project.
|
||
Name: man-pages
|
||
Version: 1.39
|
||
Release: 2
|
||
License: distributable
|
||
Group: Documentation
|
||
Source0: ftp://ftp.win.tue.nl/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
||
Source1: rpcgen.1
|
||
Source3: ld.so.8
|
||
Source4: ldd.1
|
||
Source5: ldconfig.8
|
||
Source6: man-pages-extralocale.tar.bz2
|
||
Source9: man2.tar.gz
|
||
Source10: strptime.3
|
||
Patch0: man-pages-1.36-wctype.patch
|
||
Patch1: man-pages-1.31.iconv.patch
|
||
Patch2: man-pages-1.36-pathupdate.patch
|
||
Patch3: man-pages-1.35-latin.patch
|
||
Patch4: man-pages-1.39-missingbr.patch
|
||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||
Autoreqprov: false
|
||
BuildArchitectures: 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
|
||
cp -a %{SOURCE3} man8
|
||
cp -a %{SOURCE4} man1
|
||
cp -a %{SOURCE5} man8
|
||
cp -a %{SOURCE10} man3
|
||
|
||
%patch0 -p1
|
||
%patch1 -p1
|
||
%patch2 -p1
|
||
%patch3 -p1
|
||
%patch4 -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
|
||
|
||
# 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 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
|
||
|
||
# Part of libcap
|
||
rm -fv man2/capget.2
|
||
rm -fv man2/capset.2
|
||
|
||
find . -name "*sudo*" -exec rm {} \;
|
||
|
||
%install
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
mkdir -p $RPM_BUILD_ROOT%{_mandir}
|
||
for n in 1 2 3 4 5 6 7 8; do
|
||
mkdir $RPM_BUILD_ROOT%{_mandir}/man$n
|
||
done
|
||
for n in man?/*; do
|
||
cp -a $n $RPM_BUILD_ROOT%{_mandir}/$n
|
||
done
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%files
|
||
%defattr(0644,root,root,0755)
|
||
%doc README man-pages-%{version}.Announce
|
||
%{_mandir}/man*/*
|
||
|
||
%changelog
|
||
* Tue Sep 4 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- New strptime.3, from the ftp site. Matches glibc better.
|
||
- Fix missing .br in netdevices.7 (#53091)
|
||
|
||
* Tue Aug 7 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.39
|
||
- Drop obsolete patches
|
||
|
||
* Tue Jul 24 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- s/NSF/NFS/ in initrd.4 - (#48322)
|
||
|
||
* Mon Jul 2 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- regcomp and friends support collating elements now (#46939)
|
||
|
||
* Thu Jun 21 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.38
|
||
|
||
* Fri Jun 8 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.37
|
||
|
||
* Thu Jun 7 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Remove capset(2) - part of libcap (#43828)
|
||
|
||
* Fri Jun 1 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 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<73>d <teg@redhat.com>
|
||
- 1.36
|
||
- drop some old patches, redo others
|
||
|
||
* Thu May 17 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Work around bug in groff for latin1.7 (#41118)
|
||
|
||
* Wed Apr 4 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665)
|
||
|
||
* Tue Apr 3 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- roff fixes to multiple man pages
|
||
|
||
* Mon Apr 2 2001 Trond Eivind Glomsr<73>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<73>d <teg@redhat.com>
|
||
- remove resolv.conf (bind-utils) and infnan (obsolete - #34171)
|
||
|
||
* Wed Mar 28 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- resurrect getnetent(3)
|
||
|
||
* Sun Mar 25 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.35, obsoletes patch for strsep
|
||
- move rpcinfo to section 8 (#33114)
|
||
|
||
* Fri Mar 9 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Include man-pages on locales (#29713)
|
||
|
||
* Tue Feb 13 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- fix return value of strsep(3) call (#24789)
|
||
|
||
* Mon Jan 15 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.34
|
||
|
||
* Fri Dec 15 2000 Trond Eivind Glomsr<73>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<73>d <teg@redhat.com>
|
||
- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169)
|
||
|
||
* Wed Nov 08 2000 Trond Eivind Glomsr<73>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<73>d <teg@redhat.com>
|
||
- remove const from iconv function prototype (#19486)
|
||
|
||
* Tue Aug 29 2000 Trond Eivind Glomsr<73>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<73>d <teg@redhat.com>
|
||
- remove lilo man pages (now included in package)
|
||
(#16984)
|
||
|
||
* Fri Aug 04 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- fixed bad header specification (#15364)
|
||
- removed obsolete patches from package
|
||
- updated the rest
|
||
|
||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||
- automatic rebuild
|
||
|
||
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
|
||
- defattr before docs in filelist
|
||
|
||
* Sun Jun 17 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- updated to 1.30
|
||
|
||
* Tue Jun 06 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- use %%{_tmppath}
|
||
|
||
* Wed May 31 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- remove resolv.conf(5) - part of bind-utils
|
||
|
||
* Tue May 30 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Remove resolver, dlclose, dlerror, dlopen, dlsym as these
|
||
are included in other packages.
|
||
|
||
* Tue May 30 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 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<73>d <teg@redhat.com>
|
||
- updated to 1.29
|
||
- split off other languages into separate RPMS
|
||
|
||
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
||
- do not use group "man"
|
||
|
||
* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
|
||
- don't apply the netman-cvs man pages anymore, as they seem to be really
|
||
out of date
|
||
|
||
* Sat Feb 05 2000 Cristian Gafton <gafton@redhat.com>
|
||
- put back man3/resolver.3
|
||
|
||
* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
|
||
- remove non-man pages (#7814)
|
||
|
||
* Fri Feb 4 2000 Matt Wilson <msw@redhat.com>
|
||
- exclude dir.1 and vdir.1 (these are in the fileutils package)
|
||
|
||
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
|
||
- version 1.28
|
||
|
||
* Fri Nov 05 1999 Michael K. Johnson <johnsonm@redhat.com>
|
||
- Fixed SIGILL, SIGQUIT in signals.7
|
||
|
||
* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
|
||
- fix man page for getcwd
|
||
|
||
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
|
||
- added man pages for set/getcontext
|
||
|
||
* Tue Sep 14 1999 Bill Nottingham <notting@redhat.com>
|
||
- remove some bad man pages
|
||
|
||
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
|
||
- czech, german, spanish, russian man pages
|
||
|
||
* Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com>
|
||
- version 1.26
|
||
- add french man pages
|
||
- add italian man pages
|
||
|
||
* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
|
||
- update to 1.25.
|
||
|
||
* Fri Apr 16 1999 Cristian Gafton <gafton@redhat.com>
|
||
- fiox man page fro ftw
|
||
|
||
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
|
||
- spellnig fixse
|
||
|
||
* Tue Mar 30 1999 Bill Nottingham <notting@redhat.com>
|
||
- updated to 1.23
|
||
|
||
* Thu Mar 25 1999 Cristian Gafton <gafton@redhat.com>
|
||
- added kernel net manpages
|
||
|
||
* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
|
||
- updated printf man page
|
||
- added rpcgen man page
|
||
|
||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||
- auto rebuild in the new build environment (release 6)
|
||
|
||
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
|
||
- leave the lilo man pages alone (oops)
|
||
|
||
* Fri Feb 12 1999 Michael Maher <mike@redhat.com>
|
||
- fixed bug #413
|
||
|
||
* Mon Jan 18 1999 Cristian Gafton <gafton@redhat.com>
|
||
- remove lilo man pages too
|
||
- got rebuilt for 6.0
|
||
|
||
* Tue Sep 08 1998 Cristian Gafton <gafton@redhat.com>
|
||
- version 1.21
|
||
|
||
* Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com>
|
||
- updated to 1.20
|
||
|
||
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
|
||
- get rid of the modutils man pages
|
||
- updated to 1.19
|
||
|
||
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
||
- translations modified for de, fr, tr
|
||
|
||
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
|
||
- updated to 1.18
|
||
|
||
* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
|
||
- updated to 1.17
|
||
- moved build root to /var
|
||
|
||
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
|
||
- made a noarch package
|