]> git.pld-linux.org Git - packages/help2man.git/commitdiff
- new RA-1_0 STABLE help2man-1_28-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2002 02:22:03 +0000 (02:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    help2man.spec -> 1.1

help2man.spec [new file with mode: 0644]

diff --git a/help2man.spec b/help2man.spec
new file mode 100644 (file)
index 0000000..15593a6
--- /dev/null
@@ -0,0 +1,62 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       help2man - automatic manual page generation
+Summary(pl):   help2man - automatyczne generowanie stron manuala
+Name:          help2man
+Version:       1.28
+Release:       1
+License:       GPL
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/help2man/%{name}-%{version}.tar.gz
+Patch0:                %{name}-info.patch
+URL:           http://www.gnu.org/software/help2man/
+BuildRequires: rpm-perlprov
+BuildRequires: texinfo
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+help2man is a tool for automatically generating simple manual pages
+from program output. This program 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 reasonably standard `--help' and `--version' outputs,
+help2man can re-arrange that output into something which resembles
+a manual page.
+           
+%description -l pl
+help2man to narzêdzie do automatycznego generowania prostych stron
+manuala na podstawie wyj¶cia z programu. Ten program ma za zadanie
+daæ autorom oprogramowania ³atwy sposób na do³±czanie stron manuala
+bez opiekowania siê nimi. Po wskazaniu programu, który daje w miarê
+standardowe wyj¶ciedla opcji --help i --version, help2man potrafi
+przekszta³ciæ to wyj¶cie na co¶ przypominaj±cego stronê manuala.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%configure2_13
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README THANKS
+%attr(755,root,root) %{_bindir}/*
+%{_infodir}/*
+%{_mandir}/man1/*
This page took 0.051254 seconds and 4 git commands to generate.