]> git.pld-linux.org Git - packages/perl-Math-Matrix.git/blob - perl-Math-Matrix.spec
- buildarch noarch
[packages/perl-Math-Matrix.git] / perl-Math-Matrix.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Math-Matrix perl module
3 Summary(pl):    Modu³ perla Math-Matrix
4 Name:           perl-Math-Matrix
5 Version:        0.3
6 Release:        2
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Math/Math-Matrix-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Math-Matrix perl module.
19
20 %description -l pl
21 Modu³ perla Math-Matrix.
22
23 %prep
24 %setup -q -n Math-Matrix-%{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 gzip -9nf README
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz
42 %{perl_sitelib}/Math/Matrix.pm
43 %{_mandir}/man3/*
This page took 0.071419 seconds and 4 git commands to generate.