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

perl-Math-MatrixReal.spec

index a9fdaf2ee91fb0b4e567c2afae8d1edc29cf2ec9..bd02298cc52831e97a552e0c51fed285f6ff0f3d 100644 (file)
@@ -5,12 +5,12 @@ Summary:      Math::MatrixReal - Implements the data type "matrix of reals"
 Summary(pl):   Math::MatrixReal - Implementacja typu danych "macierz liczb rzeczywistych"
 Name:          perl-Math-MatrixReal
 Version:       1.9
-Release:       3
+Release:       4
 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)
 
@@ -32,7 +32,8 @@ to, czego si
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -46,5 +47,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{perl_sitelib}/Math/*
+%{perl_vendorlib}/Math/*
 %{_mandir}/man3/*
This page took 0.066183 seconds and 4 git commands to generate.