]> git.pld-linux.org Git - packages/perl-HTML-Quoted.git/blame - perl-HTML-Quoted.spec
- up to 0.04
[packages/perl-HTML-Quoted.git] / perl-HTML-Quoted.spec
CommitLineData
63333291 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%define pdir HTML
6%define pnam Quoted
7%include /usr/lib/rpm/macros.perl
8Summary: HTML::Quoted - extract structure of quoted HTML mail message
9#Summary(pl.UTF-8):
10Name: perl-HTML-Quoted
4d909f20 11Version: 0.04
63333291 12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/HTML/%{pdir}-%{pnam}-%{version}.tar.gz
4d909f20 17# Source0-md5: 1624801f0f505e65e8b067816039a296
63333291 18# generic URL, check or change before uncommenting
f1b68cd5 19URL: http://search.cpan.org/dist/HTML-Quoted/
63333291 20BuildRequires: perl-devel >= 1:5.8.0
21BuildRequires: rpm-perlprov >= 4.1-13
22%if %{with tests}
23BuildRequires: perl-HTML-Parser >= 3.0
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29Parses and extracts quotation structure out of a HTML message.
30Purpose and returned structures are very similar to
31Text::Quoted.
32
33
34
35# %description -l pl.UTF-8
36# TODO
37
38%prep
39%setup -q -n %{pdir}-%{pnam}-%{version}
40
41%build
42%{__perl} Makefile.PL \
43 INSTALLDIRS=vendor
44%{__make}
45
46%{?with_tests:%{__make} test}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} pure_install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc Changes README
60%{perl_vendorlib}/HTML/*.pm
61%{_mandir}/man3/*
This page took 0.094351 seconds and 4 git commands to generate.