]> git.pld-linux.org Git - packages/perl-Math-Matrix.git/blobdiff - perl-Math-Matrix.spec
- should be ready for perl-5.8.0; release++
[packages/perl-Math-Matrix.git] / perl-Math-Matrix.spec
index 5efa320637cac331c2485563d0f1f3c9efe549e0..a70d5fa534d914fd52da9cc3e0a50d12fefe5bb9 100644 (file)
@@ -5,12 +5,12 @@ Summary:      Math::Matrix Perl module - Multiply and invert Matrices
 Summary(pl):   Modu³ Perla Math::Matrix - mno¿±cy i odwracaj±cy macierze
 Name:          perl-Math-Matrix
 Version:       0.4
-Release:       5
+Release:       6
 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)
 
@@ -24,7 +24,8 @@ Modu
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -38,5 +39,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{perl_sitelib}/Math/Matrix.pm
+%{perl_vendorlib}/Math/Matrix.pm
 %{_mandir}/man3/*
This page took 0.086802 seconds and 4 git commands to generate.