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