Summary: A tool for generating simple man pages from program output Name: help2man Version: 1.36.4 Release: 2%{?dist} License: GPL Group: Applications/Text URL: http://www.gnu.org/software/help2man/ Source0: http://ftp.gnu.org/gnu/help2man/%{name}-%{version}.tar.gz Source1: http://ftp.gnu.org/gnu/help2man/%{name}-%{version}.tar.gz.sig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: perl(Locale::gettext), gettext %description help2man is a tool for automatically generating simple manual pages from program output. It is intended to provide an easy way for software authors to include a manual page in their distribution without having to maintain that document. Given a program which produces resonably standard --help and --version outputs, help2man will attempt to re-arrange that output into something which resembles a manual page. %prep %setup -q %build %configure make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc README NEWS THANKS %{_bindir}/%{name} %{_libdir}/hacklocaledir.so %{_infodir}/%{name}.info* %{_mandir}/man1/%{name}.1* %{_mandir}/*/man1/%{name}.1* %changelog * Sun Oct 22 2006 Axel Thimm - 1.36.4-2 - Update to 1.36.4. * Thu Jan 5 2006 Axel Thimm - Update to 1.36.3. * Mon Jun 16 2003 Axel Thimm - Initial build.