]> git.pld-linux.org Git - packages/help2man.git/blame - help2man.spec
- updated to 1.38.2 (GPL v3 now)
[packages/help2man.git] / help2man.spec
CommitLineData
2843feb3
JB
1%include /usr/lib/rpm/macros.perl
2Summary: help2man - automatic manual page generation
44477dbd 3Summary(pl.UTF-8): help2man - automatyczne generowanie stron manuala
2843feb3 4Name: help2man
5ce1d816 5Version: 1.38.2
8f6f1650 6Release: 1
5ce1d816 7License: GPL v3+
2843feb3 8Group: Applications/Text
fffb3abb 9Source0: http://ftp.debian.org/debian/pool/main/h/help2man/%{name}_%{version}.tar.gz
5ce1d816 10# Source0-md5: 426671c6fe79e5ef2233303367eab5a6
2843feb3 11Patch0: %{name}-info.patch
18281659 12Patch1: %{name}-make-jN.patch
2843feb3 13URL: http://www.gnu.org/software/help2man/
40002abf 14BuildRequires: gettext-devel
53d84004 15BuildRequires: perl-Locale-gettext
2843feb3
JB
16BuildRequires: rpm-perlprov
17BuildRequires: texinfo
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21help2man is a tool for automatically generating simple manual pages
22from program output. This program is intended to provide an easy way
23for software authors to include a manual page in their distribution
24without having to maintain that document. Given a program which
25produces reasonably standard `--help' and `--version' outputs,
26help2man can re-arrange that output into something which resembles
27a manual page.
2cfc0058 28
a4a55b11
JR
29%description -l pl.UTF-8
30help2man to narzędzie do automatycznego generowania prostych stron
31manuala na podstawie wyjścia z programu. Ten program ma za zadanie
32dać autorom oprogramowania łatwy sposób na dołączanie stron manuala
33bez opiekowania się nimi. Po wskazaniu programu, który daje w miarę
34standardowe wyjście dla opcji --help i --version, help2man potrafi
35przekształcić to wyjście na coś przypominającego stronę manuala.
2843feb3
JB
36
37%prep
38%setup -q
53d84004 39%patch0 -p1
18281659 40%patch1 -p1
2843feb3
JB
41
42%build
5ce1d816
JB
43%configure \
44 --enable-nls
2843feb3 45
fffb3abb
JB
46%{__make} \
47 CFLAGS="%{rpmcflags}"
2843feb3
JB
48
49%install
50rm -rf $RPM_BUILD_ROOT
2843feb3 51
18281659 52%{__make} install \
53d84004
JB
53 DESTDIR=$RPM_BUILD_ROOT
54
55%find_lang %{name}
2843feb3
JB
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
5ce1d816 60%post -p /sbin/postshell
e171c545 61-/usr/sbin/fix-info-dir -c %{_infodir}
2843feb3 62
5ce1d816 63%postun -p /sbin/postshell
e171c545 64-/usr/sbin/fix-info-dir -c %{_infodir}
2843feb3 65
53d84004 66%files -f %{name}.lang
2843feb3 67%defattr(644,root,root,755)
5ce1d816
JB
68%doc NEWS README THANKS debian/changelog
69%attr(755,root,root) %{_bindir}/help2man
70%attr(755,root,root) %{_libdir}/bindtextdomain.so
71%{_infodir}/help2man.info*
72%{_mandir}/man1/help2man.1*
73%lang(de) %{_mandir}/de/man1/help2man.1*
74%lang(fi) %{_mandir}/fi/man1/help2man.1*
75%lang(fr) %{_mandir}/fr/man1/help2man.1*
76%lang(pl) %{_mandir}/pl/man1/help2man.1*
77%lang(pt_BR) %{_mandir}/pt_BR/man1/help2man.1*
78%lang(ru) %{_mandir}/ru/man1/help2man.1*
79%lang(sv) %{_mandir}/sv/man1/help2man.1*
80%lang(vi) %{_mandir}/vi/man1/help2man.1*
This page took 0.038457 seconds and 4 git commands to generate.