]> git.pld-linux.org Git - packages/perl-HTML-TreeBuilder-XPath.git/blame - perl-HTML-TreeBuilder-XPath.spec
- new
[packages/perl-HTML-TreeBuilder-XPath.git] / perl-HTML-TreeBuilder-XPath.spec
CommitLineData
7b245576 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir HTML
7%define pnam TreeBuilder-XPath
8Summary: Typical XPath methods for HTML::TreeBuilder
9#Summary(pl.UTF-8):
10Name: perl-HTML-TreeBuilder-XPath
11Version: 0.08
12Release: 1
13# same as perl5 5.8.4+
14License: GPL v2 or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/HTML/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 2617027d4cd76e304a3006ba4f0381d0
18URL: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21%if %{with tests}
22BuildRequires: perl(XML::XPathEngine) >= 0.08
23BuildRequires: perl-HTML-Tree
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29This module adds typical XPath methods to HTML::TreeBuilder, to make it
30easy to query a document.
31
32# %description -l pl.UTF-8
33# TODO
34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41%{__make}
42
43%{?with_tests:%{__make} test}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc Changes
57%{perl_vendorlib}/HTML/TreeBuilder/*.pm
58%{_mandir}/man3/*
This page took 0.470254 seconds and 4 git commands to generate.