]> git.pld-linux.org Git - packages/man-pages.git/blob - man-pages.spec
- added Group(pl)
[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.27
8 Release:        2
9 Copyright:      distributable
10 Group:          Documentation
11 Group(pl):      Dokumentacja
12 URL:            ftp://ftp.us.kernel.org/pub/linux/docs/manpages
13 Source:         %{name}-%{version}.tar.bz2
14 BuildArch:      noarch
15 Buildroot:      /tmp/%{name}-%{version}-root
16 Autoreqprov:    false
17
18 %description
19 A large collection of man pages covering programming APIs, file
20 formats, protocols, etc.
21
22     Section 1 = user commands (intro only)
23     Section 2 = system calls
24     Section 3 = libc calls
25     Section 4 = devices (e.g., hd, sd)
26     Section 5 = file formats and protocols (e.g., wtmp, /etc/passwd, nfs)
27     Section 6 = games (intro only)
28     Section 7 = conventions, macro packages, etc. (e.g., nroff, ascii)
29     Section 8 = system administration (intro only)
30
31 %description -l de
32 Eine große Sammlung von man-Seiten über Programmier-APIs,
33 Dateiformate, Protokolle, usw..
34
35     Section 1 = Benutzerbefehle (nur intro)
36     Section 2 = Systemaufrufe
37     Section 3 = libc-Aufrufe
38     Section 4 = Geräte (z.B. hd, sd)
39     Section 5 = Dateiformate und Protokolle (z.B. wtmp, /etc/passwd, nfs)
40     Section 6 = Spiele (nur intro)
41     Section 7 = Konventionen, Makro-Pakete, usw. (z.B. nroff, ascii)
42     Section 8 = Systemverwaltung (nur intro)
43
44 %description -l fr
45 Un large ensemble de pages de man couvrant la programmation des APIs,
46 les formats de fichiers, les protocoles, etc.
47
48     Section 1 = commandes utilisateur (intro seulement)
49     Section 2 = appels système
50     Section 3 = appels libc
51     Section 4 = périphériques (e.g., hd, sd)
52     Section 5 = formats de fichiers et protocoles (e.g., wtmp, /etc/passwd, nfs)
53     Section 6 = jeux (intro seulement)
54     Section 7 = conventions, paquetages, etc. (e.g., nroff, ascii)
55     Section 8 = administration système (intro seulement)
56
57 %description -l pl
58 Pakiet ten zawiera du¿± kolekcjê podrêczników ekranowych (man pages),
59 opisuj±cych format plików, protoko³y itp.
60
61     Section 1 = komendy u¿ytkowników (tylko wstêp)
62     Section 2 = wywo³ania systemowe
63     Section 3 = wywo³ania bibliotek
64     Section 4 = urz±dzenia (np., hd, sd)
65     Section 5 = format plików i protoko³y (np., wtmp, /etc/passwd, nfs)
66     Section 6 = gry (tylko wstêp)
67     Section 7 = konwencje, makro-pakiety, etc. (np., nroff, ascii)
68     Section 8 = administracja systemu (tylko wstêp)
69
70 %description -l tr
71 Programlama arayüzlerini, dosya formatlarýný, protokolleri vs. kapsayan,
72 geniþ bir kýlavuz sayfalarý derlemesi.
73
74 %prep
75 %setup -q
76
77 %build
78 rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install,diff}.1
79 rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch,dir,vdir}.1
80 rm -fv man2/{modules,quotactl,get_kernel_syms,capget}.2 
81 rm -fv man2/{create,delete,init,query}_module.2
82 rm -fv man3/{resolver,getnetent,strcasecmp}.3
83 rm -fv man4/console.4
84 rm -fv man5/{exports,lilo.conf,nfs,fstab,passwd}.5
85 rm -fv man8/lilo.8
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 install -d $RPM_BUILD_ROOT%{_mandir}/man{1,2,3,4,5,6,7,8}
91 for n in man{1,2,3,4,5,6,7,8}/*; do
92         install $n $RPM_BUILD_ROOT%{_mandir}/$n
93 done
94
95 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %files
101 %defattr(644,root,root,755)
102 %{_mandir}/man*/*
This page took 0.03225 seconds and 4 git commands to generate.