Summary: German man pages from the Linux Documentation Project. Name: man-pages-de Version: 0.4 Release: 8.ker.rhel3 License: Distributable Group: Documentation URL: http://www.infodrom.org/projects/manpages-de/ Source: http://www.infodrom.org/projects/manpages-de/download/manpages-de-%{version}.tar.gz Patch0: man-pages-de-0.2-rofffixes.patch Patch1: man-pages-de-0.3-nolocalfile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArchitectures: noarch %description Manual pages from the Linux Documentation Project, translated into German. %prep %setup -q -n manpages-de-%{version} #patch0 -p1 %patch1 -p1 %build rm -f man1/hostname.* %install rm -fr $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_mandir}/de for n in 1 2 3 4 5 6 7 8 9 n; do mkdir $RPM_BUILD_ROOT/%{_mandir}/de/man$n done for i in man*/*; do iconv -f ISO-8859-1 -t UTF-8 < $i > $i.new mv -f $i.new $i done LC_ALL=de_DE make prefix=$RPM_BUILD_ROOT/usr \ MANDIR=$RPM_BUILD_ROOT/%{_mandir}/de install rm -f $RPM_BUILD_ROOT%{_mandir}/de/man1/{apropos.1,man.1,whatis.1}* rm -f $RPM_BUILD_ROOT%{_mandir}/de/man5/man.config.5* %clean rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc CHANGES COPYRIGHT README %dir %{_mandir}/de %{_mandir}/de/* %changelog * Fri Feb 20 2004 Milan Kerslager 0.4-8.ker.rhel3 - rebuild for RHEL3 * Fri Feb 13 2004 Elliot Lee - rebuilt * Tue Feb 10 2004 Akira TAGOH 0.4-7 - removed apropos.1, man.1, whatis.1, and man.config.5, because the latest man contains those manpages. * Tue Feb 11 2003 Phil Knirsch 0.4-6 - Convert all manpages to utf-8. * Wed Jan 22 2003 Tim Powers 0.4-5 - rebuilt * Wed Dec 11 2002 Tim Powers 0.4-4 - rebuild * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Wed Mar 13 2002 Trond Eivind Glomsrød 0.4-1 - 0.4 * Tue Aug 14 2001 Tim Powers - rebuilt to hopefully fix rpm verify problem * Mon Aug 13 2001 Trond Eivind Glomsrød - Rebuild (should fix #51677) * Thu Aug 2 2001 Trond Eivind Glomsrød - Own /usr/share/man/de * Thu May 31 2001 Trond Eivind Glomsrød - 0.3 - Added URL, changed location - Remove --local-file option from the German man(1) (#39211) * Sun Apr 8 2001 Trond Eivind Glomsrød - Remove hostname.1, it's now part of net-tools * Tue Apr 3 2001 Trond Eivind Glomsrød - Some fixes to the roff sources (#34183) * Wed Jul 12 2000 Prospector - automatic rebuild * Tue Jun 20 2000 Jeff Johnson - rebuild to compress man pages. * Mon Jun 19 2000 Matt Wilson - defattr root * Sun Jun 11 2000 Trond Eivind Glomsrød - use %%{_mandir} and %%{_tmppath} * Mon May 15 2000 Trond Eivind Glomsrød - first build