Accepting request 878353 from home:dimstar:Factory

- 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.

OBS-URL: https://build.opensuse.org/request/show/878353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RPC-XML?expand=0&rev=35
This commit is contained in:
Dirk Stoecker 2021-03-12 07:52:03 +00:00 committed by Git OBS Bridge
parent 0dc5f8a227
commit ee5206b248
3 changed files with 14 additions and 2 deletions

View File

@ -20,3 +20,6 @@ patches:
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag
preamble: |-
BuildRequires: perl(HTTP::Daemon)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 11 11:40:19 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <tina.mueller@suse.com>

View File

@ -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