summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramateja2009-10-10 20:57:54 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitee7308cbec99c59416b1642e8e9bb145338f17ce (patch)
treea7b6247d1813e748a747d2fdc37eb830472a1ba4
parent492769341f1a723afef00779985ef65866899c1c (diff)
downloadperl-SUPER-ee7308cbec99c59416b1642e8e9bb145338f17ce.zip
perl-SUPER-ee7308cbec99c59416b1642e8e9bb145338f17ce.tar.gz
- updated to 1.17auto/th/perl-SUPER-1_17-1
Changed files: perl-SUPER.spec -> 1.3
-rw-r--r--perl-SUPER.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-SUPER.spec b/perl-SUPER.spec
index 3073ae5..a62cc10 100644
--- a/perl-SUPER.spec
+++ b/perl-SUPER.spec
@@ -6,14 +6,14 @@
%include /usr/lib/rpm/macros.perl
%define pdir SUPER
Summary: SUPER - control superclass method dispatch
-Summary(pl.UTF-8): SUPER -
+Summary(pl.UTF-8): SUPER - przekazywanie sterowania do metod klasy nadrzędnej
Name: perl-SUPER
-Version: 1.16
+Version: 1.17
Release: 1
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/SUPER/%{pdir}-%{version}.tar.gz
-# Source0-md5: 3a0584598514f471f5df9480e12573c0
+# Source0-md5: aa54aa7e9148c368091e34559587f3b2
URL: http://search.cpan.org/dist/SUPER/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
@@ -38,7 +38,8 @@ It's even worse in that the normal Perl redispatch mechanism only
dispatches to the parent of the class containing the method at compile
time. That doesn't work very well for mixins and roles.
-# %description -l pl.UTF-8 # TODO
+# %description -l pl.UTF-8
+# TODO
%prep
%setup -q -n %{pdir}-%{version}