]> git.pld-linux.org Git - packages/perl-Class-ReturnValue.git/blobdiff - perl-Class-ReturnValue.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Class-ReturnValue.git] / perl-Class-ReturnValue.spec
index d4aaeed126c3d0da7e8bff80a1ed375827d4db9d..37ead91e58688f2d01a40cde1e079f7cbe9cc474 100644 (file)
@@ -2,33 +2,33 @@
 # Conditional build:
 %bcond_with    tests   # perform "make test"
 
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    Class
-%define        pnam    ReturnValue
+%define                pdir    Class
+%define                pnam    ReturnValue
 Summary:       Class::ReturnValue - a return-value object that may be treated as a boolean, array or object
-Summary(pl):   Class::ReturnValue - obiekt warto¶ci zwracanej, który mo¿e byæ traktowany jak warto¶æ logiczna, tablica lub obiekt
+Summary(pl.UTF-8):     Class::ReturnValue - obiekt wartości zwracanej, który może być traktowany jak wartość logiczna, tablica lub obiekt
 Name:          perl-Class-ReturnValue
-Version:       0.52
+Version:       0.55
 Release:       1
 # same as perl
 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: d4836df29f817d839e2c87147d5efc9e
+# Source0-md5: 047fbbcfd90d5c399a1feba55781329e
+URL:           http://search.cpan.org/dist/Class-ReturnValue/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Class::ReturnValue is a "clever" return value object that can allow code
-calling your routine to expect: a boolean value (did it fail) or a list
-(what are the return values).
-
-%description -l pl
-Class::ReturnValue jest ,,m±drym'' obiektem, który pozwala, aby kod
-wywo³uj±cy Twoje funkcje oczekiwa³: warto¶ci boolowskiej (czy siê uda³o)
-lub listy (jakie warto¶ci zwrócono).
+Class::ReturnValue is a "clever" return value object that can allow
+code calling your routine to expect: a boolean value (did it fail) or
+a list (what are the return values).
+
+%description -l pl.UTF-8
+Class::ReturnValue jest ,,mądrym'' obiektem, który pozwala, aby kod
+wywołujący Twoje funkcje oczekiwał: wartości boolowskiej (czy się
+udało) lub listy (jakie wartości zwrócono).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.260704 seconds and 4 git commands to generate.