]> git.pld-linux.org Git - packages/perl-HTML-Parser.git/blob - perl-HTML-Parser.spec
- updated to 3.2.8
[packages/perl-HTML-Parser.git] / perl-HTML-Parser.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    HTML
3 %define         pnam    Parser
4 Summary:        Perl HTML::Parser module
5 Summary(cs):    Modul pro parsování HTML v Perlu
6 Summary(da):    HTML::Parser modul til Perl
7 Summary(de):    HTML::Parser Modul für Perl
8 Summary(es):    Módulo HTML::Parser para Perl
9 Summary(fr):    Module HTML::Parser pour Perl
10 Summary(it):    Modulo HTML::Parser per Perl
11 Summary(ja):    Perl ÍÑ HTML::Parser
12 Summary(ko):    ÆÞÀ» À§ÇÑ HTML::Parser ¸ðÁÙ
13 Summary(pl):    Modu³ Perla HTML::Parser
14 Summary(pt):    O módulo HTML::Parser para o Perl
15 Summary(pt_BR): Módulo Perl HTML::Parser
16 Summary(ru):    HTML::Parser - ÎÁÂÏÒ ÍÏÄÕÌÅÊ ÄÌÑ "ÒÁÚÂÏÒÁ" HTML-ÄÏËÕÍÅÎÔÏ×
17 Summary(sv):    HTML::Parser-modul till Perl
18 Summary(uk):    HTML::Parser - ÎÁ¦ҠÍÏÄÕ̦נÄÌÑ ÒÏÚÂÏÒÕ HTML-ÄÏËÕÍÅÎÔ¦×
19 Summary(zh_CN): Perl µÄ HTML ½âÎöÆ÷Ä£¿é¡£
20 Name:           perl-HTML-Parser
21 Version:        3.28
22 Release:        1
23 License:        distributable
24 Group:          Development/Languages/Perl
25 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
26 # Source0-md5: f4c935195f93fdf5d8625a05011136e5
27 BuildRequires:  perl-devel >= 5.8.0
28 BuildRequires:  perl-HTML-Tagset
29 BuildRequires:  rpm-perlprov >= 4.1-13
30 BuildConflicts: perl-HTML-Stream = 1.45-3
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 # HTTP::Headers (perl-libwww) is not always required
34 %define         _noautoreq      "perl(HTTP::Headers)"
35
36 %description
37 Perl module HTML::Parser that allows to parse and extract information
38 from HTML documents.
39
40 %description -l cs
41 Balíèek perl-HTML-Parser obsahuje modul pro Perl, který slou¾í k
42 parsování a extrahování informací z HTML dokumentu.
43
44 %description -l da
45 HTML::Parser modul til Perl for at tolka og extrahere information fra
46 HTML-dokument.
47
48 %description -l de
49 HTML::Parser modul für Perl zum Parsen und Extrahieren von
50 Informationen aus HTML-Dokumenten.
51
52 %description -l es
53 Módulo HTML::Parser para perl para analizar y extraer información a
54 partir de documentos HTML.
55
56 %description -l fr
57 Module HTML::Parser pour perl permettant d'analyser et d'extraire des
58 informations de documents HTML.
59
60 %description -l it
61 Il modulo HTML::Parser per perl, che consente di analizzare documenti
62 HTML e di estrarne informazioni.
63
64 %description -l ja
65 HTML ¥É¥­¥å¥á¥ó¥È¤«¤é¾ðÊó¤ò²òÀÏ¡¢Ãê½Ð¤¹¤ë¤¿¤á¤Î Perl ÍѤΠHTML::Parser
66 ¡£
67
68 %description -l ko
69 HTML::Parser ¸ðÁÙÀº ÆÞÀÌ HTML ¹®¼­µé·Î ºÎÅÍ Á¤º¸¸¦ ÆĽÌÇÏ°í °¡Á®¿À°Ô²û
70 ÇÕ´Ï´Ù.
71
72 %description -l pl
73 Modu³ Perla HTML::Parser pozwalaj±cy na parsowanie i wyciaganie
74 informacji z dokumentu HTML.
75
76 %description -l pt_BR
77 Módulo Perl HTML::Parser - Uma coleção de módulos para examinar e
78 extrair informações de documentos HTML.
79
80 %description -l ru
81 HTML::Parser - ÎÁÂÏÒ ÍÏÄÕÌÅÊ ÄÌÑ "ÒÁÚÂÏÒÁ" HTML-ÄÏËÕÍÅÎÔÏ×.
82
83 %description -l uk
84 HTML::Parser - ÎÁ¦ҠÍÏÄÕ̦נÄÌÑ ÒÏÚÂÏÒÕ HTML-ÄÏËÕÍÅÎÔ¦×.
85
86 %description -l pt
87 O módulo HTML::Parser para o Perl analisar e extrair informações de
88 documentos HTML.
89
90 %description -l sv
91 HTML::Parser modul till perl för att tolka och extrahera information
92 från HTML-dokument.
93
94 %prep
95 %setup -q -n %{pdir}-%{pnam}-%{version}
96
97 %build
98 %{__perl} Makefile.PL \
99         INSTALLDIRS=vendor \
100         DEFINE="-DMARKED_SECTION -DUNICODE_ENTITIES" \
101         < /dev/null
102 %{__make} OPTIMIZE="%{rpmcflags}"
103
104 %install
105 rm -rf $RPM_BUILD_ROOT
106
107 %{__make} install \
108         DESTDIR=$RPM_BUILD_ROOT
109
110 %clean
111 rm -rf $RPM_BUILD_ROOT
112
113 %files
114 %defattr(644,root,root,755)
115 %dir %{perl_vendorarch}/HTML
116 %{perl_vendorarch}/HTML/*.pm
117 %dir %{perl_vendorarch}/auto/HTML
118 %dir %{perl_vendorarch}/auto/HTML/Parser
119 %{perl_vendorarch}/auto/HTML/Parser/Parser.bs
120 %attr(755,root,root) %{perl_vendorarch}/auto/HTML/Parser/Parser.so
121 %{_mandir}/man3/*
This page took 0.061621 seconds and 4 git commands to generate.