0.04
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTP-Spore?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
Net-HTTP-Spore-0.04.tar.gz
Normal file
3
Net-HTTP-Spore-0.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:712243032db5abfb7dae5d6dd61deaeae1082524eeae051f7a8d6f7bdef66b83
|
||||||
|
size 37191
|
5
perl-Net-HTTP-Spore.changes
Normal file
5
perl-Net-HTTP-Spore.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 03 23:23:27 CET 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- initial version (0.04)
|
||||||
|
|
130
perl-Net-HTTP-Spore.spec
Normal file
130
perl-Net-HTTP-Spore.spec
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-Net-HTTP-Spore
|
||||||
|
#
|
||||||
|
# Copyright (c) 2011 SUSE LINUX Products 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-HTTP-Spore
|
||||||
|
Version: 0.04
|
||||||
|
Release: 0
|
||||||
|
Summary: SPORE client
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/F/FR/FRANCKC/Net-HTTP-Spore-%{version}.tar.gz
|
||||||
|
Url: http://search.cpan.org/dist/Net-HTTP-Spore
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Test::Exception)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Scalar::Util)
|
||||||
|
BuildRequires: perl(MooseX::Types::Moose)
|
||||||
|
BuildRequires: perl(IO::All)
|
||||||
|
BuildRequires: perl(YAML)
|
||||||
|
BuildRequires: perl(URI::Escape)
|
||||||
|
BuildRequires: perl(XML::Simple)
|
||||||
|
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||||
|
BuildRequires: perl(MooseX::Types::URI)
|
||||||
|
BuildRequires: perl(HTTP::Headers)
|
||||||
|
BuildRequires: perl(Digest::SHA)
|
||||||
|
BuildRequires: perl(Moose)
|
||||||
|
BuildRequires: perl(Try::Tiny)
|
||||||
|
BuildRequires: perl(Moose::Role)
|
||||||
|
BuildRequires: perl(URI)
|
||||||
|
BuildRequires: perl(IO::File)
|
||||||
|
BuildRequires: perl(overload)
|
||||||
|
BuildRequires: perl(Moose::Meta::Method)
|
||||||
|
BuildRequires: perl(Time::HiRes)
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
|
BuildRequires: perl(Moose::Exporter)
|
||||||
|
BuildRequires: perl(LWP::UserAgent)
|
||||||
|
BuildRequires: perl(MIME::Base64)
|
||||||
|
BuildRequires: perl(MooseX::Role::Parameterized)
|
||||||
|
BuildRequires: perl(JSON)
|
||||||
|
BuildRequires: perl(Moose::Util::MetaRole)
|
||||||
|
BuildRequires: perl(HTTP::Request)
|
||||||
|
Requires: perl(Scalar::Util)
|
||||||
|
Requires: perl(MooseX::Types::Moose)
|
||||||
|
Requires: perl(IO::All)
|
||||||
|
Requires: perl(YAML)
|
||||||
|
Requires: perl(URI::Escape)
|
||||||
|
Requires: perl(XML::Simple)
|
||||||
|
Requires: perl(Moose::Util::TypeConstraints)
|
||||||
|
Requires: perl(MooseX::Types::URI)
|
||||||
|
Requires: perl(HTTP::Headers)
|
||||||
|
Requires: perl(Digest::SHA)
|
||||||
|
Requires: perl(Moose)
|
||||||
|
Requires: perl(Try::Tiny)
|
||||||
|
Requires: perl(Moose::Role)
|
||||||
|
Requires: perl(URI)
|
||||||
|
Requires: perl(IO::File)
|
||||||
|
Requires: perl(overload)
|
||||||
|
Requires: perl(Moose::Meta::Method)
|
||||||
|
Requires: perl(Time::HiRes)
|
||||||
|
Requires: perl(Carp)
|
||||||
|
Requires: perl(Moose::Exporter)
|
||||||
|
Requires: perl(LWP::UserAgent)
|
||||||
|
Requires: perl(MIME::Base64)
|
||||||
|
Requires: perl(MooseX::Role::Parameterized)
|
||||||
|
Requires: perl(JSON)
|
||||||
|
Requires: perl(Moose::Util::MetaRole)
|
||||||
|
Requires: perl(HTTP::Request)
|
||||||
|
%if 0%{?suse_version} >= 1120
|
||||||
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description
|
||||||
|
This module is an implementation of the SPORE specification.
|
||||||
|
To use this client, you need to use or to write a SPORE specification of
|
||||||
|
an API. A description of the SPORE specification format is available at
|
||||||
|
http://github.com/SPORE/specifications/blob/master/spore_description.pod
|
||||||
|
|
||||||
|
Some specifications for well-known services are available
|
||||||
|
http://github.com/SPORE/api-description.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n "Net-HTTP-Spore-%{version}"
|
||||||
|
%__sed -i '/^auto_install/d' Makefile.PL
|
||||||
|
|
||||||
|
%build
|
||||||
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||||
|
%__make %{?_smp_flags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%check
|
||||||
|
%__make test
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README Changes LICENSE
|
||||||
|
%dir %{perl_vendorlib}/Net
|
||||||
|
%dir %{perl_vendorlib}/Net/HTTP
|
||||||
|
%{perl_vendorlib}/Net/HTTP/Spore
|
||||||
|
%{perl_vendorlib}/Net/HTTP/Spore.pm
|
||||||
|
%doc %{perl_man3dir}/Net::HTTP::Spore.%{perl_man3ext}%{ext_man}
|
||||||
|
%doc %{perl_man3dir}/Net::HTTP::Spore::*.%{perl_man3ext}%{ext_man}
|
||||||
|
|
||||||
|
%changelog
|
Reference in New Issue
Block a user