Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
VMware
:
API
>
perl-VMware-VIPerl
> perl-VMware-VIPerl.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-VMware-VIPerl.spec of Package perl-VMware-VIPerl (Revision 3)
Currently displaying revision
3
,
show latest
Requires: perl(Crypt::SSLeay) Requires: perl(Data::Dumper) Requires: perl(Class::MethodMaker) Requires: perl(XML::LibXML) Requires: perl(LWP) Requires: perl(UUID) Requires: perl(SOAP::Lite) BuildRequires: perl(Crypt::SSLeay) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Class::MethodMaker) BuildRequires: perl(XML::LibXML) BuildRequires: perl(LWP) BuildRequires: perl(UUID) BuildRequires: perl(SOAP::Lite) %define viperlver 1.6.0 %define viperlrel 104313 Name: perl-VMware-VIPerl Version: %{viperlver} Release: %{viperlrel} License: VMware Inc. Group: Virtualization/VMware Summary: VMware Infrastructure (VI) Perl Toolkit %ifarch x86_64 Source0: VMware-VIPerl-%{viperlver}-%{viperlrel}.x86_64.tar.gz %else Source0: VMware-VIPerl-%{viperlver}-%{viperlrel}.i386.tar.gz %endif BuildRoot: %{_tmppath}/%{name}-%{version} %description VMware Infrastructure Perl Toolkit %{viperlver} - Utility Applications, library, documentation, sample code, and for Windows users, a Perl runtime and development system. Available in several forms including installers for Windows and Linux, a Virtual Appliance, and source code. %prep %setup -n vmware-viperl-distrib %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %__make DESTDIR=%{buildroot} install ### Clean up buildroot %{__rm} -rf %{buildroot}%{perl_archlib} \ %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist %clean rm -rf %{buildroot} %files %defattr(-,root,root)