Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > 80c5ec3bafcb88f0c8d590676515873c > files > 2

perl-SNA-Network-0.130.0-1.mga2.src.rpm

%define upstream_name    SNA-Network
%define upstream_version 0.13

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

Summary:    Generate random networks according to the configuration model
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SNA/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::List::Pluggable)
BuildRequires: perl(Object::Tiny::XS)
BuildRequires: perl(Test::Memory::Cycle)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
SNA::Network is a bundle of modules for network algorithms, specifically
designed for the needs of Social Network Analysis (SNA), but can be used
for any other graph algorithms of course.

%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 README Changes
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog

* Sat Dec 10 2011 kharec <kharec> 0.130.0-1.mga2
+ Revision: 179869
- imported package perl-SNA-Network


* Sat Dec 10 2011 cpan2dist 0.13-1mga
- initial mageia release, generated with cpan2dist