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