]> git.pld-linux.org Git - packages/perl-Gearman-Server.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:49:01 +0000 (12:49 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:49:01 +0000 (12:49 +0200)
perl-Gearman-Server.spec

index c03cded1c1261bc93590c54f017faf94b427b60b..e88888c5a14278c7fa007a50ca27943a38761868 100644 (file)
@@ -1,22 +1,20 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    Gearman
 %define        pnam    Server
 %define        pdir    Gearman
 %define        pnam    Server
+%include       /usr/lib/rpm/macros.perl
 Summary:       Gearman::Server - function call "router" and load balancer
 Summary:       Gearman::Server - function call "router" and load balancer
-#Summary(pl.UTF-8):    
 Name:          perl-Gearman-Server
 Version:       1.09
 Release:       1
 Name:          perl-Gearman-Server
 Version:       1.09
 Release:       1
-# same as perl 
+# same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-authors/id/B/BR/BRADFITZ/Gearman-Server-1.09.tar.gz
+Source0:       http://www.cpan.org/modules/by-authors/id/B/BR/BRADFITZ/Gearman-Server-%{version}.tar.gz
 # Source0-md5: 3d107089f7266ab91d66d9a7bd90430f
 # Source0-md5: 3d107089f7266ab91d66d9a7bd90430f
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Gearman-Server/
+URL:           http://search.cpan.org/dist/Gearman-Server/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -27,9 +25,8 @@ 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
 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.
+them, and then clients (using Gearman::Client, Gearman::Client::Async,
+etc) request work to be done from one of the Gearman servers.
 
 The servers connect them, routing function call requests to the
 appropriate workers, multiplexing responses to duplicate requests as
 
 The servers connect them, routing function call requests to the
 appropriate workers, multiplexing responses to duplicate requests as
@@ -38,10 +35,6 @@ requested, etc.
 More than likely, you want to use the provided gearmand wrapper
 script, and not use Gearman::Server directly.
 
 More than likely, you want to use the provided gearmand wrapper
 script, and not use Gearman::Server directly.
 
-
-# %description -l pl.UTF-8
-# TODO
-
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -54,7 +47,6 @@ script, and not use Gearman::Server directly.
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.133422 seconds and 4 git commands to generate.