man-pages/man-pages.spec

117 lines
3.7 KiB
RPMSpec
Raw Permalink Normal View History

%global additional_version 20140218
2012-10-25 18:55:26 +00:00
%global additional_name man-pages-additional-%{additional_version}
Summary: Linux kernel and C library user-space interface documentation
auto-import changelog data from man-pages-1.30-4.src.rpm Fri Aug 04 2000 Trond Eivind Glomsrø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 Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - updated to 1.30 Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %{_tmppath} Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove resolv.conf(5) - part of bind-utils Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. Tue May 30 2000 Trond Eivind Glomsrø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ø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 04 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> - fox 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
2004-09-09 08:14:25 +00:00
Name: man-pages
Version: 6.06
2023-02-13 15:02:43 +00:00
Release: %autorelease
2023-04-14 12:39:13 +00:00
# List of all licenses - each with an example of a man-page that uses it
# (complete list of all man-pages per license would be too long)
# BSD-2-Clause: man5/elf.5
# BSD-3-Clause: man3/list.3
# BSD-4.3TAHOE: man5/resolv.conf.5
# BSD-4-Clause-UC: man2/accept.2
# GPL-1.0-or-later: man1/ldd.1
# GPL-2.0-only: man2/fallocate.2
# GPL-2.0-or-later: man1/getent.1
# LicenseRef-Fedora-Public-Domain: man2/nfsservctl.2
# LicenseRef-Fedora-UltraPermissive: man2/futex.2
# Linux-man-pages-1-para: man2/getcpu.2
# Linux-man-pages-copyleft: man2/chdir.2
# Linux-man-pages-copyleft-2-para: man2/move_pages.2
# Linux-man-pages-copyleft-var: man2/get_mempolicy.2
# MIT: man3/program_invocation_name.3
# Spencer-94: man7/regex.7
License: BSD-2-Clause AND BSD-3-Clause AND BSD-4.3TAHOE AND BSD-4-Clause-UC AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND LicenseRef-Fedora-UltraPermissive AND Linux-man-pages-1-para AND Linux-man-pages-copyleft AND Linux-man-pages-copyleft-2-para AND Linux-man-pages-copyleft-var AND MIT AND Spencer-94
URL: http://www.kernel.org/doc/man-pages/
Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
# additional man-pages, the source tarball is fedora/rhel only
Source1: %{additional_name}.tar.xz
BuildRequires: make
2020-02-28 11:12:38 +00:00
Requires(post): %{_sbindir}/update-alternatives
Requires(postun): %{_sbindir}/update-alternatives
Requires(preun): %{_sbindir}/update-alternatives
# attr.5 man page was moved from attr to man-pages in attr-2.4.47-11
Conflicts: attr < 2.4.47-11
# keyrings.7, persistent-keyring.7, process-keyring.7, session-keyring.7,
# thread-keyring.7, user-keyring.7 and user-session-keyring.7 man pages
# were moved from keyutils-libs to man-pages in keyutils-libs-1.5.10
Conflicts: keyutils-libs < 1.5.10
Autoreq: false
BuildArch: noarch
## Patches ##
2013-03-07 15:59:25 +00:00
# Regular man pages
# resolves: #650985
2014-01-29 18:05:47 +00:00
# https://bugzilla.kernel.org/show_bug.cgi?id=53781
2013-03-07 15:59:25 +00:00
Patch21: man-pages-3.42-close.patch
auto-import changelog data from man-pages-1.30-4.src.rpm Fri Aug 04 2000 Trond Eivind Glomsrø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 Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - updated to 1.30 Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %{_tmppath} Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove resolv.conf(5) - part of bind-utils Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. Tue May 30 2000 Trond Eivind Glomsrø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ø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 04 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> - fox 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
2004-09-09 08:14:25 +00:00
%description
A large collection of manual pages from the Linux Documentation Project (LDP).
auto-import changelog data from man-pages-1.30-4.src.rpm Fri Aug 04 2000 Trond Eivind Glomsrø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 Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - updated to 1.30 Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %{_tmppath} Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove resolv.conf(5) - part of bind-utils Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. Tue May 30 2000 Trond Eivind Glomsrø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ø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 04 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> - fox 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
2004-09-09 08:14:25 +00:00
%prep
%setup -q -a 1
%patch -P 21 -p1
## Remove man pages we are not going to use ##
# deprecated
rm man2/pciconfig_{write,read,iobase}.2
# problem with db x db4 (#198597) - man pages are obsolete
rm man3/{db,btree,dbopen,hash,mpool,recno}.3
auto-import changelog data from man-pages-1.30-4.src.rpm Fri Aug 04 2000 Trond Eivind Glomsrø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 Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - updated to 1.30 Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %{_tmppath} Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove resolv.conf(5) - part of bind-utils Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. Tue May 30 2000 Trond Eivind Glomsrø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ø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 04 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> - fox 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
2004-09-09 08:14:25 +00:00
2014-02-11 16:19:33 +00:00
# we are not using SystemV anymore
rm man7/boot.7
2014-02-11 16:19:33 +00:00
# remove man pages deprecated by libxcrypt (#1610307)
rm man3/crypt{,_r}.3
%build
# nothing to build
%install
2021-06-22 14:29:38 +00:00
make install prefix=/usr DESTDIR=$RPM_BUILD_ROOT
pushd %{additional_name}
2021-06-22 14:29:38 +00:00
make install prefix=/usr DESTDIR=$RPM_BUILD_ROOT
popd
auto-import changelog data from man-pages-1.30-4.src.rpm Fri Aug 04 2000 Trond Eivind Glomsrø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 Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - updated to 1.30 Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %{_tmppath} Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove resolv.conf(5) - part of bind-utils Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. Tue May 30 2000 Trond Eivind Glomsrø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ø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 04 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> - fox 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
2004-09-09 08:14:25 +00:00
2020-02-28 11:12:38 +00:00
# rename files for alternative usage
mv %{buildroot}%{_mandir}/man7/man.7 %{buildroot}%{_mandir}/man7/man.%{name}.7
touch %{buildroot}%{_mandir}/man7/man.7
%pre
# remove alternativized files if they are not symlinks
[ -L %{_mandir}/man7/man.7.gz ] || rm -f %{_mandir}/man7/man.7.gz >/dev/null 2>&1 || :
2020-02-28 11:12:38 +00:00
%post
# set up the alternatives files
%{_sbindir}/update-alternatives --install %{_mandir}/man7/man.7.gz man.7.gz %{_mandir}/man7/man.%{name}.7.gz 300 \
>/dev/null 2>&1 || :
%preun
if [ $1 -eq 0 ]; then
%{_sbindir}/update-alternatives --remove man.7.gz %{_mandir}/man7/man.%{name}.7.gz >/dev/null 2>&1 || :
fi
%postun
if [ $1 -ge 1 ]; then
2020-04-16 06:21:38 +00:00
if [ "$(readlink %{_sysconfdir}/alternatives/man.7.gz)" == "%{_mandir}/man7/man.%{name}.7.gz" ]; then
2020-02-28 11:12:38 +00:00
%{_sbindir}/update-alternatives --set man.7.gz %{_mandir}/man7/man.%{name}.7.gz >/dev/null 2>&1 || :
fi
fi
auto-import changelog data from man-pages-1.30-4.src.rpm Fri Aug 04 2000 Trond Eivind Glomsrø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 Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - updated to 1.30 Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %{_tmppath} Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove resolv.conf(5) - part of bind-utils Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. Tue May 30 2000 Trond Eivind Glomsrø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ø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 04 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> - fox 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
2004-09-09 08:14:25 +00:00
%files
%doc README Changes
2020-02-28 11:12:38 +00:00
%ghost %{_mandir}/man7/man.7*
2007-03-12 09:19:34 +00:00
%{_mandir}/man*/*
auto-import changelog data from man-pages-1.30-4.src.rpm Fri Aug 04 2000 Trond Eivind Glomsrø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 Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - updated to 1.30 Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com> - use %{_tmppath} Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - remove resolv.conf(5) - part of bind-utils Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - Remove resolver, dlclose, dlerror, dlopen, dlsym as these are included in other packages. Tue May 30 2000 Trond Eivind Glomsrø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ø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 04 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> - fox 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
2004-09-09 08:14:25 +00:00
%changelog
2023-02-13 15:02:43 +00:00
%autochangelog