]> git.pld-linux.org Git - packages/perl-HTML-SimpleParse.git/blame - perl-HTML-SimpleParse.spec
use generic url
[packages/perl-HTML-SimpleParse.git] / perl-HTML-SimpleParse.spec
CommitLineData
d9892da3 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
92a3bb5e 4
f87324cd 5%define pdir HTML
6%define pnam SimpleParse
92a3bb5e 7%include /usr/lib/rpm/macros.perl
5d55a534 8Summary: HTML::SimpleParse - a bare-bones HTML parser
844497fa 9Summary(pl.UTF-8): HTML::SimpleParse - analizator składniowy "gołego szkieletu" HTML-a
e5a20979 10Name: perl-HTML-SimpleParse
f1875dad 11Version: 0.12
8a0788eb 12Release: 2
31f665c6 13# same as perl
14License: GPL v1+ or Artistic
e5a20979 15Group: Development/Languages/Perl
7a1433de 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
f1875dad 17# Source0-md5: f557818d78932654f9ca8dfeae2566b1
92a3bb5e 18URL: http://search.cpan.org/dist/HTML-SimpleParse/
57016735 19BuildRequires: perl-devel >= 1:5.8.0
92a3bb5e 20BuildRequires: rpm-perlprov >= 4.1-13
64edc545 21BuildArch: noarch
26cebf99 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e5a20979 23
24%description
92a3bb5e
ER
25The HTML::SimpleParse module is a simple HTML parser. It is similar in
26concept to HTML::Parser, but it differs from HTML::TreeBuilder in a
5d55a534 27couple of important ways.
e5a20979 28
2b1e58d0
JR
29%description -l pl.UTF-8
30HTML::SimpleParse jest prostym modułem pozwalającym analizować pliki
31HTML. Jest podobny w idei do HTML::Parser, ale różni się w kilku
5d55a534 32istotnych sprawach od HTML::TreeBuilder.
e5a20979 33
34%prep
8685e056 35%setup -q -n %{pdir}-%{pnam}-%{version}
e5a20979 36
37%build
52407930 38%{__perl} Makefile.PL \
afb689ee 39 INSTALLDIRS=vendor
0736e8df 40%{__make}
e5a20979 41
d9892da3 42%{?with_tests:%{__make} test}
43
e5a20979 44%install
45rm -rf $RPM_BUILD_ROOT
e5a20979 46
d9892da3 47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
e5a20979 49
e5a20979 50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
a8ace446 55%doc Changes README
52407930 56%{perl_vendorlib}/HTML/SimpleParse.pm
e5a20979 57%{_mandir}/man3/*
This page took 0.093358 seconds and 4 git commands to generate.