Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37864190
en ru br
ALT Linux repos
S:1.17-alt1

Group :: Development/Perl
RPM: perl-TheSchwartz

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
BuildRequires: perl(Module/Build.pm) perl(Module/Build/Tiny.pm)
#
#   - TheSchwartz -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       TheSchwartz
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module TheSchwartz
%define m_distro TheSchwartz
%define m_name TheSchwartz
%define m_author_id unknown
%define _enable_test 1

Name: perl-TheSchwartz
Version: 1.17
Release: alt1

Summary: TheSchwartz is a reliable job queue system

License: Artistic
Group: Development/Perl
Url: %CPAN %m_distro

Packager: Denis Baranov <baraka at altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/A/AK/AKIYM/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Fri Jun 21 2013

BuildRequires: perl-Data-ObjectDriver perl-devel

%description
TheSchwartz is a reliable job queue system.
Your application can put jobs into the system, and your worker processes
can pull jobs from the queue atomically to perform. Failed jobs can be
left in the queue to retry later.

Abilities specify what jobs a worker process can perform.
Abilities are the names of TheSchwartz::Worker subclasses,
as in the synopsis: the MyWorker class name is used to specify
that the worker script can perform the job. When using
the TheSchwartz client's work functions, the class-ability duality
is used to automatically dispatch to the proper class to do the actual work.

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

%install
%perl_vendor_install

%files
%doc Changes README.md doc
%_bindir/schwartzmon
%_man1dir/schwartzmon*
%perl_vendor_privlib/TheSchwartz.pm
%perl_vendor_privlib/TheSchwartz/

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin