Package perl-Math-VecStat: Specfile

#
#   - Math::VecStat -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Math::VecStat
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Math-VecStat
%define m_distro Math-VecStat
%define m_name Math::VecStat
%define m_author_id unknown
%define _enable_test 1

Name: perl-Math-VecStat
Version: 0.08
Release: alt2.1

Summary: Some basic numeric stats on vectors

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/A/AS/ASPINELLI/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Tue Jun 17 2008
BuildRequires: perl-devel

%description
This package provides some basic statistics on numerical
vectors. All the subroutines can take
a reference to the vector to be operated
on. In some cases a copy of the vector is acceptable,
but is not recommended for efficiency.

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README
%perl_vendor_privlib/Math/

%changelog
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.08-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.08-alt2
- fix directory ownership violation

* Tue Jun 17 2008 Vitaly Lipatov <lav@altlinux.ru> 0.08-alt1
- initial build for ALT Linux Sisyphus