8
0
forked from pool/perl-IO-HTML

Accepting request 296313 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-HTML?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-15 04:40:57 +00:00
committed by Git OBS Bridge
parent a6198e79d3
commit 69c7732e35
4 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-IO-HTML
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-IO-HTML
Version: 1.00
Version: 1.001
Release: 0
%define cpan_name IO-HTML
Summary: Open an HTML file with automatic charset detection
@@ -30,13 +30,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
#BuildRequires: perl(IO::HTML)
%{perl_requires}
%description
IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding sniffing
algorithm specified in section 8.2.2.1 of the draft standard.
algorithm specified in section 8.2.2.2 of the draft standard.
The algorithm as implemented here is: