8
0

Accepting request 295930 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Dropbox-API?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2015-04-14 05:52:53 +00:00
committed by Git OBS Bridge
parent 903e0bad72
commit 31c7e2fa99
5 changed files with 84 additions and 46 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3efee9ebcf610eb519a9bfb3e11cb7e0c2abd220a5404035591653f05917e54
size 30505

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8afd265241f3ad030a9f59252c80857e58cf1bb8d53c1293d2aa92dd2938d9b4
size 30614

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70234bef49201031d0c4b7d474c9192fa39ab297dc4f26a35f6449c16a2ee3a4
size 32121

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Apr 13 19:31:23 UTC 2015 - coolo@suse.com
- updated to 1.9
see /usr/share/doc/packages/perl-Net-Dropbox-API/Changes
1.9 2012-10-23T20:26:55
updated Module::Install
1.8 2012-03-23T12:47:13
Thanks to SureVoIP for updating to v1 API
1.7 2011-06-28T12:21:36
fixed missing requires in Makefile (fixes CPAN Testers reported
bug)
1.6.1 2011-06-16T13:16:50
fixes #16
-------------------------------------------------------------------
Mon Apr 13 19:31:21 UTC 2015 - coolo@suse.com
- updated to 1.7
see /usr/share/doc/packages/perl-Net-Dropbox-API/Changes
1.7 2011-06-28T12:21:36
fixed missing requires in Makefile (fixes CPAN Testers reported
bug)
1.6.1 2011-06-16T13:16:50
fixes #16
-------------------------------------------------------------------
Tue May 17 08:03:38 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -1,64 +1,73 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Net-Dropbox-API
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Net-Dropbox-API
Version: 1.6
Version: 1.9
Release: 0
%define cpan_name Net-Dropbox-API
Summary: A dropbox API interface
Source: http://search.cpan.org/CPAN/authors/id/N/NO/NORBU/Net-Dropbox-API-%{version}.tar.gz
URL: http://search.cpan.org/dist/Net-Dropbox-API
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version}
%{perl_requires}
Url: http://search.cpan.org/dist/Net-Dropbox-API/
Source: http://www.cpan.org/authors/id/N/NO/NORBU/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: make
BuildRequires: perl(Test::More)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Data::Random)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Mouse)
BuildRequires: perl(Data::Random)
BuildRequires: perl(common::sense)
BuildRequires: perl(JSON)
BuildRequires: perl(Net::OAuth)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(URI)
BuildRequires: perl(common::sense)
Requires: perl(Data::Random)
Requires: perl(HTTP::Request::Common)
Requires: perl(JSON)
Requires: perl(LWP::UserAgent)
Requires: perl(Mouse)
Requires: perl(Data::Random)
Requires: perl(common::sense)
Requires: perl(JSON)
Requires: perl(Net::OAuth)
Requires: perl(HTTP::Request::Common)
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
Requires: perl(URI)
Requires: perl(common::sense)
%{perl_requires}
%description
The Dropbox API is a OAuth based API.
A dropbox API interface
%prep
%setup -q -n "Net-Dropbox-API-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%check
%__make test
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/Net
%dir %{perl_vendorlib}/Net/Dropbox
%{perl_vendorlib}/Net/Dropbox/API.pm
%doc %{perl_man3dir}/Net::Dropbox::API.%{perl_man3ext}%{ext_man}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples ignore.txt README
%changelog