diff --git a/HTML-Parser-3.67.tar.bz2 b/HTML-Parser-3.67.tar.bz2
new file mode 100644
index 0000000..e570633
--- /dev/null
+++ b/HTML-Parser-3.67.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9ffdedc1edf11b52588914786833ff425be512644f5016164b84c63fdb8de18
+size 75523
diff --git a/HTML-Parser-3.68.tar.bz2 b/HTML-Parser-3.68.tar.bz2
deleted file mode 100644
index 0b83c47..0000000
--- a/HTML-Parser-3.68.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:477f44e99f18447996695adfe0bb078e3f03b1582078cd9820ef759cf11840e7
-size 75664
diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes
index d207cf6..c6db7ba 100644
--- a/perl-HTML-Parser.changes
+++ b/perl-HTML-Parser.changes
@@ -1,17 +1,3 @@
--------------------------------------------------------------------
-Mon Sep 6 09:35:03 UTC 2010 - chris@computersalat.de
-
-- recreated by cpanspec 1.78
-- fix deps
- o Recommends HTTP::Headers not HTML::Headers
-
--------------------------------------------------------------------
-Thu Sep 2 05:13:03 UTC 2010 - pascal.bleser@opensuse.org
-
-- replaced auto-generated spec file
-- update to 3.68:
- * declare the encoding of the POD to be utf8
-
-------------------------------------------------------------------
Fri Aug 20 12:39:37 UTC 2010 - chris@computersalat.de
diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec
index eda060b..95f9905 100644
--- a/perl-HTML-Parser.spec
+++ b/perl-HTML-Parser.spec
@@ -1,5 +1,5 @@
#
-# spec file for package perl-HTML-Parser (Version 3.68)
+# spec file for package perl-HTML-Parser (Version 3.67)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,7 +22,7 @@
Name: perl-HTML-Parser
%define cpan_name HTML-Parser
Summary: HTML parser class
-Version: 3.68
+Version: 3.67
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
@@ -38,13 +38,14 @@ BuildRequires: perl-macros
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(Test::Pod) >= 1.00
%endif
-BuildRequires: perl(Test::More)
BuildRequires: perl(HTML::Tagset) >= 3
+BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
#
Requires: perl = %{perl_version}
Requires: perl(HTML::Tagset) >= 3
Requires: perl(XSLoader)
+#
Recommends: perl(HTTP::Headers)
%description
@@ -54,31 +55,33 @@ kinds of markup and text are recognized, the corresponding event handlers
are invoked.
HTML::Parser is not a generic SGML parser. We have tried to make it able to
-deal with the HTML that is actually "out there", and it normally parses as
-closely as possible to the way the popular web browsers do it instead of
-strictly following one of the many HTML specifications from W3C. Where
-there is disagreement, there is often an option that you can enable to
-get the official behaviour.
+ deal with the HTML that is actually "out there", and it normally parses as
+ closely as possible to the way the popular web browsers do it instead of
+ strictly following one of the many HTML specifications from W3C. Where
+ there is disagreement, there is often an option that you can enable to
+ get the official behaviour.
The document to be parsed may be supplied in arbitrary chunks. This makes
-on-the-fly parsing as documents are received from the network possible.
+ on-the-fly parsing as documents are received from the network possible.
If event driven parsing does not feel right for your application, you might
-want to use HTML::PullParser. This is an HTML::Parser subclass that allows
-a more conventional program structure.
+ want to use HTML::PullParser. This is an HTML::Parser subclass that allows
+ a more conventional program structure.
-Authors: libwww@perl.org
+Authors:
+--------
+ libwww@perl.org
-COPYRIGHT
+ COPYRIGHT
-© 1995-2008 Gisle Aas. All rights reserved.
-© 1999-2000 Michael A. Chase. All rights reserved.
+ © 1995-2008 Gisle Aas. All rights reserved.
+ © 1999-2000 Michael A. Chase. All rights reserved.
%prep
%setup -q -n %{cpan_name}-%{version}
# rpmlint: spurious-executable-perm
-find ./eg -type f -exec %__chmod 0644 {} \;
-%__chmod 0644 mkpfunc mkhctype
+find ./eg -type f -exec %{__chmod} 0644 {} \;
+%{__chmod} 0644 mkpfunc mkhctype
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"