Пакет perl-TheSchwartz: Specfile

#
#   - 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.10
Release: alt1

Summary: TheSchwartz is a reliable job queue system

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Denis Baranov <baraka@altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.gz

# Automatically added by buildreq on Thu Mar 10 2011
BuildRequires: libnss-role perl-DBD-Pg perl-DBD-mysql perl-Data-ObjectDriver perl-Module-Install

%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 -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/TheSchwartz/*

%changelog
* Thu Mar 10 2011 Denis Baranov <baraka@altlinux.ru> 1.10-alt1
- initial build for ALT Linux Sisyphus