Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 87e8b4f9d7b0a3aa75b76395c416c891 > files > 2

perl-Net-OpenStack-Attack-1.50.0-1.mga3.src.rpm

%define upstream_name    Net-OpenStack-Attack
%define upstream_version 1.0500

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

Summary:    Tools for stress testing an OpenStack deployment
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Any::Moose)
BuildRequires: perl(App::Rad)
BuildRequires: perl(HTTP::Async)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(JSON)
BuildRequires: perl(Net::HTTPS::NB)
BuildRequires: perl(Net::OpenStack::Compute)
BuildRequires: perl(Time::SoFar)
BuildArch: noarch

%description
This class provides methods for making parallel, asynchronous requests to
the OpenStack API. This distribution comes with a command line tool the
stackattack manpage which heavily uses this class.

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

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

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%perl_vendorlib/*
%{_bindir}/stackattack
%{_mandir}/man1/stackattack.1.xz



%changelog

* Fri Feb 22 2013 kharec <kharec> 1.50.0-1.mga3
+ Revision: 399859
- imported package perl-Net-OpenStack-Attack