]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/blobdiff - perl-Tie-IxHash.spec
- spaces -> tabs
[packages/perl-Tie-IxHash.git] / perl-Tie-IxHash.spec
index b943add50295a46792a3156c1ebbee90f1d216dc..0e2108422f455e719fb61b22d4c72c325143cf1f 100644 (file)
@@ -1,29 +1,39 @@
 %include       /usr/lib/rpm/macros.perl
-Summary:       Tie-IxHash perl module
-Summary(pl):   Modu³ perla Tie-IxHash
+%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:       5
+Release:       10
 License:       GPL
 Group:         Development/Languages/Perl
-Group(de):     Entwicklung/Sprachen/Perl
-Group(pl):     Programowanie/Jêzyki/Perl
-Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/Tie/Tie-IxHash-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 4.0.2-104
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Tie-IxHash perl module.
+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
-Modu³ perla Tie-IxHash.
+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 Tie-IxHash-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL
 %{__make}
 
 %install
@@ -31,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.06422 seconds and 4 git commands to generate.