]> git.pld-linux.org Git - packages/perl-HTML-Tagset.git/blob - perl-HTML-Tagset.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-HTML-Tagset.git] / perl-HTML-Tagset.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %define         pdir    HTML
6 %define         pnam    Tagset
7 Summary:        This module contains data tables useful in dealing with HTML
8 Summary(cs.UTF-8):      Modul datových tabulek pro práci s HTML
9 Summary(da.UTF-8):      Dette modul indeholder datatabeller som er nyttiga ved behandling af HTML
10 Summary(de.UTF-8):      Dieses Modul enthält Datentabellen, die bei der Arbeit mit HTML nützlich sind
11 Summary(es.UTF-8):      Este módulo contiene tablas de datos útiles para trabajar con HTML
12 Summary(fr.UTF-8):      Ce module contient des tables de données pratiques pour travailler avec HTML
13 Summary(it.UTF-8):      Questo modulo contiene tabelle di dati utili per la gestione di HTML
14 Summary(ja.UTF-8):      このモジュールには、HTML を処理するのに役立つデータテーブルが収録されています。
15 Summary(ko.UTF-8):      이 모줄은 HTML을 처리하는데 유용한 데이터 표들을 포함하고 있습니다
16 Summary(pl.UTF-8):      Moduł Perla zawierający tablice przydatne przy obróbce HTML
17 Summary(pt.UTF-8):      Este módulo contém tabelas de dados úteis para lidar com o HTML
18 Summary(sv.UTF-8):      Denna modul innehåller datatabeller som är användbara vid hantering av HTML
19 Summary(zh_CN.UTF-8):   这个模块包括对处理 HTML 有用的数据表格。
20 Name:           perl-HTML-Tagset
21 Version:        3.20
22 Release:        1
23 # same as perl
24 License:        GPL v1+ or Artistic
25 Group:          Development/Languages/Perl
26 Source0:        http://www.cpan.org/modules/by-module/HTML/%{pdir}-%{pnam}-%{version}.tar.gz
27 # Source0-md5:  d2bfa18fe1904df7f683e96611e87437
28 URL:            http://search.cpan.org/dist/HTML-Tagset/
29 BuildRequires:  rpm-perlprov >= 4.1-13
30 BuildRequires:  perl-devel >= 1:5.8.0
31 BuildArch:      noarch
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 HTML::Tagset - This module contains data tables useful in dealing with
36 HTML. It provides no functions or methods.
37
38 %description -l cs.UTF-8
39 Balíček perl-HTML-Tagset obsahuje datové tabulky, které se používají
40 pro práci s HTML. Neposkytuje žádné funkce ani metody.
41
42 %description -l da.UTF-8
43 HTML::Tagset - Dette modul indeholder datatabeller som er godt at have
44 når man handskas HTML. Den tillhandahåller inga funktioner eller
45 metoder.
46
47 %description -l de.UTF-8
48 HTML::Tagset - Dieses Modul enthält Datentabellen, die bei der Arbeit
49 mit HTML nützlich sind. Es liefert weder Funktionen noch Methoden.
50
51 %description -l es.UTF-8
52 HTML::Tagset - Este módulo contiene tablas de datos útiles para
53 trabajar con HTML. No proporciona ni funciones ni métodos.
54
55 %description -l fr.UTF-8
56 HTML::Tagset - Ce module contient des tables de données pratiques
57 lorsque vous travailler avec HTML. Il ne fournit aucune fonction ou
58 méthode.
59
60 %description -l it.UTF-8
61 HTML::Tagset - Questo modulo contiene tabelle di dati utili per la
62 gestione di HTML. Non fornisce funzioni né metodi."
63
64 %description -l ja.UTF-8
65 このモジュールには、HTML を処理するのに役立つデータテーブルが収録され
66 ています。これは関数やメソッドを提供しません。
67
68 %description -l pl.UTF-8
69 HTML::Tagset jest modułem dostarczającym tablic użytecznych przy
70 obróbce plików HTML.
71
72 %description -l pt.UTF-8
73 HTML::Tagset - Este módulo contém tabelas de dados úteis para lidar
74 com o HTML. Não fornece funções ou métodos.
75
76 %description -l sv.UTF-8
77 HTML::Tagset - Denna modul innehåller datatabeller som är bra att ha
78 när man handskas med HTML. Den tillhandahåller inga funktioner eller
79 metoder.
80
81 %description -l zh_CN.UTF-8
82 该模块包括几个对执行各类 HTML 解析操作有用的数据表格,
83 如标签和实体名称。
84
85 %prep
86 %setup -q -n %{pdir}-%{pnam}-%{version}
87
88 %build
89 %{__perl} Makefile.PL \
90         INSTALLDIRS=vendor
91 %{__make}
92
93 %{?with_tests:%{__make} test}
94
95 %install
96 rm -rf $RPM_BUILD_ROOT
97
98 %{__make} install \
99         DESTDIR=$RPM_BUILD_ROOT
100
101 %clean
102 rm -rf $RPM_BUILD_ROOT
103
104 %files
105 %defattr(644,root,root,755)
106 %doc Changes README
107 %{perl_vendorlib}/HTML/Tagset.pm
108 %{_mandir}/man3/*
This page took 0.062816 seconds and 4 git commands to generate.