Name: perl-VM-EC2 Version: 1.25 Release: 1%{?dist} Summary: Control the Amazon EC2 and Eucalyptus Clouds License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/VM-EC2/ Source0: http://www.cpan.org/authors/id/L/LD/LDS/VM-EC2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(AnyEvent) >= 7.04 BuildRequires: perl(AnyEvent::HTTP) >= 2.15 BuildRequires: perl(Digest::SHA) >= 5.47 BuildRequires: perl(JSON) BuildRequires: perl(LWP) >= 5.835 BuildRequires: perl(Module::Build) BuildRequires: perl(String::Approx) >= 3.26 BuildRequires: perl(URI::URL) >= 5.03 BuildRequires: perl(XML::Simple) >= 2.18 Requires: perl(Module::Metadata) Requires: perl(AnyEvent) >= 7.04 Requires: perl(AnyEvent::HTTP) >= 2.15 Requires: perl(Digest::SHA) >= 5.47 Requires: perl(JSON) Requires: perl(LWP) >= 5.835 Requires: perl(String::Approx) >= 3.26 Requires: perl(URI::URL) >= 5.03 Requires: perl(XML::Simple) >= 2.18 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is an interface to the 2013-07-15 version of the Amazon AWS API (http://aws.amazon.com/ec2). It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developers with an extension mechanism for the API. This library will also support the Eucalyptus open source cloud (http://open.eucalyptus.com). %prep %setup -q -n VM-EC2-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes DISCLAIMER.txt LICENSE META.json README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Mon Aug 17 2015 Dave Cross 1.25-1 - Specfile autogenerated by cpanspec 1.78.