]> git.pld-linux.org Git - packages/perl-Tie-IxHash.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 21:35:25 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tie-IxHash.spec -> 1.24

perl-Tie-IxHash.spec

index 93f22752153aeab0c94658471c37800271258670..15d980f33df15576c509a922ceacef85eb41ec2b 100644 (file)
@@ -5,12 +5,12 @@ 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:       10
+Release:       11
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,7 +33,8 @@ IxHash.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -47,5 +48,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/Tie/IxHash.pm
+%{perl_vendorlib}/Tie/IxHash.pm
 %{_mandir}/man3/*
This page took 0.032853 seconds and 4 git commands to generate.