]> git.pld-linux.org Git - packages/perl-Math-Matrix.git/blob - perl-Math-Matrix.spec
a6b19d75de1ec175b8fae34b075241e366677928
[packages/perl-Math-Matrix.git] / perl-Math-Matrix.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Math
3 %define pnam    Matrix
4 Summary:        Math::Matrix - Multiply and invert Matrices
5 Name:           perl-Math-Matrix
6 Version:        0.4
7 Release:        4
8 License:        GPL
9 Group:          Development/Languages/Perl
10 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
11 BuildRequires:  rpm-perlprov >= 3.0.3-16
12 BuildRequires:  perl >= 5.6
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Math::Matrix - Multiply and invert Matrices.
18
19 %prep
20 %setup -q -n %{pdir}-%{pnam}-%{version}
21
22 %build
23 perl Makefile.PL
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 %{__make} install DESTDIR=$RPM_BUILD_ROOT
29
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc README
37 %{perl_sitelib}/Math/Matrix.pm
38 %{_mandir}/man3/*
This page took 0.070032 seconds and 2 git commands to generate.