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