diff --git a/perl-HTML-Clean.changes b/perl-HTML-Clean.changes
index 685f044..a80ea49 100644
--- a/perl-HTML-Clean.changes
+++ b/perl-HTML-Clean.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Fri Aug 11 12:24:41 UTC 2017 - pgajdos@suse.com
+
+- do not require lynx for build (it is used by tests, but test
+ are not run) [bsc#1052977]
+
-------------------------------------------------------------------
Fri Nov 18 11:09:17 UTC 2011 - coolo@suse.com
diff --git a/perl-HTML-Clean.spec b/perl-HTML-Clean.spec
index 26aa78d..541dfbf 100644
--- a/perl-HTML-Clean.spec
+++ b/perl-HTML-Clean.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Clean
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,23 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: perl-HTML-Clean
-BuildRequires: lynx perl
+BuildRequires: perl
BuildRequires: perl-macros
Version: 0.8
-Release: 885
+Release: 0
Provides: HTML-Clean
Conflicts: perlmod
-AutoReqProv: on
Url: http://cpan.org/modules/by-module/HTML/
-License: Artistic-1.0
-Group: Development/Libraries/Perl
Source: HTML-Clean-%{version}.tar.gz
Patch: %{name}-%{version}-IO.diff
Summary: Cleans up HTML code for web browsers, not humans
+License: Artistic-1.0
+Group: Development/Libraries/Perl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}