Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > 55b34f144f2fd3c1c478df86ee94a1ad > files > 2

perl-AI-Termites-0.20.0-2.mga3.src.rpm

%define upstream_name    AI-Termites
%define upstream_version 0.02

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

Summary:    Artificial termites simulation
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/AI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Math::Vector::Real)
BuildRequires: perl(Math::Vector::Real::MultiNormalMixture)
BuildRequires: perl(Math::Vector::Real::Random)
BuildRequires: perl(Math::Vector::Real::kdTree)
BuildRequires: perl(Math::nSphere)
BuildArch: noarch

%description
This module simulates a termites world based on the ideas described on the
book "Adventures in Modeling" by Vanessa Stevens Colella, Eric Klopfer and
Mitchel Resnick (the http://education.mit.edu/starlogo/adventures/
manpage).

In this version, termites can move in a n-dimensional boxed space, and are
not limited to integer coordinates.

Also, the way they decide when to pick or leave wood are customizable,
allowing to investigate how changing the rules affects the emergent
behaviors.

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

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

%make

%check
%make test

%install
rm -rf %buildroot
%makeinstall_std

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




%changelog

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

* Thu Jun 30 2011 jquelin <jquelin> 0.20.0-1.mga2
+ Revision: 116554
- imported package perl-AI-Termites