]> git.pld-linux.org Git - packages/perl-Set-String.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Wed, 26 Nov 2014 13:08:43 +0000 (15:08 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 26 Nov 2014 13:08:43 +0000 (15:08 +0200)
perl-Set-String.spec

index 6ddc540a804f628b5a1ed17f3c6107cda41fe25c..ea64c8cc845f85ba05d02a3f4f525db0b2a5092d 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Set
 %define                pnam    String
+%include       /usr/lib/rpm/macros.perl
 Summary:       Set::String - strings as objects with lots of handy methods
 Summary(pl.UTF-8):     Set::String - łańcuchy jako obiekty z wieloma poręcznymi metodami
 Name:          perl-Set-String
@@ -14,20 +14,21 @@ License:    unknown
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: bc5fcfac9d732707418b6860bc7ece7d
+URL:           http://search.cpan.org/dist/Set-String/
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires: perl-Set-Array >= 0.08
 BuildRequires: perl-Want >= 0.05
 %endif
-BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Set::String allows you to create strings as objects and use OO-style
 methods on them. Many convenient methods are provided here that appear
-in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc.
-In addition, there are Set methods with corresponding (overloaded)
+in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In
+addition, there are Set methods with corresponding (overloaded)
 operators for the purpose of Set comparison, i.e. +, ==, etc.
 
 %description -l pl.UTF-8
This page took 0.098972 seconds and 4 git commands to generate.