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:
parent
0dc5f8a227
commit
ee5206b248
@ -20,3 +20,6 @@ patches:
|
|||||||
#skip_noarch: 1
|
#skip_noarch: 1
|
||||||
#custom_build: -
|
#custom_build: -
|
||||||
#./Build build flags=%{?_smp_mflags} --myflag
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
preamble: |-
|
||||||
|
BuildRequires: perl(HTTP::Daemon)
|
||||||
|
|
||||||
|
@ -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>
|
Thu Aug 22 12:35:17 CEST 2019 - Tina Mueller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-RPC-XML
|
# 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
|
# 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
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Set of classes for core data, message and XML handling
|
Summary: Set of classes for core data, message and XML handling
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: RPC-XML-0.77-fixtest.dif
|
Patch0: RPC-XML-0.77-fixtest.dif
|
||||||
@ -31,6 +31,7 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(HTTP::Daemon)
|
||||||
BuildRequires: perl(LWP) >= 5.834
|
BuildRequires: perl(LWP) >= 5.834
|
||||||
BuildRequires: perl(Module::Load) >= 0.24
|
BuildRequires: perl(Module::Load) >= 0.24
|
||||||
BuildRequires: perl(Scalar::Util) >= 1.33
|
BuildRequires: perl(Scalar::Util) >= 1.33
|
||||||
|
Loading…
x
Reference in New Issue
Block a user