Accepting request 231068 from home:mnhauke:nagios

update to version 2.20 and fixed dependencies

OBS-URL: https://build.opensuse.org/request/show/231068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Lint?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2014-04-23 05:02:51 +00:00
committed by Git OBS Bridge
parent 927e28c014
commit 78cb0112ef
4 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c2b799b82c22a00cfef041ddf60d8ab4fc74fc147c919a92738e53e9c19d7e
size 23369

3
HTML-Lint-2.20.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:934b47cf05a5b4375758c77304e018d1784c7524aee11956ccc88145adc47997
size 25974

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 21 18:42:52 UTC 2014 - mardnh@gmx.de
- update to version 2.20
-------------------------------------------------------------------
Tue May 3 06:12:24 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Lint (Version 2.06)
# spec file for package perl-HTML-Lint
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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-Lint
Version: 2.06
Release: 1
License: GPL+ or Artistic
Version: 2.20
Release: 0
%define cpan_name HTML-Lint
Summary: check for HTML errors in a string or file
Url: http://search.cpan.org/dist/HTML-Lint/
Summary: Check for HTML errors in a string or file
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Lint/
Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -30,12 +31,16 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::Parser) >= 3.20
BuildRequires: perl(HTML::Tagset) >= 3.03
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(HTML::Parser) >= 3.20
Requires: perl(HTML::Tagset) >= 3.03
Requires: perl(LWP::Simple)
%{perl_requires}
%description
check for HTML errors in a string or file
Check for HTML errors in a string or file
%prep
%setup -q -n %{cpan_name}-%{version}