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