forked from pool/perl-HTML-Parser
- update to 3.64
* Convert files to UTF-8 * Don't allow decode_entities() to generate illegal Unicode chars * Copyright 2009 * Remove rendundant (repeated) test * Make parse_file() method use 3-arg open [RT#49434] * Take more care to prepare the char range for encode_entities [RT#50170] * decode_entities confused by trailing incomplete entity * HTTP::Header doc typo fix. * Do not bother tracking style or script, they're ignored. * Bring HTML 5 head elements up to date with WD-html5-20090423. * Improve HeadParser performance. * Doc patch: Make it clearer what the return value from ->parse is - remove last patch (fixed in upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=11
This commit is contained in:
@@ -21,13 +21,12 @@
|
||||
Name: perl-HTML-Parser
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: HTML parser class
|
||||
Version: 3.61
|
||||
Version: 3.64
|
||||
Release: 3
|
||||
License: Artistic License ..
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.org/dist/HTML-Parser
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}-entity.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -67,7 +66,6 @@ If event driven parsing does not feel right for your application, you might
|
||||
© 1999-2000 Michael A. Chase. All rights reserved.
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
|
Reference in New Issue
Block a user