forked from pool/perl-Router-Simple
- 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:
committed by
Git OBS Bridge
parent
335c696975
commit
dee19c304e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad3df9b8f913e5e46f7adc44638220ba0b9c713ca6f9ff25a5728308d4d32f52
|
|
||||||
size 35537
|
|
@@ -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
|
Wed Feb 16 14:58:52 CET 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,25 +1,42 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
# 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
|
Name: perl-Router-Simple
|
||||||
Version: 0.08
|
Version: 0.09
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple HTTP router
|
Summary: Simple HTTP router
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Router-Simple-%{version}.tar.gz
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
URL: http://search.cpan.org/dist/Router-Simple
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Perl License
|
Source: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Router-Simple-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
Url: http://search.cpan.org/dist/Router-Simple
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl-macros
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
|
||||||
BuildRequires: perl(List::Util)
|
|
||||||
BuildRequires: perl(parent)
|
|
||||||
BuildRequires: perl(Class::Accessor::Fast)
|
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(List::Util)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Requires: perl(Class::Accessor::Fast)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Router::Simple is a simple router class.
|
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}
|
||||||
%doc %{perl_man3dir}/Router::Simple::*.%{perl_man3ext}%{ext_man}
|
%doc %{perl_man3dir}/Router::Simple::*.%{perl_man3ext}%{ext_man}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Reference in New Issue
Block a user