Name: perl-Net-Dropbox-API Version: 1.8 Release: 1%{?dist} Summary: A dropbox API interface License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Dropbox-API/ Source0: http://www.cpan.org/authors/id/N/NO/NORBU/Net-Dropbox-API-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(common::sense) BuildRequires: perl(Data::Random) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTTP::Request::Common) BuildRequires: perl(JSON) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Mouse) BuildRequires: perl(Net::OAuth) BuildRequires: perl(Test::More) BuildRequires: perl(URI) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Dropbox API is a OAuth based API. It is abstracted as much away as possible so you should not need to know too much about it. %prep %setup -q -n Net-Dropbox-API-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes ignore.txt README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jun 15 2012 Robin Lee 1.8-1 - Specfile autogenerated by cpanspec 1.78.