2007-01-15 23:31:45 +00:00
|
|
|
#
|
2011-11-11 11:22:05 +00:00
|
|
|
# spec file for package perl-SOAP-Lite
|
2007-01-15 23:31:45 +00:00
|
|
|
#
|
2021-03-29 13:06:39 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2007-01-15 23:31:45 +00:00
|
|
|
#
|
2008-09-06 01:06:01 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-01-21 12:21:51 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:31:45 +00:00
|
|
|
#
|
|
|
|
|
2008-04-06 05:54:02 +00:00
|
|
|
|
2019-01-21 12:21:51 +00:00
|
|
|
#Upstream: Artistic-1.0 or GPL-1.0+
|
|
|
|
%define cpan_name SOAP-Lite
|
2018-01-05 15:46:18 +00:00
|
|
|
Name: perl-SOAP-Lite
|
2018-05-15 09:18:32 +00:00
|
|
|
Version: 1.27
|
2018-01-05 15:46:18 +00:00
|
|
|
Release: 0
|
2010-08-23 14:40:53 +00:00
|
|
|
Summary: Perl's Web Services Toolkit
|
2018-05-15 09:18:32 +00:00
|
|
|
License: (Artistic-1.0 OR GPL-1.0-or-later) AND CC-BY-ND-2.0
|
2010-08-23 14:40:53 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2021-03-29 13:06:39 +00:00
|
|
|
URL: https://metacpan.org/release/SOAP-Lite
|
2017-08-22 08:58:52 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
|
2015-04-17 17:37:52 +00:00
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:17:06 +02:00
|
|
|
Source100: README.md
|
2019-01-21 12:21:51 +00:00
|
|
|
Patch0: perl-SOAP-Lite-1.27-usr-bin-env.patch
|
2010-08-23 14:40:53 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(Class::Inspector)
|
2013-12-09 11:13:43 +00:00
|
|
|
BuildRequires: perl(Compress::Zlib)
|
2019-01-21 12:21:51 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2021-03-29 13:06:39 +00:00
|
|
|
BuildRequires: perl(HTTP::Daemon)
|
2019-01-21 12:21:51 +00:00
|
|
|
BuildRequires: perl(IO::File)
|
2013-12-09 11:13:43 +00:00
|
|
|
BuildRequires: perl(IO::SessionData) >= 1.03
|
2010-08-23 14:40:53 +00:00
|
|
|
BuildRequires: perl(IO::Socket::SSL)
|
2015-04-17 17:37:52 +00:00
|
|
|
BuildRequires: perl(LWP::Protocol::https)
|
2010-08-23 14:40:53 +00:00
|
|
|
BuildRequires: perl(LWP::UserAgent)
|
2019-01-21 12:21:51 +00:00
|
|
|
BuildRequires: perl(MIME::Base64)
|
|
|
|
BuildRequires: perl(MIME::Tools)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
2010-08-23 14:40:53 +00:00
|
|
|
BuildRequires: perl(Task::Weaken)
|
2019-01-21 12:21:51 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
2015-04-17 17:37:52 +00:00
|
|
|
BuildRequires: perl(Test::Warn)
|
2019-01-25 11:07:05 +00:00
|
|
|
%if 0%{?suse_version} >= 1550
|
|
|
|
BuildRequires: perl(Test::MockObject)
|
|
|
|
%endif
|
2010-08-23 14:40:53 +00:00
|
|
|
BuildRequires: perl(URI)
|
2019-01-21 12:21:51 +00:00
|
|
|
BuildRequires: perl(URI::Escape)
|
2010-08-23 14:40:53 +00:00
|
|
|
BuildRequires: perl(XML::Parser) >= 2.23
|
2016-06-12 14:22:33 +00:00
|
|
|
BuildRequires: perl(XML::Parser::Lite) >= 0.715
|
2019-01-21 12:21:51 +00:00
|
|
|
BuildRequires: perl(constant)
|
2010-08-23 14:40:53 +00:00
|
|
|
Requires: perl(Class::Inspector)
|
2013-12-09 11:13:43 +00:00
|
|
|
Requires: perl(Compress::Zlib)
|
|
|
|
Requires: perl(IO::SessionData) >= 1.03
|
2010-08-23 14:40:53 +00:00
|
|
|
Requires: perl(IO::Socket::SSL)
|
2015-04-17 17:37:52 +00:00
|
|
|
Requires: perl(LWP::Protocol::https)
|
2010-08-23 14:40:53 +00:00
|
|
|
Requires: perl(LWP::UserAgent)
|
2019-01-21 12:21:51 +00:00
|
|
|
Requires: perl(MIME::Base64)
|
|
|
|
Requires: perl(Scalar::Util)
|
2010-08-23 14:40:53 +00:00
|
|
|
Requires: perl(Task::Weaken)
|
|
|
|
Requires: perl(URI)
|
2019-01-21 12:21:51 +00:00
|
|
|
Requires: perl(URI::Escape)
|
2010-08-23 14:40:53 +00:00
|
|
|
Requires: perl(XML::Parser) >= 2.23
|
2019-01-21 12:21:51 +00:00
|
|
|
Requires: perl(XML::Parser::Lite) >= 0.715
|
|
|
|
Requires: perl(constant)
|
2015-04-17 17:37:52 +00:00
|
|
|
Recommends: perl(Apache)
|
|
|
|
Recommends: perl(DIME::Tools) >= 0.03
|
|
|
|
Recommends: perl(FCGI)
|
|
|
|
Recommends: perl(HTTP::Daemon)
|
|
|
|
Recommends: perl(MIME::Tools)
|
2019-01-21 12:21:51 +00:00
|
|
|
BuildArch: noarch
|
2013-12-09 11:13:43 +00:00
|
|
|
%{perl_requires}
|
2007-01-15 23:31:45 +00:00
|
|
|
|
|
|
|
%description
|
2010-08-23 14:40:53 +00:00
|
|
|
SOAP::Lite is a collection of Perl modules which provides a simple and
|
|
|
|
lightweight interface to the Simple Object Access Protocol (SOAP) both on
|
|
|
|
client and server side.
|
2007-01-15 23:31:45 +00:00
|
|
|
|
|
|
|
%prep
|
2024-03-06 07:50:35 +00:00
|
|
|
%autosetup -p1 -n %{cpan_name}-%{version}
|
2021-03-29 13:06:39 +00:00
|
|
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
2007-01-15 23:31:45 +00:00
|
|
|
|
|
|
|
%build
|
2019-01-21 12:21:51 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
2010-08-23 14:40:53 +00:00
|
|
|
|
|
|
|
%check
|
2019-01-21 12:21:51 +00:00
|
|
|
make %{?_smp_mflags} test
|
2007-01-15 23:31:45 +00:00
|
|
|
|
|
|
|
%install
|
2010-08-23 14:40:53 +00:00
|
|
|
%perl_make_install
|
2013-12-09 11:13:43 +00:00
|
|
|
%perl_process_packlist
|
2010-08-23 14:40:53 +00:00
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2018-05-15 09:18:32 +00:00
|
|
|
%defattr(-,root,root,755)
|
2017-08-22 08:58:52 +00:00
|
|
|
%doc Changes Debian_CPANTS.txt examples HACKING README ReleaseNotes.txt
|
|
|
|
%license LICENSE
|
2007-01-15 23:31:45 +00:00
|
|
|
|
2008-04-06 05:54:02 +00:00
|
|
|
%changelog
|