Name: perl-Net-Google
Summary: Interface to the Google SOAP API
Version: 1.0.1
Release: 1
License: Artistic
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Net-Google/
Description: A simple OOP interface to the Google SOAP API.
The build could not start because of the following missing build requirements:
The build could not start because the following file is missing: Net-Google-1.0.1.tar.gz
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dries
# Upstream: Aaron Straup Cope <ascope$cpan,org>
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Net-Google
Summary: Interface to the Google SOAP API
Name: perl-Net-Google
Version: 1.0.1
Release: 1%{?dist}
License: Artistic
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Net-Google/
Source: http://www.cpan.org/modules/by-module/Net/Net-Google-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-Module-Build
BuildRequires: perl-SOAP-Lite
%description
A simple OOP interface to the Google SOAP API.
%prep
%setup -n %{real_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} pure_install
%{__rm} -f %{buildroot}%{perl_archlib}/perllocal.pod
%{__rm} -f %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc Changes
%doc %{_mandir}/man3/*
%{perl_vendorlib}/Net/Google.pm
%{perl_vendorlib}/Net/Google/*
%changelog
* Sun Mar 26 2006 Dries Verachtert <dries@ulyssis.org> - 1.0.1-1
- Updated to release 1.0.1.
* Fri Dec 9 2005 Dries Verachtert <dries@ulyssis.org> - 1.0-1
- Updated to release 1.0.
* Thu Jul 22 2004 Dries Verachtert <dries@ulyssis.org> - 0.62-1
- Initial package.