Accepting request 296284 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Tree?expand=0&rev=23
This commit is contained in:
parent
d91a19624e
commit
a1d7a6aa91
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80e4e3caa5e0e025dee5ed383a8d4cc7479ae4802184c4757dafd147a8fca7c9
|
|
||||||
size 155774
|
|
3
HTML-Tree-5.03.tar.gz
Normal file
3
HTML-Tree-5.03.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f
|
||||||
|
size 147857
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 17:56:13 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 5.03
|
||||||
|
see /usr/share/doc/packages/perl-HTML-Tree/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 11:07:11 UTC 2011 - coolo@suse.com
|
Fri Nov 18 11:07:11 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Tree
|
# spec file for package perl-HTML-Tree
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 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
|
||||||
@ -16,34 +16,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with opt
|
|
||||||
|
|
||||||
Name: perl-HTML-Tree
|
Name: perl-HTML-Tree
|
||||||
Version: 4.2
|
Version: 5.03
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name HTML-Tree
|
%define cpan_name HTML-Tree
|
||||||
Summary: Build and scan parse-trees of HTML
|
Summary: build and scan parse-trees of HTML
|
||||||
Url: http://search.cpan.org/dist/HTML-Tree/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/J/JF/JFEARN/HTML-Tree-4.1.tar.gz
|
Url: http://search.cpan.org/dist/HTML-Tree/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/C/CJ/CJM/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl(Test::Exception)
|
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%if 0%{?with opt}
|
BuildRequires: perl(HTML::Entities)
|
||||||
BuildRequires: perl(Test::Perl::Critic)
|
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl(HTML::Parser) >= 3.46
|
BuildRequires: perl(HTML::Parser) >= 3.46
|
||||||
BuildRequires: perl(HTML::Tagset) >= 3.02
|
BuildRequires: perl(HTML::Tagset) >= 3.02
|
||||||
|
BuildRequires: perl(Module::Build) >= 0.2808
|
||||||
|
BuildRequires: perl(Test::Fatal)
|
||||||
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(HTML::Parser) >= 3.46
|
Requires: perl(HTML::Parser) >= 3.46
|
||||||
Requires: perl(HTML::Tagset) >= 3.02
|
Requires: perl(HTML::Tagset) >= 3.02
|
||||||
|
Recommends: perl(HTML::FormatText)
|
||||||
|
Recommends: perl(LWP::UserAgent) >= 5.815
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -80,15 +75,6 @@ Readers already familiar with object-oriented modules and tree-shaped data
|
|||||||
structures should read just the last article. Readers without that
|
structures should read just the last article. Readers without that
|
||||||
background should read the first, then the second, and then the third.
|
background should read the first, then the second, and then the third.
|
||||||
|
|
||||||
new
|
|
||||||
Redirects to HTML::TreeBuilder::new
|
|
||||||
|
|
||||||
new_from_file
|
|
||||||
Redirects to HTML::TreeBuilder::new_from_file
|
|
||||||
|
|
||||||
new_from_content
|
|
||||||
Redirects to HTML::TreeBuilder::new_from_content
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
@ -103,11 +89,8 @@ new_from_content
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README TODO
|
%doc Changes LICENSE README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user