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