From d2c978c2e2fbdd56fae02c860caff08bea113372 Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 28 Oct 1998 09:27:28 +0000 Subject: [PATCH] =?utf8?q?-=20removed=20some=20man1=20pages.=20By=20Wojtek?= =?utf8?q?=20=C5=9Alusarczyk=20:=20-=20added=20pl=20?= =?utf8?q?translation,=20-=20removed=20strcasecmp.3=20(conflict=20with=20i?= =?utf8?q?nn-1.5.1-devel),=20-=20removed=20gethostbyname.3=20(conflict=20w?= =?utf8?q?ith=20bind-8.1.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed files: man-pages.spec -> 1.1 --- man-pages.spec | 129 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 man-pages.spec diff --git a/man-pages.spec b/man-pages.spec new file mode 100644 index 0000000..f87247c --- /dev/null +++ b/man-pages.spec @@ -0,0 +1,129 @@ +Summary: System manual pages from the Linux Documentation Project +Summary(de): System-man-Seiten vom Linux Documentation Project +Summary(fr): Pages man système du Projet de Documentation Linux +Summary(pl): Podrêczniki systemowe z Linux Documentation Project +Summary(tr): Linux Belgeleme Projesinin sistem kýlavuz sayfalarý +Name: man-pages +Version: 1.21 +Release: 2 +Copyright: distributable +Group: Documentation +Source: ftp://sunsite.unc.edu/pub/Linux/docs/man-pages/%{name}-%{version}.tar.gz +BuildArchitectures: noarch +Buildroot: /tmp/%{name}-%{version}-root +Autoreqprov: false + +%description +A large collection of man pages covering programming APIs, file +formats, protocols, etc. + + Section 1 = user commands (intro only) + Section 2 = system calls + Section 3 = libc calls + Section 4 = devices (e.g., hd, sd) + Section 5 = file formats and protocols (e.g., wtmp, /etc/passwd, nfs) + Section 6 = games (intro only) + Section 7 = conventions, macro packages, etc. (e.g., nroff, ascii) + Section 8 = system administration (intro only) + +%description -l de +Eine große Sammlung von man-Seiten über Programmier-APIs, +Dateiformate, Protokolle, usw.. + + Section 1 = Benutzerbefehle (nur intro) + Section 2 = Systemaufrufe + Section 3 = libc-Aufrufe + Section 4 = Geräte (z.B. hd, sd) + Section 5 = Dateiformate und Protokolle (z.B. wtmp, /etc/passwd, nfs) + Section 6 = Spiele (nur intro) + Section 7 = Konventionen, Makro-Pakete, usw. (z.B. nroff, ascii) + Section 8 = Systemverwaltung (nur intro) + +%description -l fr +Un large ensemble de pages de man couvrant la programmation des APIs, +les formats de fichiers, les protocoles, etc. + + Section 1 = commandes utilisateur (intro seulement) + Section 2 = appels système + Section 3 = appels libc + Section 4 = périphériques (e.g., hd, sd) + Section 5 = formats de fichiers et protocoles (e.g., wtmp, /etc/passwd, nfs) + Section 6 = jeux (intro seulement) + Section 7 = conventions, paquetages, etc. (e.g., nroff, ascii) + Section 8 = administration système (intro seulement) + +%description -l pl +Pakiet ten zawiera du¿± kolekcjê podrêczników ekranowych (man pages), +opisuj±cych format plików, protoko³y itp. + + Section 1 = komendy u¿ytkowników (tylko wstêp) + Section 2 = wywo³ania systemowe + Section 3 = wywo³ania bibliotek + Section 4 = urz±dzenia (np., hd, sd) + Section 5 = format plików i protoko³y (np., wtmp, /etc/passwd, nfs) + Section 6 = gry (tylko wstêp) + Section 7 = konwencje, makro-pakiety, etc. (np., nroff, ascii) + Section 8 = administracja systemu (tylko wstêp) + +%description -l tr +Programlama arayüzlerini, dosya formatlarýný, protokolleri vs. kapsayan, +geniþ bir kýlavuz sayfalarý derlemesi. + +%prep +%setup -q + +%build +rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install}.1 +rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch}.1 +rm -fv man2/{modules,quotactl,get_kernel_syms}.2 +rm -fv man2/{create,delete,init,query}_module.2 +rm -fv man3/resolver.3 +rm -fv man3/getnetent.3 +rm -fv man3/gethostbyname.3 +rm -fv man4/console.4 +rm -fv man5/exports.5 +rm -fv man5/nfs.5 +rm -fv man5/fstab.5 +rm -fv man3/strcasecmp.3 + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT/usr/man/man{1,2,3,4,5,6,7,8} +for n in man?/*; do + install $n $RPM_BUILD_ROOT/usr/man/$n +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644, root, man) +/usr/man/man*/* + +%changelog +* Fri Sep 04 1998 Wojtek ¦lusarczyk + [1.19-2] +- added pl translation, +- removed strcasecmp.3 (conflict with inn-1.5.1-devel). + +* Tue Jun 30 1998 Wojtek ¦lusarczyk + [1.19-1] +- removed gethostbyname.3 (conflict with bind-8.1.2) + +* Wed May 06 1998 Cristian Gafton +- get rid of the modutils man pages +- updated to 1.19 + +* Fri Apr 24 1998 Prospector System +- translations modified for de, fr, tr + +* Wed Apr 08 1998 Erik Troan +- updated to 1.18 + +* Sun Oct 19 1997 Erik Troan +- updated to 1.17 +- moved build root to /var + +* Thu Jul 31 1997 Erik Troan +- made a noarch package -- 2.43.0