Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > ac6dfe325b6ff1e6f49aa0f595db9e85 > files > 2

perl-POE-Component-Server-XMLRPC-0.05-4mdv2008.0.src.rpm

%define realname   POE-Component-Server-XMLRPC

Name:		perl-%{realname}
Version:    0.05
Release:    %mkrel 4
License:	Artistic and GPL
Group:		Development/Perl
Summary:        Perl module to publish POE event handlers via XMLRPC over HTTP
Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/POE/%{realname}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{realname}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	perl-devel 
BuildRequires:  perl(POE::Component::Server::HTTP)
BuildRequires:  perl(SOAP::Lite) 
BuildArch: noarch

%description
POE::Component::Server::XMLRPC is a bolt-on component that can publish a event
handlers via XMLRPC over HTTP.

%prep
%setup -q -n POE-Component-Server-XMLRPC-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README CHANGES
%{perl_vendorlib}/POE
%{_mandir}/man3/*



%changelog
* Tue May 08 2007 Olivier Thauvin <nanardon@mandriva.org> 0.05-4mdv2008.0
+ Revision: 25146
- rebuild


* Wed May 03 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.05-3mdk
- Fix According to perl Policy
	- BuildRequires
	- URL
	- Source URL

* Wed Mar 29 2006 Michael Scherer <misc@mandriva.org> 0.05-2mdk
- fix BuildRequires

* Fri Jan 27 2006 Michael Scherer <misc@mandriva.org> 0.05-1mdk
- First Mandriva package