Name: perl-Gearman-Server Version: 1.09 Release: 1%{?dist} Summary: Function call "router" and load balancer License: GPL or Artistic Group: System Environment/Daemons URL: http://search.cpan.org/dist/Gearman-Server/ Source0: http://www.cpan.org/authors/id/B/BR/BRADFITZ/Gearman-Server-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description You run a Gearman server (or more likely, many of them for both high- availability and load balancing), then have workers (using Gearman::Worker from the Gearman module, or libraries for other languages) register their ability to do certain functions to all of them, and then clients (using Gearman::Client, Gearman::Client::Async, etc) request work to be done from one of the Gearman servers. %prep %setup -q -n Gearman-Server-%{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 CHANGES %{_bindir}/gearmand %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sun May 20 2007 Ruben Kerkhof 1.09-1 - Initial import