]> git.pld-linux.org Git - packages/perl-POE-Component-JobQueue.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 20:01:31 +0000 (22:01 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 20:01:31 +0000 (22:01 +0200)
perl-POE-Component-JobQueue.spec

index 9def14b3b705b80ba064a03c705993ed0c2d6d4d..bafade0334fc77d7d0cd48672211cd07e984e49d 100644 (file)
@@ -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.
 
This page took 0.095433 seconds and 4 git commands to generate.