]> git.pld-linux.org Git - packages/perl-HTML-TreeBuilder-XPath.git/blame - perl-HTML-TreeBuilder-XPath.spec
- drop obsolete and outdated manual inclusion of rpm macros
[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#
7b245576 5%define pdir HTML
6%define pnam TreeBuilder-XPath
7Summary: Typical XPath methods for HTML::TreeBuilder
cf1bfac5 8Summary(pl.UTF-8): Typowe metody XPath dla klasy HTML::TreeBuilder
7b245576 9Name: perl-HTML-TreeBuilder-XPath
a258a02a 10Version: 0.14
7b245576 11Release: 1
12# same as perl5 5.8.4+
13License: GPL v2 or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/HTML/%{pdir}-%{pnam}-%{version}.tar.gz
a258a02a 16# Source0-md5: a3fa3b73ff51dd6ec63be394dcd2a3b5
7b245576 17URL: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
7b245576 21BuildRequires: perl-HTML-Tree
0466ac32 22BuildRequires: perl-XML-XPathEngine >= 0.12
7b245576 23%endif
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
cf1bfac5
JB
28This module adds typical XPath methods to HTML::TreeBuilder, to make
29it easy to query a document.
7b245576 30
cf1bfac5
JB
31%description -l pl.UTF-8
32Ten moduł dodaje typowe metody XPath do klasy HTML::TreeBuilder aby
33ułatwić odpytywanie dokumentu.
7b245576 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.056903 seconds and 4 git commands to generate.