diff --git a/perl-HTML-Format.changes b/perl-HTML-Format.changes
index e2c7d7c..bb57bc2 100644
--- a/perl-HTML-Format.changes
+++ b/perl-HTML-Format.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
+
+- enable parallel build
+
-------------------------------------------------------------------
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de
diff --git a/perl-HTML-Format.spec b/perl-HTML-Format.spec
index 25c3a57..96d7317 100644
--- a/perl-HTML-Format.spec
+++ b/perl-HTML-Format.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Format (Version 2.04)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,14 +20,14 @@
Name: perl-HTML-Format
BuildRequires: perl-Font-AFM perl-HTML-Tree
-License: Artistic License; GPL v2 or later
+License: Artistic ; GPLv2+
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Requires: perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
AutoReqProv: on
Summary: Perl Modules to Format HTML into Plain Text, PostScript, or RTF
Version: 2.04
-Release: 139
+Release: 141
Source: HTML-Format-%{version}.tar.gz
Url: http://cpan.org/authors/id/S/SB/SBURKE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -48,7 +48,7 @@ Authors:
%build
perl Makefile.PL
-make
+make %{?_smp_mflags}
make test
%install
@@ -68,9 +68,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
%doc README Changes
%changelog
-* Wed Jan 25 2006 mls@suse.de
-- converted neededforbuild to BuildRequires
-* Wed Aug 18 2004 kssingvo@suse.de
-- upgrade to 2.04
-* Tue Dec 16 2003 kssingvo@suse.de
-- initial version