Petr Gajdos 2012-11-29 09:08:43 +00:00 committed by Git OBS Bridge
parent 9ab7245c02
commit 09e15ea028
2 changed files with 15 additions and 9 deletions

View File

@ -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

View File

@ -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