Blob Blame History Raw
Name:           perl-POE-Component-Server-XMLRPC
Version:        0.05
Release:        3%{?dist}
Summary:        Publish POE event handlers via XMLRPC over HTTP
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Component-Server-XMLRPC/
Source0:        http://www.cpan.org/authors/id/M/MA/MAHEX/POE-Component-Server-XMLRPC-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(POE) >= 0.22
BuildRequires:  perl(XMLRPC::Lite) >= 0.28
BuildRequires:  perl(POE::Component::Server::HTTP) >= 0.02


%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 %{?_smp_mflags}


%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Thu Aug 31 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.05-3
- bump for mass rebuild

* Fri Aug 18 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.05-2
- bump

* Fri Aug 11 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.05-1
- Specfile autogenerated by cpanspec 1.68.
- Initial spec file for F-E