diff --git a/cpanspec.yml b/cpanspec.yml index b892f43..16057ac 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -20,3 +20,6 @@ patches: #skip_noarch: 1 #custom_build: - #./Build build flags=%{?_smp_mflags} --myflag +preamble: |- + BuildRequires: perl(HTTP::Daemon) + diff --git a/perl-RPC-XML.changes b/perl-RPC-XML.changes index 84cd2dc..b67b4f0 100644 --- a/perl-RPC-XML.changes +++ b/perl-RPC-XML.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 11 11:40:19 UTC 2021 - Dominique Leuenberger + +- Add perl(HTTP::Daemon) BuildRequires: so far, this was pulled in + by perl-libwww-perl. The RPC-XML library itself can work with or + without HTTP::Daemon, but the test suite has an explicit test for + it. + ------------------------------------------------------------------- Thu Aug 22 12:35:17 CEST 2019 - Tina Mueller diff --git a/perl-RPC-XML.spec b/perl-RPC-XML.spec index 45f39a7..6659d05 100644 --- a/perl-RPC-XML.spec +++ b/perl-RPC-XML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-RPC-XML # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: Set of classes for core data, message and XML handling License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Patch0: RPC-XML-0.77-fixtest.dif @@ -31,6 +31,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(HTTP::Daemon) BuildRequires: perl(LWP) >= 5.834 BuildRequires: perl(Module::Load) >= 0.24 BuildRequires: perl(Scalar::Util) >= 1.33