8
0

- update to 0.09

- modernize package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Router-Simple?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2013-06-17 12:00:45 +00:00
committed by Git OBS Bridge
parent 335c696975
commit dee19c304e
3 changed files with 35 additions and 14 deletions

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 17 12:00:26 UTC 2013 - coolo@suse.com
- update to 0.09
- modernize package
-------------------------------------------------------------------
Wed Feb 16 14:58:52 CET 2011 - pascal.bleser@opensuse.org

View File

@@ -1,25 +1,42 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Router-Simple
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Router-Simple
Version: 0.08
Version: 0.09
Release: 0
Summary: Simple HTTP router
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Router-Simple-%{version}.tar.gz
URL: http://search.cpan.org/dist/Router-Simple
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Router-Simple-%{version}.tar.gz
Url: http://search.cpan.org/dist/Router-Simple
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl-macros
BuildRequires: make
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(List::Util)
BuildRequires: perl(parent)
BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor::Fast)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(parent)
Requires: perl(Class::Accessor::Fast)
Requires: perl(List::Util)
Requires: perl(parent)
Requires: perl(Class::Accessor::Fast)
%description
Router::Simple is a simple router class.
@@ -59,3 +76,4 @@ to use with PSGI supporting web frameworks.
%doc %{perl_man3dir}/Router::Simple.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Router::Simple::*.%{perl_man3ext}%{ext_man}
%changelog