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