Пакет perl-Math-Vector-SortIndexes: Specfile

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

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

Name: perl-Math-Vector-SortIndexes
Version: 0.02
Release: alt2.1

Summary: Sort the indices of a numeric vector

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/S/SP/SPLICE/%m_distro-%version.tar.bz2

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

%description
This module allows you to find the sort the indices of a numeric vector.
The subroutine names explain themselves: sort_indexes_ascending and
sort_indexes_descending. Import them and use them as you see fit.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc CHANGES README
%perl_vendor_privlib/Math/

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

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

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