]> git.pld-linux.org Git - packages/perl-List-UtilsBy.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 11:10:44 +0000 (13:10 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 11:10:44 +0000 (13:10 +0200)
perl-List-UtilsBy.spec

index 4ba454c396d244457cca8161da857ab4b6eabb13..3cfdacbaeb7f1d5bc7edd052c8f4b7c2665c8997 100644 (file)
@@ -1,12 +1,11 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
+
 %define                pdir    List
 %define                pnam    UtilsBy
 %include       /usr/lib/rpm/macros.perl
 Summary:       List::UtilsBy - higher-order list utility functions
-#Summary(pl.UTF-8):    
 Name:          perl-List-UtilsBy
 Version:       0.08
 Release:       1
@@ -15,13 +14,10 @@ License:    GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/List/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: df0226ccd6f8ebf8b5965e408dca8662
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/List-UtilsBy/
+URL:           http://search.cpan.org/dist/List-UtilsBy/
 BuildRequires: perl-Module-Build
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with tests}
-%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -39,9 +35,6 @@ extra function, when given each value.
 
  my @people_sorted = sort_by { $_->name } @people;
 
-# %description -l pl.UTF-8
-# TODO
-
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
This page took 0.102808 seconds and 4 git commands to generate.