diff --git a/Web-Machine-0.15.tar.gz b/Web-Machine-0.15.tar.gz deleted file mode 100644 index 84b1c44..0000000 --- a/Web-Machine-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c51a3b8c10bd18369c7a0e5189c9bb491830a3e471eb424d3a0bf15ab33a7cdb -size 56825 diff --git a/Web-Machine-0.16.tar.gz b/Web-Machine-0.16.tar.gz new file mode 100644 index 0000000..5b33d73 --- /dev/null +++ b/Web-Machine-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5366cee017817f532b8f4ed979d263bc0dbeced667005dcf589da4ed0f4606c +size 69827 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Web-Machine.changes b/perl-Web-Machine.changes index a26540c..a229afa 100644 --- a/perl-Web-Machine.changes +++ b/perl-Web-Machine.changes @@ -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 diff --git a/perl-Web-Machine.spec b/perl-Web-Machine.spec index 06f63a4..835be14 100644 --- a/perl-Web-Machine.spec +++ b/perl-Web-Machine.spec @@ -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