forked from pool/perl-RPC-XML
- update to version 0.77
* Make RPC::XML::Server work with Net::Server again, after the API changes of Net::Server 2.x. * Correct handling of dateTime parameters * Add port to Host header in client requests. * Fix spelling error in man page * improve tests - remove unused patches which are unused since a long time * RPC-XML-0.53-ext-daemon-and-header-cb.dif * RPC-XML-0.60-fix-utf8.dif OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RPC-XML?expand=0&rev=23
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-RPC-XML
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products 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-RPC-XML
|
||||
Version: 0.76
|
||||
Version: 0.77
|
||||
Release: 0
|
||||
%define cpan_name RPC-XML
|
||||
Summary: A set of classes for core data, message and XML handling
|
||||
@@ -25,13 +25,9 @@ License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/RPC-XML/
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJRAY/RPC-XML-%{version}.tar.gz
|
||||
# UNCLEAR
|
||||
Source1: RPC-XML-0.53-ext-daemon-and-header-cb.dif
|
||||
# UNCLEAR
|
||||
Source2: RPC-XML-0.60-fix-utf8.dif
|
||||
#PATCH-FIX-OPENSUSE - ro@suse.de - fix build in chroot/buildservice
|
||||
Patch2: RPC-XML-0.60-rev127.dif
|
||||
Patch3: RPC-XML-0.76-extern_ent.dif
|
||||
Patch1: RPC-XML-0.60-rev127.dif
|
||||
Patch2: RPC-XML-0.76-extern_ent.dif
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Spec) >= 0.8
|
||||
@@ -40,12 +36,12 @@ BuildRequires: perl(Scalar::Util) >= 1.19
|
||||
BuildRequires: perl(XML::LibXML) >= 1.70
|
||||
BuildRequires: perl(XML::Parser) >= 2.31
|
||||
BuildRequires: perl(constant) >= 1.03
|
||||
Requires: perl(constant) >= 1.03
|
||||
Requires: perl(File::Spec) >= 0.8
|
||||
Requires: perl(LWP) >= 5.834
|
||||
Requires: perl(Scalar::Util) >= 1.19
|
||||
Requires: perl(XML::LibXML) >= 1.70
|
||||
Requires: perl(XML::Parser) >= 2.31
|
||||
Requires: perl(constant) >= 1.03
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
@@ -66,8 +62,8 @@ RPC::XML::Server manpage, respectively.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch2 -p0
|
||||
%patch3
|
||||
%patch1 -p0
|
||||
%patch2
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user