]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/blobdiff - perl-Tie-IxHash.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Tie-IxHash.git] / perl-Tie-IxHash.spec
index feac7170095a45afa3bf1cdb64235f1507166022..4fa36c44e2df5550ec11d252ac5e572eb4ab2f1c 100644 (file)
@@ -1,17 +1,21 @@
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    Tie
-%define        pnam    IxHash
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%define                pdir    Tie
+%define                pnam    IxHash
 Summary:       Tie::IxHash - ordered associative arrays for Perl
-Summary(pl):   Tie::IxHash - uporz±dkowane tablica asocjacyjne dla Perla
+Summary(pl.UTF-8):     Tie::IxHash - uporządkowane tablice asocjacyjne dla Perla
 Name:          perl-Tie-IxHash
-Version:       1.21
-Release:       11
-# same as Perl
-License:       GPL or Artistic
+Version:       1.23
+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: 567ddc13081596b52cfe3d82218cb264
-BuildRequires: perl-devel >= 5.6
+Source0:       http://www.cpan.org/modules/by-authors/id/C/CH/CHORNY/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 8393f2ced231533c3e714abad582f291
+URL:           http://search.cpan.org/dist/Tie-IxHash/
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,12 +27,12 @@ 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
+%description -l pl.UTF-8
+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
@@ -39,10 +43,13 @@ IxHash.
        INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,4 +58,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %{perl_vendorlib}/Tie/IxHash.pm
-%{_mandir}/man3/*
+%{_mandir}/man3/Tie::IxHash.3pm*
This page took 0.19002 seconds and 4 git commands to generate.