Package perl-HTML-FormatText-WithLinks: Specfile

%define dist HTML-FormatText-WithLinks
Name: perl-%dist
Version: 0.07
Release: alt1

Summary: HTML to text conversion with links as footnotes
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: %dist-%version-%release.tar

BuildArch: noarch

# Automatically added by buildreq on Thu Feb 01 2007
BuildRequires: perl-HTML-Format perl-Module-Build perl-Test-Pod

%description
HTML::FormatText::WithLinks takes HTML and turns it into plain text
but prints all the links in the HTML as footnotes. By default, it attempts
to mimic the format of the lynx text based web browser's --dump option.

%prep
%setup -q -n %dist-%version-%release

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/HTML

%changelog
* Thu Feb 01 2007 Alexey Tourbin <at@altlinux.ru> 0.07-alt1
- 0.05 -> 0.07
- implemented link unique numbering (cpan #24713)

* Sat Sep 17 2005 Alexey Tourbin <at@altlinux.ru> 0.05-alt1
- 0.03 -> 0.05
- alt-href.patch mreged upstream (cpan #14288)

* Wed Aug 24 2005 Alexey Tourbin <at@altlinux.ru> 0.03-alt2
- skip <a> tags without href= attribute (cpan #14288)

* Sun Aug 21 2005 Alexey Tourbin <at@altlinux.ru> 0.03-alt1
- initial revision