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