X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=perl-Object-MultiType.spec;h=5eb95908ce0139d63efde78fdc53bae8225153e7;hb=HEAD;hp=01fcda5ce455c109f7510e7c74d52630a30639a6;hpb=dbc89e9ff33c4ade26b5488f449a3add661891fd;p=packages%2Fperl-Object-MultiType.git diff --git a/perl-Object-MultiType.spec b/perl-Object-MultiType.spec index 01fcda5..5eb9590 100644 --- a/perl-Object-MultiType.spec +++ b/perl-Object-MultiType.spec @@ -2,33 +2,33 @@ # Conditional build: %bcond_without tests # do not perform "make test" -%include /usr/lib/rpm/macros.perl -%define pdir Object -%define pnam MultiType -Summary: Perl Objects as Hash, Array, Scalar, Code and Glob at the same time -Summary(pl): Obiekty perlowe jako hasze, tablice, skalary, kod i globy jednocze¶nie +%define pdir Object +%define pnam MultiType +Summary: Object::MultiType - Perl objects as hash, array, scalar, code and glob at the same time +Summary(pl.UTF-8): Object::MultiType - obiekty perlowe jako hasze, tablice, skalary, kod i globy jednocześnie Name: perl-Object-MultiType -Version: 0.04 -Release: 1 -# Same as Perl -License: GPL or Artistic +Version: 0.05 +Release: 2 +# 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: 5997746d8bbe57c3fa7e581f4fe5ebe7 +# Source0-md5: 171ed010dab19fb8b94f22a5fca97814 +URL: http://search.cpan.org/dist/Object-MultiType/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This module return an object that works like a Hash, Array, Scalar, +This module returns an object that works like a Hash, Array, Scalar, Code and Glob object at the same time. The usual way is to call it from your module at new(). -%description -l pl -Ten modu³ zwraca obiekt dzia³aj±cy jako hasz, tablica, skalar, kod i -glob jednocze¶nie. Zwykle wywo³uje siê go przy new(). +%description -l pl.UTF-8 +Ten moduł zwraca obiekt działający jako hasz, tablica, skalar, kod i +glob jednocześnie. Zwykle wywołuje się go przy new(). %prep %setup -q -n %{pdir}-%{pnam}-%{version}