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