]> git.pld-linux.org Git - packages/man-pages.git/blob - man-pages.spec
f79c9365dff2a4a4a48c8f347441bddeb4be8868
[packages/man-pages.git] / man-pages.spec
1 Summary:        System manual pages from the Linux Documentation Project
2 Summary(de):    System-man-Seiten vom Linux Documentation Project
3 Summary(fr):    Pages man système du Projet de Documentation Linux
4 Summary(pl):    Podrêczniki systemowe z Linux Documentation Project
5 Summary(tr):    Linux Belgeleme Projesinin sistem kýlavuz sayfalarý
6 Name:           man-pages
7 Version:        1.23
8 Release:        1
9 Copyright:      distributable
10 Group:          Documentation
11 Source:         ftp://ftp.win.tue.nl/pub/linux/docs/manpages/%{name}-%{version}.tar.bz2
12 BuildArch:      noarch
13 Buildroot:      /tmp/%{name}-%{version}-root
14 Autoreqprov:    false
15
16 %description
17 A large collection of man pages covering programming APIs, file
18 formats, protocols, etc.
19
20     Section 1 = user commands (intro only)
21     Section 4 = devices (e.g., hd, sd)
22     Section 5 = file formats and protocols (e.g., wtmp, /etc/passwd, nfs)
23     Section 6 = games (intro only)
24     Section 7 = conventions, macro packages, etc. (e.g., nroff, ascii)
25     Section 8 = system administration (intro only)
26
27 %description -l de
28 Eine große Sammlung von man-Seiten über Programmier-APIs,
29 Dateiformate, Protokolle, usw..
30
31     Section 1 = Benutzerbefehle (nur intro)
32     Section 4 = Geräte (z.B. hd, sd)
33     Section 5 = Dateiformate und Protokolle (z.B. wtmp, /etc/passwd, nfs)
34     Section 6 = Spiele (nur intro)
35     Section 7 = Konventionen, Makro-Pakete, usw. (z.B. nroff, ascii)
36     Section 8 = Systemverwaltung (nur intro)
37
38 %description -l fr
39 Un large ensemble de pages de man couvrant la programmation des APIs,
40 les formats de fichiers, les protocoles, etc.
41
42     Section 1 = commandes utilisateur (intro seulement)
43     Section 4 = périphériques (e.g., hd, sd)
44     Section 5 = formats de fichiers et protocoles (e.g., wtmp, /etc/passwd, nfs)
45     Section 6 = jeux (intro seulement)
46     Section 7 = conventions, paquetages, etc. (e.g., nroff, ascii)
47     Section 8 = administration système (intro seulement)
48
49 %description -l pl
50 Pakiet ten zawiera du¿± kolekcjê podrêczników ekranowych (man pages),
51 opisuj±cych format plików, protoko³y itp.
52
53     Section 1 = komendy u¿ytkowników (tylko wstêp)
54     Section 4 = urz±dzenia (np., hd, sd)
55     Section 5 = format plików i protoko³y (np., wtmp, /etc/passwd, nfs)
56     Section 6 = gry (tylko wstêp)
57     Section 7 = konwencje, makro-pakiety, etc. (np., nroff, ascii)
58     Section 8 = administracja systemu (tylko wstêp)
59
60 %description -l tr
61 Programlama arayüzlerini, dosya formatlarýný, protokolleri vs. kapsayan,
62 geniþ bir kýlavuz sayfalarý derlemesi.
63
64 %prep
65 %setup -q
66
67 %build
68 rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install}.1
69 rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch}.1
70 rm -fv man4/console.4
71 rm -fv man5/exports.5
72 rm -fv man5/nfs.5
73 rm -fv man5/fstab.5
74 rm -fv man5/lilo.conf.5
75 rm -fv man3/strcasecmp.3
76 rm -fv man1/lilo.conf.5
77 rm -fv man8/lilo.8
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 install -d $RPM_BUILD_ROOT/usr/man/man{1,4,5,6,7,8}
83 for n in man{1,4,5,6,7,8}/*; do
84         install $n $RPM_BUILD_ROOT/usr/man/$n
85 done
86
87 gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/*
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %files
93 %attr(644,root,root) /usr/man/man*/*
94
95 %changelog
96 * Tue Mar 30 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
97   [1.23-1]
98 - man pages level 2 moved to kernel-headers,
99 - removed lilo.conf(5),
100 - man pages level 3 moved to glibc-devel package,
101 - removed man group from man pages.
102
103 * Fri Dec  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
104   [1.22-2]
105 - removed lilo(5), lilo.conf(8) man pages (will be in lilo package),
106 - %defattr changed to %attr.
107
108 * Sun Nov 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
109   [1.22-1]
110 - added gzipping man pages,
111 - changed base Source url.
112
113 * Fri Sep 04 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
114   [1.19-2]
115 - added pl translation,
116 - removed strcasecmp.3 (conflict with inn-1.5.1-devel).
117
118 * Tue Jun 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
119   [1.19-1]
120 - removed gethostbyname.3 (conflict with bind-8.1.2)
121
122 * Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
123 - get rid of the modutils man pages
124 - updated to 1.19
125
126 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
127 - translations modified for de, fr, tr
128
129 * Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
130 - updated to 1.18
131
132 * Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
133 - updated to 1.17
134 - moved build root to /var
135
136 * Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
137 - made a noarch package
This page took 0.084662 seconds and 3 git commands to generate.