Пакет perl-Amazon-SimpleDB: Specfile

#
#   - Amazon::SimpleDB -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Amazon::SimpleDB
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Amazon-SimpleDB
%define m_distro Amazon-SimpleDB
%define m_name Amazon::SimpleDB
%define m_author_id unknown
%define _enable_test 1

Name: perl-Amazon-SimpleDB
Version: 0.03
Release: alt1

Summary: a low-level perlish interface for

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Denis Smirnov <mithraen@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/T/TI/TIMA/%m_distro-%version.tar.gz

# Automatically added by buildreq on Sat Sep 04 2010
BuildRequires: perl-Digest-HMAC perl-XML-Simple perl-devel perl-libwww

%description
This is code is in the early stages of development. Do not
consider it stable. Feedback and patches welcome.

Amazon::SimpleDB provides a "low-level" perlish interface for
working with Amazon's SimpleDB (SMB) service.

"Amazon SimpleDB is a web service for running queries on
structured data in real time. This service works in close
conjunction with Amazon Simple Storage Service (Amazon S3)
and Amazon Elastic Compute Cloud (Amazon EC2), collectively
providing the ability to store, process and query data sets
in the cloud. These services are designed to make web-scale
computing easier and more cost-effective for developers."

To sign up for an Amazon Web Services account, required to
use this library and the SimpleDB service, please visit the
Amazon Web Services web site at http://www.amazonaws.com/.

You will be billed accordingly by Amazon when you use this
module and must be responsible for these costs.

To learn more about Amazon's SimpleDB service, please visit:
http://simpledb.amazonaws.com/.

%prep
%setup -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/Amazon/*

%changelog
* Sat Sep 04 2010 Denis Smirnov <mithraen@altlinux.ru> 0.03-alt1
- initial build for ALT Linux Sisyphus