From: Elan Ruusamäe Date: Tue, 25 Nov 2014 20:01:31 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=1c2fc729138ba02b388b1f6811dfac1ca147da76;p=packages%2Fperl-POE-Component-JobQueue.git use generic url --- diff --git a/perl-POE-Component-JobQueue.spec b/perl-POE-Component-JobQueue.spec index 9def14b..bafade0 100644 --- a/perl-POE-Component-JobQueue.spec +++ b/perl-POE-Component-JobQueue.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir POE %define pnam Component-JobQueue +%include /usr/lib/rpm/macros.perl Summary: POE::Component::JobQueue - a component to manage queues and worker pools Summary(pl.UTF-8): POE::Component::JobQueue - komponent do zarządzania kolejkami i robotnikami Name: perl-POE-Component-JobQueue @@ -15,6 +15,7 @@ License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 4b6d96b08ac72fb4ba131017f36407a2 +URL: http://search.cpan.org/dist/POE-Component-JobQueue/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -25,7 +26,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description POE::Component::JobQueue manages a finite pool of worker sessions as -they handle an arbitrarily large number of tasks. It often is used as +they handle an arbitrarily large number of tasks. It often is used as a form of flow control, preventing a large group of tasks from exhausting some sort of resource.