]> git.pld-linux.org Git - packages/perl-PodToHTML.git/blob - perl-PodToHTML.spec
b725d346a5a869134b02e169238df656d682e8ef
[packages/perl-PodToHTML.git] / perl-PodToHTML.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        PodToHTML perl module
3 Summary(pl):    Modu³ perla PodToHTML
4 Name:           perl-PodToHTML
5 Version:        0.04
6 Release:        8
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Source0:        http://www.cpan.org/modules/by-module/Pod/PodToHTML-%{version}.tar.gz
10 BuildRequires:  rpm-perlprov >= 3.0.3-16
11 BuildRequires:  perl >= 5.6
12 BuildRequires:  perl-HTML-Tree
13 BuildRequires:  perl-HTML-Parser
14 BuildRequires:  perl-HTML-Stream
15 BuildRequires:  perl-URI
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 PodToHTML - converts POD to HTML or PostScript.
21
22 %description -l pl
23 PodToHTML - konwertuje pliki POD do formatu HTML lub PostScript.
24
25 %prep
26 %setup -q -n PodToHTML-%{version}
27
28 %build
29 perl Makefile.PL
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README
43 %attr(755,root,root) %{_bindir}/podtohtml
44 %{perl_sitelib}/Pod/*.pm
45 %{_mandir}/man[13]/*
This page took 0.24675 seconds and 3 git commands to generate.