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