diff --git a/perl-HTML-Tidy.changes b/perl-HTML-Tidy.changes index a427442..f71b9bb 100644 --- a/perl-HTML-Tidy.changes +++ b/perl-HTML-Tidy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 29 09:08:16 UTC 2012 - pgajdos@suse.com + +- license Artistic-2.0 + ------------------------------------------------------------------- Tue Apr 12 17:53:56 UTC 2011 - coolo@opensuse.org diff --git a/perl-HTML-Tidy.spec b/perl-HTML-Tidy.spec index 47d9dbc..e838396 100644 --- a/perl-HTML-Tidy.spec +++ b/perl-HTML-Tidy.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-HTML-Tidy (Version 1.54) +# spec file for package perl-HTML-Tidy # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-HTML-Tidy Version: 1.54 -Release: 1 -License: Artistic 2.0 +Release: 0 %define cpan_name HTML-Tidy Summary: (X)HTML validation in a Perl object -Url: http://search.cpan.org/dist/HTML-Tidy/ +License: Artistic-2.0 Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/HTML-Tidy/ Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tidy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build # MANUAL @@ -30,23 +31,23 @@ BuildRequires: libtidyp-devel BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Carp) -BuildRequires: perl(constant) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(overload) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) +BuildRequires: perl(constant) +BuildRequires: perl(overload) # MANUAL BEGIN BuildRequires: perl(Alien::Tidyp) Requires: perl(LWP::Simple) BuildRequires: perl(LWP::Simple) # MANUAL END Requires: perl(Carp) -Requires: perl(constant) Requires: perl(Exporter) -Requires: perl(overload) Requires: perl(Test::Builder) Requires: perl(Test::More) +Requires: perl(constant) +Requires: perl(overload) %{perl_requires} %description