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

index 9508fdd23fce2115de77d9ab28212c507b9b5e3b..b75888a28dc73fd67b8b696e7fece3d62e922f6f 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Class
 %define                pnam    Inner
+%include       /usr/lib/rpm/macros.perl
 Summary:       Class::Inner - a perlish implementation of Java-like inner classes
 Summary(pl.UTF-8):     Class::Inner - perlowa implementacja wewnętrznych klas w stylu Javy
 Name:          perl-Class-Inner
@@ -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: 388db813c6a7050c4e0483bc4d86fc21
+URL:           http://search.cpan.org/dist/Class-Inner/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -22,8 +23,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Yet another implementation of an anonymous class with per object
-overrideable methods, but with the added attraction of sort of
-working dispatch to the parent class's method.
+overrideable methods, but with the added attraction of sort of working
+dispatch to the parent class's method.
 
 %description -l pl.UTF-8
 Jeszcze jedna implementacja anonimowej klasy z metodami przykrywalnymi
This page took 0.109546 seconds and 4 git commands to generate.