Accepting request 296809 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296809 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-REST-Client?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
8e6f205449
commit
fbea829723
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39206f8beb317df789a6f46d79e70c9e67ab0769592506a9f1b4d11be455eae8
|
|
||||||
size 28539
|
|
3
REST-Client-272.tar.gz
Normal file
3
REST-Client-272.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dac6b862d033ebe032efa0bb828327b053182f8066c71eae6cf903110b40eb59
|
||||||
|
size 20110
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 11:25:10 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 272
|
||||||
|
see /usr/share/doc/packages/perl-REST-Client/CHANGES
|
||||||
|
|
||||||
|
272
|
||||||
|
* Fix bug that didn't allow false PUT content. Thanks Thomas Hörndlein!
|
||||||
|
|
||||||
|
271
|
||||||
|
* Move to LWP 6.x style SSL setup. Thanks Martin Drasar and Joel Crosswhite,
|
||||||
|
for reports and testing.
|
||||||
|
|
||||||
|
249
|
||||||
|
* Remove Makefile from distribution.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 16:59:15 UTC 2012 - pascal.bleser@opensuse.org
|
Thu Mar 29 16:59:15 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-REST-Client
|
# spec file for package perl-REST-Client
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,60 +17,47 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-REST-Client
|
Name: perl-REST-Client
|
||||||
Version: 245
|
Version: 272
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple Client for Interacting with RESTful HTTP/HTTPS Resources
|
%define cpan_name REST-Client
|
||||||
|
Summary: Simple Client for Interacting with Restful Http/Https Resources
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/M/MC/MCRAWFOR/REST-Client-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/REST-Client/
|
||||||
Url: http://search.cpan.org/dist/REST-Client
|
Source: http://www.cpan.org/authors/id/M/MC/MCRAWFOR/%{cpan_name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Crypt::SSLeay)
|
BuildRequires: perl(Crypt::SSLeay)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
||||||
BuildRequires: perl(LWP::UserAgent)
|
BuildRequires: perl(LWP::UserAgent)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.8
|
||||||
BuildRequires: perl(URI)
|
BuildRequires: perl(URI)
|
||||||
# for tests:
|
|
||||||
BuildRequires: perl(HTTP::Server::Simple)
|
|
||||||
Requires: perl(Crypt::SSLeay)
|
Requires: perl(Crypt::SSLeay)
|
||||||
Requires: perl(LWP::UserAgent)
|
Requires: perl(LWP::UserAgent)
|
||||||
Requires: perl(URI)
|
Requires: perl(URI)
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
REST::Client provides a simple way to interact with HTTP RESTful
|
REST::Client provides a simple way to interact with HTTP RESTful resources.
|
||||||
resources.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n "REST-Client-%{version}"
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%__sed -i '/^auto_install/d' Makefile.PL
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%__perl Makefile.PL PREFIX="%{_prefix}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%__make %{?jobs:-j%{jobs}}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1120
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%check
|
|
||||||
%__make test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc CHANGES
|
%doc CHANGES
|
||||||
%dir %{perl_vendorlib}/REST
|
|
||||||
%{perl_vendorlib}/REST/Client.pm
|
|
||||||
%dir %{perl_vendorarch}/auto/REST
|
|
||||||
%{perl_vendorarch}/auto/REST/Client
|
|
||||||
%doc %{perl_man3dir}/REST::Client.%{perl_man3ext}%{ext_man}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user