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