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