]> git.pld-linux.org Git - packages/perl-HTML-SimpleParse.git/blob - perl-HTML-SimpleParse.spec
- summary/desc
[packages/perl-HTML-SimpleParse.git] / perl-HTML-SimpleParse.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    HTML
3 %define pnam    SimpleParse
4 Summary:        HTML::SimpleParse - a bare-bones HTML parser
5 Summary(pl):    HTML::SimpleParse - analizator sk³adniowy "go³ego szkieletu" HTML-a
6 Name:           perl-HTML-SimpleParse
7 Version:        0.12
8 Release:        1
9 # same as perl
10 License:        GPL v1+ or Artistic
11 Group:          Development/Languages/Perl
12 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 # Source0-md5:  f557818d78932654f9ca8dfeae2566b1
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildRequires:  perl-devel >= 5.6
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The HTML::SimpleParse module is a simple HTML parser.  It is similar
21 in concept to HTML::Parser, but it differs from HTML::TreeBuilder in a
22 couple of important ways.
23
24 %description -l pl
25 HTML::SimpleParse jest prostym modu³em pozwalaj±cym analizowaæ pliki
26 HTML. Jest podobny w idei do HTML::Parser, ale ró¿ni siê w kilku
27 istotnych sprawach od HTML::TreeBuilder.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 %{__perl} Makefile.PL \
34         INSTALLDIRS=vendor
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Changes README
48 %{perl_vendorlib}/HTML/SimpleParse.pm
49 %{_mandir}/man3/*
This page took 0.051739 seconds and 3 git commands to generate.