Accepting request 298108 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/298108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Lint?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-20 06:51:33 +00:00
committed by Git OBS Bridge
parent 78cb0112ef
commit 249a99728b
5 changed files with 41 additions and 18 deletions

View File

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

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

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

21
cpanspec.yml Normal file
View File

@@ -0,0 +1,21 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 20 06:47:58 UTC 2015 - coolo@suse.com
- updated to 2.22
see /usr/share/doc/packages/perl-HTML-Lint/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 21 18:42:52 UTC 2014 - mardnh@gmx.de Mon Apr 21 18:42:52 UTC 2014 - mardnh@gmx.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-HTML-Lint # spec file for package perl-HTML-Lint
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,29 @@
Name: perl-HTML-Lint Name: perl-HTML-Lint
Version: 2.20 Version: 2.22
Release: 0 Release: 0
%define cpan_name HTML-Lint %define cpan_name HTML-Lint
Summary: Check for HTML errors in a string or file Summary: Check for Html Errors in a String or File
License: GPL-1.0+ or Artistic-1.0 License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Lint/ Url: http://search.cpan.org/dist/HTML-Lint/
Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(HTML::Parser) >= 3.20 BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTML::Parser) >= 3.47
BuildRequires: perl(HTML::Tagset) >= 3.03 BuildRequires: perl(HTML::Tagset) >= 3.03
BuildRequires: perl(LWP::Simple) Requires: perl(HTML::Entities)
BuildRequires: perl(Test::Pod) >= 1.14 Requires: perl(HTML::Parser) >= 3.47
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(HTML::Parser) >= 3.20
Requires: perl(HTML::Tagset) >= 3.03 Requires: perl(HTML::Tagset) >= 3.03
Requires: perl(LWP::Simple)
%{perl_requires} %{perl_requires}
%description %description
Check for HTML errors in a string or file check for HTML errors in a string or file
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
@@ -57,9 +56,6 @@ Check for HTML errors in a string or file
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README %doc Changes README