Accepting request 436622 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/436622 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-TreeBuilder-LibXML?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
7f5b40eea1
commit
03fccf42d8
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-TreeBuilder-LibXML
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-HTML-TreeBuilder-LibXML
|
||||
Version: 0.25
|
||||
Version: 0.26
|
||||
Release: 0
|
||||
%define cpan_name HTML-TreeBuilder-LibXML
|
||||
Summary: HTML::TreeBuilder and XPath compatible interface with libxml
|
||||
@@ -32,7 +32,7 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(HTML::TreeBuilder::XPath) >= 0.14
|
||||
BuildRequires: perl(LWP::UserAgent) >= 6
|
||||
BuildRequires: perl(Module::Build) >= 0.380000
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(URI)
|
||||
@@ -57,14 +57,14 @@ APIs, but enough methods are defined so modules like Web::Scraper work.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user