]> git.pld-linux.org Git - packages/man-pages.git/blob - man-pages.spec
[1.23-1]
[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/man/%{name}-%{version}.tar.gz
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 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 rm -fv man1/lilo.conf.5
89 rm -fv man8/lilo.8
90
91 %install
92 rm -rf $RPM_BUILD_ROOT
93
94 install -d $RPM_BUILD_ROOT/usr/man/man{1,2,3,4,5,6,7,8}
95 for n in man?/*; do
96         install $n $RPM_BUILD_ROOT/usr/man/$n
97 done
98
99 gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/*
100
101 %clean
102 rm -rf $RPM_BUILD_ROOT
103
104 %files
105 %attr(644,root,root) /usr/man/man*/*
106
107 %changelog
108 * Tue Mar 30 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
109   [1.23-1]
110 - removed man group from man pages.
111
112 * Fri Dec  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
113   [1.22-2]
114 - removed lilo(5), lilo.conf(8) man pages (will be in lilo package),
115 - %defattr changed to %attr.
116
117 * Sun Nov 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
118   [1.22-1]
119 - added gzipping man pages,
120 - changed base Source url.
121
122 * Fri Sep 04 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
123   [1.19-2]
124 - added pl translation,
125 - removed strcasecmp.3 (conflict with inn-1.5.1-devel).
126
127 * Tue Jun 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
128   [1.19-1]
129 - removed gethostbyname.3 (conflict with bind-8.1.2)
130
131 * Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
132 - get rid of the modutils man pages
133 - updated to 1.19
134
135 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
136 - translations modified for de, fr, tr
137
138 * Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
139 - updated to 1.18
140
141 * Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
142 - updated to 1.17
143 - moved build root to /var
144
145 * Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
146 - made a noarch package
This page took 0.065583 seconds and 4 git commands to generate.