]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/commitdiff
- pl description, release++
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Aug 2002 21:44:23 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tie-IxHash.spec -> 1.21

perl-Tie-IxHash.spec

index e5a117ffeb65b149344d7e818864e12fbfaf2058..7049066017b808eb7d5a3c2b4cdab10d967f7ac8 100644 (file)
@@ -2,23 +2,32 @@
 %define        pdir    Tie
 %define        pnam    IxHash
 Summary:       Tie::IxHash - ordered associative arrays for Perl
+Summary(pl):   Tie::IxHash - uporz±dkowane tablica asocjacyjne dla Perla
 Name:          perl-Tie-IxHash
 Version:       1.21
-Release:       9
+Release:       10
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This Perl module implements Perl hashes that preserve the order in which
-the hash elements were added.  The order is not affected when values
-corresponding to existing keys in the IxHash are changed.  The elements
-can also be set to any arbitrary supplied order.  The familiar perl
-array operations can also be performed on the IxHash.
+This Perl module implements Perl hashes that preserve the order in
+which the hash elements were added. The order is not affected when
+values corresponding to existing keys in the IxHash are changed. The
+elements can also be set to any arbitrary supplied order. The familiar
+perl array operations can also be performed on the IxHash.
+
+%description -l pl
+Ten modu³ Perla jest implementacj± haszy, które zachowuj± kolejno¶æ, w
+jakiej elementy by³y dodawane. Kolejno¶æ nie ulega zmianie kiedy
+modyfikowane s± warto¶ci odpowiadaj±ce istniej±cym kluczom w obiekcie
+IxHash. Elementy mog± byæ tak¿e ustawiane w zadanej kolejno¶ci. Znane
+operacje na tablicach perlowych mog± byæ tak¿e wykonywane na typie
+IxHash.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -32,13 +41,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf Changes README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changes README
 %{perl_sitelib}/Tie/IxHash.pm
 %{_mandir}/man3/*
This page took 0.100006 seconds and 4 git commands to generate.