Sophie

Sophie

distrib > Mandriva > 10.0-com > x86_64 > by-pkgid > 74ecd5e69dcc2401e8199fa3314977b7 > files > 2

perl-SOAP-Lite-0.55-6mdk.src.rpm

%define module  SOAP-Lite
%define version 0.55
%define release 6mdk
%define	pdir	SOAP
%define _requires_exceptions perl(MQSeries.*)\\|perl(MQClient.*)


Summary: 	%{module} module for perl
Name: 		perl-%{module}
Version: 	%{version}
Release: 	%{release}
License: 	GPL or Artistic
Group: 		Development/Perl
Source0: 	%{module}-%{version}.tar.bz2
Url:            http://search.cpan.org/search?dist=%{module}
BuildArch: 	noarch
BuildRoot: 	%{_tmppath}/%{name}-buildroot
BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl >= 5.0
BuildRequires:	perl-XML-Parser >= 2.23
BuildRequires:	perl-MIME-Base64

%description 
%{module} module for perl.  SOAP::Lite for Perl 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.

To learn about SOAP, go to http://www.soaplite.com/#LINKS for more
information.

This version of SOAP::Lite supports a subset of the SOAP 1.1
specification and has initial support for SOAP 1.2 specification.  See
http://www.w3.org/TR/SOAP for details.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --noprompt --HTTP-Client --noHTTPS-Client --noMAILTO-Client --noFTP-Client --HTTP-Daemon --noHTTP-Apache --noHTTP-FCGI --noPOP3-Server --IO-Server --noMQ  --noJABBER --noMIMEParser --noTCP --noHTTP
make
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(444,root,root,755)
%doc Changes README examples
%{_mandir}/*/*
%attr(555,root,root) %{_bindir}/*.pl
%{perl_vendorlib}/Apache/*.pm
%{perl_vendorlib}/Apache/XMLRPC
%{perl_vendorlib}/IO/*.pm
%{perl_vendorlib}/SOAP
%{perl_vendorlib}/UDDI
%{perl_vendorlib}/XML/Parser/*.pm
%{perl_vendorlib}/XMLRPC

%changelog
* Fri Aug 15 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.55-6mdk
- rebuild for new perl
- don't use PREFIX
- use %%makeinstall_std macro

* Sun Jul 27 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 0.55-5mdk
- fixed requires

* Sun Jul 27 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 0.55-4mdk
- rebuild for new rpm provides computation

* Fri Feb 14 2003 Pixel <pixel@mandrakesoft.com> 0.55-3mdk
- rebuild with vendorlib

* Sat Feb 01 2003 Lenny Cartier <lenny@mandrakesoft.com 0.55-2mdk
- rebuild

* Tue Jun 18 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.55-1mdk
- from Peter Chen <petechen@netilla.com> :
	- 0.55
	- Set INSTALLMAN1*DIR for make install to circumvent MakeMaker bugs.