- 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
This commit is contained in:
Stephan Kulow
2011-04-05 11:49:07 +00:00
committed by Git OBS Bridge
parent 8b04b8a49e
commit ab939976c2
4 changed files with 23 additions and 24 deletions

View File

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

View File

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

View File

@@ -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

View File

@@ -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