Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 994ae82dd259619ea037daac0174c2c9 > files > 2

perl-Math-Matrix-0.800.0-3.mga5.src.rpm

%define upstream_name    Math-Matrix
%define upstream_version 0.8

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 3

Summary:    Matrix data type (transpose, multiply etc)
License:    GPL or Artistic
Group:      Development/Perl
Source0:     http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{upstream_name}

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch:  noarch

%description
The following methods are available: concat, transpose, etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

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

%check
make test

%install
%makeinstall_std

%files
%doc META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog
* Wed Oct 15 2014 umeabot <umeabot> 0.800.0-3.mga5
+ Revision: 744673
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.800.0-2.mga5
+ Revision: 685367
- Mageia 5 Mass Rebuild

* Mon Feb 17 2014 jquelin <jquelin> 0.800.0-1.mga5
+ Revision: 593646
- update to 0.8

* Fri Oct 18 2013 umeabot <umeabot> 0.5-4.mga4
+ Revision: 512876
- Mageia 4 Mass Rebuild

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

* Tue Jan 18 2011 jquelin <jquelin> 0.5-2.mga1
+ Revision: 22600
- cleaning spec file
- imported package perl-Math-Matrix