2020-10-17 14:30:02 +00:00
committed by Git OBS Bridge
parent 6fd2096fa6
commit 6c185c7850
3 changed files with 29 additions and 30 deletions

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 17 14:28:44 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 4.02
see /usr/share/doc/packages/perl-Task-Catalyst/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 17 19:25:02 UTC 2011 - coolo@novell.com Mon Jan 17 19:25:02 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Task-Catalyst (Version 4.01) # spec file for package perl-Task-Catalyst
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Task-Catalyst Name: perl-Task-Catalyst
Version: 4.01 Version: 4.02
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Task-Catalyst %define cpan_name Task-Catalyst
Summary: All you need to start with Catalyst Summary: All you need to start with Catalyst
Url: http://search.cpan.org/dist/Task-Catalyst/ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/F/FL/FLORA/Task-Catalyst-%{version}.tar.gz URL: https://metacpan.org/release/%{cpan_name}
Source: %{cpan_name}-%{version}.tar.bz2 Source0: https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Catalyst) >= 5.80 BuildRequires: perl(Catalyst) >= 5.80
BuildRequires: perl(Catalyst::Action::REST) BuildRequires: perl(Catalyst::Action::REST)
BuildRequires: perl(Catalyst::ActionRole::ACL) BuildRequires: perl(Catalyst::ActionRole::ACL)
@@ -33,8 +37,6 @@ BuildRequires: perl(Catalyst::Authentication::Store::DBIx::Class)
BuildRequires: perl(Catalyst::Component::InstancePerContext) BuildRequires: perl(Catalyst::Component::InstancePerContext)
BuildRequires: perl(Catalyst::Controller::ActionRole) BuildRequires: perl(Catalyst::Controller::ActionRole)
BuildRequires: perl(Catalyst::Devel) >= 1.26 BuildRequires: perl(Catalyst::Devel) >= 1.26
BuildRequires: perl(Catalyst::Engine::HTTP::Prefork)
BuildRequires: perl(Catalyst::Engine::PSGI)
BuildRequires: perl(Catalyst::Manual) >= 5.80 BuildRequires: perl(Catalyst::Manual) >= 5.80
BuildRequires: perl(Catalyst::Model::Adaptor) BuildRequires: perl(Catalyst::Model::Adaptor)
BuildRequires: perl(Catalyst::Model::DBIC::Schema) BuildRequires: perl(Catalyst::Model::DBIC::Schema)
@@ -57,10 +59,9 @@ BuildRequires: perl(CatalystX::REPL)
BuildRequires: perl(CatalystX::SimpleLogin) BuildRequires: perl(CatalystX::SimpleLogin)
BuildRequires: perl(FCGI) BuildRequires: perl(FCGI)
BuildRequires: perl(FCGI::ProcManager) BuildRequires: perl(FCGI::ProcManager)
BuildRequires: perl(local::lib) BuildRequires: perl(Starman)
BuildRequires: perl(Test::WWW::Mechanize::Catalyst) BuildRequires: perl(Test::WWW::Mechanize::Catalyst)
BuildRequires: perl BuildRequires: perl(local::lib)
BuildRequires: perl-macros
Requires: perl(Catalyst) >= 5.80 Requires: perl(Catalyst) >= 5.80
Requires: perl(Catalyst::Action::REST) Requires: perl(Catalyst::Action::REST)
Requires: perl(Catalyst::ActionRole::ACL) Requires: perl(Catalyst::ActionRole::ACL)
@@ -69,8 +70,6 @@ Requires: perl(Catalyst::Authentication::Store::DBIx::Class)
Requires: perl(Catalyst::Component::InstancePerContext) Requires: perl(Catalyst::Component::InstancePerContext)
Requires: perl(Catalyst::Controller::ActionRole) Requires: perl(Catalyst::Controller::ActionRole)
Requires: perl(Catalyst::Devel) >= 1.26 Requires: perl(Catalyst::Devel) >= 1.26
Requires: perl(Catalyst::Engine::HTTP::Prefork)
Requires: perl(Catalyst::Engine::PSGI)
Requires: perl(Catalyst::Manual) >= 5.80 Requires: perl(Catalyst::Manual) >= 5.80
Requires: perl(Catalyst::Model::Adaptor) Requires: perl(Catalyst::Model::Adaptor)
Requires: perl(Catalyst::Model::DBIC::Schema) Requires: perl(Catalyst::Model::DBIC::Schema)
@@ -93,10 +92,9 @@ Requires: perl(CatalystX::REPL)
Requires: perl(CatalystX::SimpleLogin) Requires: perl(CatalystX::SimpleLogin)
Requires: perl(FCGI) Requires: perl(FCGI)
Requires: perl(FCGI::ProcManager) Requires: perl(FCGI::ProcManager)
Requires: perl(local::lib) Requires: perl(Starman)
Requires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Test::WWW::Mechanize::Catalyst)
BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: perl(local::lib)
BuildArch: noarch
%{perl_requires} %{perl_requires}
%description %description
@@ -106,22 +104,20 @@ Installs everything you need to write serious Catalyst applications.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755) %defattr(-,root,root,755)
%doc Changes dist.ini LICENSE README %doc Changes README
%license LICENSE
%changelog %changelog