forked from pool/perl-Web-Machine
Accepting request 315373 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/315373 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Web-Machine?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
e04cf16fa1
commit
f8ef306c87
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Web-Machine
|
||||
#
|
||||
# Copyright (c) 2014 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
|
||||
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Web-Machine
|
||||
Version: 0.15
|
||||
Version: 0.16
|
||||
Release: 0
|
||||
%define cpan_name Web-Machine
|
||||
Summary: A Perl port of Webmachine
|
||||
Summary: Perl port of Webmachine
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Web-Machine/
|
||||
Source: Web-Machine-0.15.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -47,23 +48,10 @@ BuildRequires: perl(Plack::Test)
|
||||
BuildRequires: perl(Plack::Util)
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Test::FailWarnings)
|
||||
BuildRequires: perl(Test::Fatal) >= 0.003
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(parent)
|
||||
#BuildRequires: perl(GD::Simple)
|
||||
BuildRequires: perl(JSON::XS)
|
||||
#BuildRequires: perl(My::Resource::Test022::Base)
|
||||
#BuildRequires: perl(Path::Class)
|
||||
#BuildRequires: perl(Test::TCP)
|
||||
#BuildRequires: perl(Web::Machine)
|
||||
#BuildRequires: perl(Web::Machine::FSM)
|
||||
#BuildRequires: perl(Web::Machine::FSM::States)
|
||||
#BuildRequires: perl(Web::Machine::I18N)
|
||||
#BuildRequires: perl(Web::Machine::Resource)
|
||||
#BuildRequires: perl(Web::Machine::Util)
|
||||
#BuildRequires: perl(Web::Machine::Util::BodyEncoding)
|
||||
#BuildRequires: perl(Web::Machine::Util::ContentNegotiation)
|
||||
Requires: perl(HTTP::Headers::ActionPack) >= 0.07
|
||||
Requires: perl(HTTP::Status)
|
||||
Requires: perl(Hash::MultiValue)
|
||||
@@ -105,6 +93,9 @@ You can learn a bit about Web::Machine's history from the slides for my the
|
||||
2012 YAPC::NA
|
||||
talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches manpage.
|
||||
|
||||
To learn more about Webmachine, take a look at the links in the SEE ALSO
|
||||
section.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
@@ -122,6 +113,6 @@ talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches manpage.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE README README.md weaver.ini
|
||||
%doc Changes examples LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user