From ab939976c24e811eb5acc2d8a8132525d1ae2b45901bdb8dc3e530ca824d77d5 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 5 Apr 2011 11:49:07 +0000 Subject: [PATCH] - updated to 0.05 * Fix the test suite with dancer_response * Fix dependencies: Dancer 1.3014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-REST?expand=0&rev=7 --- Dancer-Plugin-REST-0.04.tar.bz2 | 3 --- Dancer-Plugin-REST-0.05.tar.gz | 3 +++ perl-Dancer-Plugin-REST.changes | 7 +++++++ perl-Dancer-Plugin-REST.spec | 34 +++++++++++++-------------------- 4 files changed, 23 insertions(+), 24 deletions(-) delete mode 100644 Dancer-Plugin-REST-0.04.tar.bz2 create mode 100644 Dancer-Plugin-REST-0.05.tar.gz diff --git a/Dancer-Plugin-REST-0.04.tar.bz2 b/Dancer-Plugin-REST-0.04.tar.bz2 deleted file mode 100644 index ed8680b..0000000 --- a/Dancer-Plugin-REST-0.04.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c9dc09da29446af0adda7572ad47b48de93163ec9db4f5ca190033caf86702 -size 5469 diff --git a/Dancer-Plugin-REST-0.05.tar.gz b/Dancer-Plugin-REST-0.05.tar.gz new file mode 100644 index 0000000..9dbfed9 --- /dev/null +++ b/Dancer-Plugin-REST-0.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f4aaa9be3593beeafdfe38830b94d5b509e5b254e53b675af3fb6a5c22f775 +size 5388 diff --git a/perl-Dancer-Plugin-REST.changes b/perl-Dancer-Plugin-REST.changes index ef2e621..a140c42 100644 --- a/perl-Dancer-Plugin-REST.changes +++ b/perl-Dancer-Plugin-REST.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 5 11:46:12 UTC 2011 - coolo@novell.com + +- updated to 0.05 + * Fix the test suite with dancer_response + * Fix dependencies: Dancer 1.3014 + ------------------------------------------------------------------- Wed Jan 19 19:03:19 UTC 2011 - dbahi@novell.com diff --git a/perl-Dancer-Plugin-REST.spec b/perl-Dancer-Plugin-REST.spec index 6d42790..1ab5ca9 100644 --- a/perl-Dancer-Plugin-REST.spec +++ b/perl-Dancer-Plugin-REST.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DancerPlugin-REST (Version 0.04) +# spec file for package perl-Dancer-Plugin-REST (Version 0.05) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,29 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Dancer-Plugin-REST -%define cpan_name Dancer-Plugin-REST -Summary: A plugin for writing RESTful apps with Dancer -Version: 0.04 +Version: 0.05 Release: 1 License: GPL+ or Artistic -Group: Development/Libraries/Perl +%define cpan_name Dancer-Plugin-REST +Summary: A plugin for writing RESTful apps with Dancer Url: http://search.cpan.org/dist/Dancer-Plugin-REST/ -#Source: http://search.cpan.org/src/SUKRIA/Dancer-Plugin-REST-0.0001_01/lib/Dancer/Plugin/REST.pm -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +#Source: http://www.cpan.org/authors/id/S/SU/SUKRIA/Dancer-Plugin-REST-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.87 -BuildRequires: perl(Dancer) >= 1.178_01 +BuildRequires: perl(Dancer) >= 1.3014 BuildRequires: perl(JSON) -BuildRequires: perl(YAML) -Requires: perl(Dancer) >= 1.178_01 +Requires: perl(Dancer) >= 1.3014 Requires: perl(JSON) +%{perl_requires} %description This plugin helps you write a RESTful webservice with Dancer. @@ -54,18 +50,14 @@ This plugin helps you write a RESTful webservice with Dancer. %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(644,root,root,755) %doc CHANGES README %changelog