Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 8c4f71b3886d6c52b42f0361019e0b92 > files > 2

perl-Math-Stat-0.1-9.mga3.src.rpm

%define module	Math-Stat
%define name	perl-%{module}
%define version 0.1
%define release %mkrel 9

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:	    Perform Sample Statistics on Arrays
License:        GPL or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{module}
Source:         http://www.cpan.org/modules/by-module/Math/%{module}-%{version}.tar.bz2

Buildarch:	    noarch


%description
This package provides sample statistics on arrays.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc Changes
%{perl_vendorlib}/Math
%{perl_vendorlib}/auto/Math
%{_mandir}/*/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.1-9.mga3
+ Revision: 369681
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Jan 22 2011 jquelin <jquelin> 0.1-8.mga1
+ Revision: 30826
- mageia rebuild
- imported package perl-Math-Stat