File perl-SOAP-WSDL.spec of Package perl-SOAP-WSDL
# norootforbuild
Name: perl-SOAP-WSDL
Version: 3.004
Release: 1.0
Autoreqprov: on
Group: Development/Libraries/Perl
License: Artistic-1.0
Summary: SOAP::WSDL - SOAP with WSDL support
Url: http://search.cpan.org/~swalters/SOAP-WSDL-3.003/
Source: SOAP-WSDL-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires:perl-macros
BuildRequires: perl(Class::Load) >= 0.2
BuildRequires: perl(Class::Std::Fast) >= 0.000005
BuildRequires: perl(Date::Format)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Template) >= 2.18
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Parser::Expat)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Test::MockObject)
BuildRequires: perl-CGI
Requires: perl(Class::Load) >= 0.2
Requires: perl(Class::Std::Fast) >= 0.000005
Requires: perl(Date::Format)
Requires: perl(Date::Parse)
Requires: perl(LWP::UserAgent)
Requires: perl(Module::Build)
Requires: perl(Template) >= 2.18
Requires: perl(Term::ReadKey)
Requires: perl(URI)
Requires: perl(XML::Parser::Expat)
Requires: perl(IO::Scalar)
%{perl_requires}
%description
For creating Perl classes instrumenting a web service with a WSDL definition, read SOAP::WSDL::Manual.
For using an interpreting (thus slow and somewhat troublesome) WSDL based SOAP client, which mimics SOAP::Lite's API, read on.
Creating Interface classes is the recommended usage.
Did I say you should create interface classes following the steps in SOAP::WSDL::Manual?
If you're migrating from earlier versions of SOAP::WSDL, you should read the MIGRATING documentation.
The stuff below is for users of the 1.2x SOAP::WSDL series. All others, please refer to SOAP::WSDL::Manual
SOAP::WSDL provides easy access to Web Services with WSDL descriptions.
The WSDL is parsed and stored in memory.
Your data is serialized according to the rules in the WSDL.
The only transport mechanisms currently supported are http and https.
Authors:
--------
Scott Walters <scott@slowass.net<gt> 2014
Martin Kutter <martin.kutter fen-net.de> 2004-2008
%debug_package
%prep
%setup -n SOAP-WSDL-%{version}
# ---------------------------------------------------------------------------
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
# ---------------------------------------------------------------------------
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc MANIFEST README
%changelog -n perl-SOAP-WSDL