Accepting request 296567 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296567 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WebService-Google-Reader?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
c4506ce3e1
commit
9bae469d52
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f065c8021a9c2f7af994c03cba80a4a740ba294c2f12b2af1d3c7f3938b0a4f7
|
||||
size 16985
|
3
WebService-Google-Reader-0.22.tar.gz
Normal file
3
WebService-Google-Reader-0.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80ed63da46cb1d3e0e590fe6a43661c8a1dd651d7a2920671aab4101fc0501de
|
||||
size 17135
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:10:56 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.22
|
||||
see /usr/share/doc/packages/perl-WebService-Google-Reader/Changes
|
||||
|
||||
0.22 Tue Aug 13 16:52:44 UTC 2013
|
||||
- Required host of webservice to be given.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 03 23:22:25 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-WebService-Google-Reader
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -16,86 +16,67 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-WebService-Google-Reader
|
||||
Version: 0.21
|
||||
Version: 0.22
|
||||
Release: 0
|
||||
Summary: Perl interface to Google Reader
|
||||
Source: http://search.cpan.org/CPAN/authors/id/G/GR/GRAY/WebService-Google-Reader-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/WebService-Google-Reader
|
||||
%define cpan_name WebService-Google-Reader
|
||||
Summary: Perl interface to the Google Reader API
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
Url: http://search.cpan.org/dist/WebService-Google-Reader/
|
||||
Source: http://www.cpan.org/authors/id/G/GR/GRAY/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: make
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildRequires: perl(Test::More) >= 0.82
|
||||
%endif
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(URI::Escape)
|
||||
BuildRequires: perl(XML::Atom)
|
||||
BuildRequires: perl(URI::QueryParam)
|
||||
BuildRequires: perl(HTTP::Cookies)
|
||||
BuildRequires: perl(Class::Accessor::Fast)
|
||||
BuildRequires: perl(HTTP::Request::Common)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(LWP::UserAgent)
|
||||
BuildRequires: perl(XML::LibXML)
|
||||
BuildRequires: perl(Crypt::SSLeay)
|
||||
BuildRequires: perl(JSON) >= 2
|
||||
Requires: perl(URI)
|
||||
Requires: perl(parent)
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(XML::Atom)
|
||||
Requires: perl(URI::QueryParam)
|
||||
Requires: perl(HTTP::Cookies)
|
||||
BuildRequires: perl(LWP::Protocol::https) >= 6.02
|
||||
BuildRequires: perl(LWP::UserAgent) >= 6.02
|
||||
BuildRequires: perl(Test::More) >= 0.82
|
||||
BuildRequires: perl(URI) >= 1.36
|
||||
BuildRequires: perl(URI::Escape)
|
||||
BuildRequires: perl(URI::QueryParam)
|
||||
BuildRequires: perl(XML::Atom)
|
||||
BuildRequires: perl(XML::LibXML)
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Class::Accessor::Fast)
|
||||
Requires: perl(HTTP::Request::Common)
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(LWP::UserAgent)
|
||||
Requires: perl(XML::LibXML)
|
||||
Requires: perl(Crypt::SSLeay)
|
||||
Requires: perl(JSON) >= 2
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Requires: perl(LWP::Protocol::https) >= 6.02
|
||||
Requires: perl(LWP::UserAgent) >= 6.02
|
||||
Requires: perl(URI) >= 1.36
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(URI::QueryParam)
|
||||
Requires: perl(XML::Atom)
|
||||
Requires: perl(XML::LibXML)
|
||||
Requires: perl(parent)
|
||||
Recommends: perl(JSON::XS) >= 2
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
The "WebService::Google::Reader" module provides an interface to the
|
||||
Google Reader service through the unofficial (as-yet unpublished) API.
|
||||
The 'WebService::Google::Reader' module provides an interface to
|
||||
webservices using the Google Reader API. The only tested webservice at this
|
||||
time is the www.inoreader.com manpage.
|
||||
|
||||
%prep
|
||||
%setup -q -n "WebService-Google-Reader-%{version}"
|
||||
%__sed -i '/^auto_install/d' Makefile.PL
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%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
|
||||
|
||||
%if 0%{?suse_version} >= 1120
|
||||
|
||||
%check
|
||||
%__make test
|
||||
%endif
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
%dir %{perl_vendorlib}/WebService
|
||||
%dir %{perl_vendorlib}/WebService/Google
|
||||
%{perl_vendorlib}/WebService/Google/Reader.pm
|
||||
%{perl_vendorlib}/WebService/Google/Reader
|
||||
%doc %{perl_man3dir}/WebService::Google::Reader.%{perl_man3ext}%{ext_man}
|
||||
%doc %{perl_man3dir}/WebService::Google::Reader::*.%{perl_man3ext}%{ext_man}
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes NOTES README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user