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