Name: perl-VMware-API-LabManager Version: 2.01 Release: 1%{?dist} Summary: VMware LabManager API License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/VMware-API-LabManager/ Source0: http://www.cpan.org/authors/id/B/BE/BENNIE/VMware-API-LabManager-v%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(Crypt::SSLeay) # Runtime BuildRequires: perl(Data::Dumper) BuildRequires: perl(SOAP::Lite) # Tests only BuildRequires: perl(Test) # Make sure SOAP::Lite supports HTTPS Requires: perl(Crypt::SSLeay) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module provides a Perl interface to VMware's Labmanager SOAP interface. It has a one-to-one mapping for most of the commands exposed in the external API as well as a many commands exposed in the internal API. %prep %setup -q -n VMware-API-LabManager-v%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 27 2012 Petr Ĺ abata 2.01-1 - Specfile autogenerated by cpanspec 1.78.