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

index d1ee3b549d2d43caaca9ff624ac1f9376ee36a37..7af90bca9923c31bdb8cc20e543174b1d757f48f 100644 (file)
@@ -1,12 +1,11 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    POE
 %define        pnam    Component-Daemon
+%include       /usr/lib/rpm/macros.perl
 Summary:       POE::Component::Daemon - Handles all the housework for a daemon
-#Summary(pl.UTF-8):
 Name:          perl-POE-Component-Daemon
 Version:       0.1300
 Release:       1
@@ -15,8 +14,7 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/POE/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: ceb684aa01237ce2eb884fdbf81b8370
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/POE-Component-Daemon/
+URL:           http://search.cpan.org/dist/POE-Component-Daemon/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -48,9 +46,6 @@ Like all of POE, POE::Component::Daemon works cooperatively. It is up
 your code to tell POE::Component::Daemon when it is time to fork,
 block incoming requests when approriate and so on.
 
-# %description -l pl.UTF-8
-# TODO
-
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
This page took 0.093486 seconds and 4 git commands to generate.