Accepting request 312054 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/312054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Flickr-API?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-06-16 05:02:38 +00:00
committed by Git OBS Bridge
parent b09721bac4
commit 02c1d6a855
5 changed files with 50 additions and 8 deletions

View File

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

3
Flickr-API-1.13.tar.gz Normal file
View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 15 08:42:29 UTC 2015 - coolo@suse.com
- updated to 1.13
see /usr/share/doc/packages/perl-Flickr-API/Changes
1.11, 2014-12-27
* Added OAuth authentication to Flickr::API and Flickr::API::Request
* Added some examples
-------------------------------------------------------------------
Mon Apr 13 19:31:43 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-Flickr-API
Version: 1.10
Version: 1.13
Release: 0
%define cpan_name Flickr-API
Summary: Perl interface to the Flickr API
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Flickr-API/
Source: http://www.cpan.org/authors/id/I/IA/IAMCAL/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/L/LB/LBMOORE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -33,21 +34,28 @@ BuildRequires: perl(HTTP::Message) >= 1.56
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Net::OAuth)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(URI) >= 1.18
BuildRequires: perl(XML::Parser::Lite::Tree) >= 0.06
BuildRequires: perl(XML::Simple)
Requires: perl(HTTP::Message) >= 1.56
Requires: perl(HTTP::Request)
Requires: perl(HTTP::Response)
Requires: perl(LWP::UserAgent)
Requires: perl(Net::OAuth)
Requires: perl(URI) >= 1.18
Requires: perl(XML::Parser::Lite::Tree) >= 0.06
Requires: perl(XML::Simple)
%{perl_requires}
%description
A simple interface for using the Flickr API.
An interface for using the Flickr API.
'Flickr::API' is a subclass of the LWP::UserAgent manpage, so all of the
various proxy, request limits, caching, etc are available.
various proxy, request limits, caching, etc are available. 'Flickr::API'
can instantiate using either the Flickr Authentication (deprecated) or the
OAuth Authentication.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -66,6 +74,6 @@ various proxy, request limits, caching, etc are available.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes examples LICENSE README
%changelog