8
0

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:
Stephan Kulow
2015-07-07 11:39:58 +00:00
committed by Git OBS Bridge
parent e04cf16fa1
commit f8ef306c87
5 changed files with 43 additions and 23 deletions

View File

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

3
Web-Machine-0.16.tar.gz Normal file
View File

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

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,9 @@
-------------------------------------------------------------------
Tue Jul 7 09:32:11 UTC 2015 - coolo@suse.com
- updated to 0.16
see /usr/share/doc/packages/perl-Web-Machine/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 21 08:28:04 UTC 2014 - ncutler@suse.com Mon Jul 21 08:28:04 UTC 2014 - ncutler@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Web-Machine # 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 # 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,14 +17,15 @@
Name: perl-Web-Machine Name: perl-Web-Machine
Version: 0.15 Version: 0.16
Release: 0 Release: 0
%define cpan_name Web-Machine %define cpan_name Web-Machine
Summary: A Perl port of Webmachine Summary: Perl port of Webmachine
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Web-Machine/ 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -47,23 +48,10 @@ BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Util) BuildRequires: perl(Plack::Util)
BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::FailWarnings) BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::Fatal) >= 0.003 BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Try::Tiny) BuildRequires: perl(Try::Tiny)
BuildRequires: perl(parent) 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::Headers::ActionPack) >= 0.07
Requires: perl(HTTP::Status) Requires: perl(HTTP::Status)
Requires: perl(Hash::MultiValue) 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 2012 YAPC::NA
talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches manpage. 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 %prep
%setup -q -n %{cpan_name}-%{version} %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 %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes examples LICENSE README README.md weaver.ini %doc Changes examples LICENSE README.md
%changelog %changelog