Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 859c359e06f9c79a8d88db8dc53f3130 > files > 2

perl-Net-Amazon-0.50-1mdv2009.0.src.rpm

%define module	Net-Amazon
%define name	perl-%{module}
%define version	0.50

Summary:	Framework for accessing amazon.com via SOAP and XML/HTTP
Name:		%{name}
Version:	%{version}
Release:	%mkrel 1
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:     http://www.cpan.org/modules/by-module/Net/%{module}-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Net::Amazon provides an object-oriented interface to amazon.com's
SOAP and XML/HTTP interfaces. This way it's possible to create applications
using Amazon's vast amount of data via a functional interface, without
having to worry about the underlying communication mechanism.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README Changes
%{perl_vendorlib}/Net
%{_mandir}/man3/*




%changelog
* Sun Aug 10 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.50-1mdv2009.0
+ Revision: 270393
- update to new version 0.50

* Fri Aug 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.49-2mdv2009.0
+ Revision: 268622
- rebuild early 2009.0 package (before pixel changes)

  + Guillaume Rousse <guillomovitch@mandriva.org>
    - update to new version 0.49

* Tue Jan 15 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.48-1mdv2008.1
+ Revision: 152911
- update to new version 0.48
- update to new version 0.48

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Wed Dec 19 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.47-1mdv2008.1
+ Revision: 133602
- update to new version 0.47

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Sat Nov 17 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.46-1mdv2008.1
+ Revision: 109580
- update to new version 0.46

* Sun Nov 04 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.44-1mdv2008.1
+ Revision: 105895
- update to new version 0.44

* Sun Jul 01 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.43-1mdv2008.0
+ Revision: 46655
- update to new version 0.43

* Fri Apr 20 2007 Anssi Hannula <anssi@mandriva.org> 0.40-1mdv
+ Revision: 16260
- 0.40


* Tue Feb 27 2007 Anssi Hannula <anssi@mandriva.org> 0.39-1mdv2007.0
+ Revision: 126272
- 0.39
- 0.38

* Sun Jan 21 2007 Anssi Hannula <anssi@mandriva.org> 0.36-1mdv2007.1
+ Revision: 111459
- 0.36
- Import perl-Net-Amazon

* Mon May 29 2006 Anssi Hannula <anssi@mandriva.org> 0.35-1mdv2007.0
- initial Mandriva package