[packages/perl-Class-WhiteHole] use generic url
glen
glen at pld-linux.org
Tue Nov 25 10:13:30 CET 2014
commit abeecf1c151c66dc9cac2b50e0cd37f2b519aae9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Nov 25 11:13:26 2014 +0200
use generic url
perl-Class-WhiteHole.spec | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
---
diff --git a/perl-Class-WhiteHole.spec b/perl-Class-WhiteHole.spec
index 282f77e..6fbe3c7 100644
--- a/perl-Class-WhiteHole.spec
+++ b/perl-Class-WhiteHole.spec
@@ -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 WhiteHole
+%include /usr/lib/rpm/macros.perl
Summary: Class::WhiteHole - prevent from inheriting AUTOLOAD
Summary(pl.UTF-8): Class::WhiteHole - ochrona przed dziedziczeniem AUTOLOAD
Name: perl-Class-WhiteHole
@@ -15,29 +15,30 @@ 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: 43b986ad7d5d186a9a43d2d69a2ef327
+URL: http://search.cpan.org/dist/Class-WhiteHole/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Its possible to accidentally inherit an AUTOLOAD method. Often this
-will happen if a class somewhere in the chain uses AutoLoader or defines
-one of their own. This can lead to confusing error messages when method
-lookups fail.
+Its possible to accidentally inherit an AUTOLOAD method. Often this
+will happen if a class somewhere in the chain uses AutoLoader or
+defines one of their own. This can lead to confusing error messages
+when method lookups fail.
-Sometimes you want to avoid this accidental inheritance. In that case,
-inherit from Class::WhiteHole. All unhandled methods will produce normal
-Perl error messages.
+Sometimes you want to avoid this accidental inheritance. In that case,
+inherit from Class::WhiteHole. All unhandled methods will produce
+normal Perl error messages.
%description -l pl.UTF-8
-Istnieje możliwość przypadkowego odziedziczenia metody AUTOLOAD. Często
-zdarzy się to, gdy jedna z łańcucha klas stosuje AutoLoader lub definiuje
-własną. Może to spowodować dziwne komunikaty błędów, gdy odszukanie metody
-nie powiedzie się.
+Istnieje możliwość przypadkowego odziedziczenia metody AUTOLOAD.
+Często zdarzy się to, gdy jedna z łańcucha klas stosuje AutoLoader lub
+definiuje własną. Może to spowodować dziwne komunikaty błędów, gdy
+odszukanie metody nie powiedzie się.
-Czasami chcesz uniknąć przypadkowego dziedziczenia. W takim wypadku,
-odziedzicz po Class::WhiteHole. Każde wywołanie nieistniejącej metody
+Czasami chcesz uniknąć przypadkowego dziedziczenia. W takim wypadku,
+odziedzicz po Class::WhiteHole. Każde wywołanie nieistniejącej metody
spowoduje zwyczajną informację o błędzie Perla.
%prep
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Class-WhiteHole.git/commitdiff/abeecf1c151c66dc9cac2b50e0cd37f2b519aae9
More information about the pld-cvs-commit
mailing list