Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 509d3b64e0acac6703203a73f605ad8a > files > 2

perl-SOAP-Lite-0.60-0.a.3mdk.src.rpm

%define module  SOAP-Lite
%define version 0.60
%define release 0.a.3mdk
%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}a.tar.bz2
Url:            http://search.cpan.org/search?dist=%{module}
BuildArch: 	noarch
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	perl-devel perl-libwww-perl >= 5.0 perl-XML-Parser >= 2.23
BuildRequires:	perl-MIME-Base64 perl-Crypt-SSLeay perl-IO-Socket-SSL perl-FCGI

%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 <<EOF
EOF
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
* Mon Jun 06 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.60-0.a.3mdk
- Rebuild

* Mon Apr 19 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.60-0.a.2mdk
- another buildrequires

* Mon Apr 19 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.60-0.a.1mdk
- 0.60a
- buildrequires

* 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.