fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Catalyst?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fe6cdb3a0282d581753aa1c1683caa8f083ced5548e661d1a6043495d71e1b1
|
||||
size 9098
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
# 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)
|
||||
# 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
|
||||
Version: 4.01
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 4.02
|
||||
Release: 0
|
||||
%define cpan_name Task-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
|
||||
#Source: http://www.cpan.org/authors/id/F/FL/FLORA/Task-Catalyst-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
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::Action::REST)
|
||||
BuildRequires: perl(Catalyst::ActionRole::ACL)
|
||||
@@ -33,8 +37,6 @@ BuildRequires: perl(Catalyst::Authentication::Store::DBIx::Class)
|
||||
BuildRequires: perl(Catalyst::Component::InstancePerContext)
|
||||
BuildRequires: perl(Catalyst::Controller::ActionRole)
|
||||
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::Model::Adaptor)
|
||||
BuildRequires: perl(Catalyst::Model::DBIC::Schema)
|
||||
@@ -57,10 +59,9 @@ BuildRequires: perl(CatalystX::REPL)
|
||||
BuildRequires: perl(CatalystX::SimpleLogin)
|
||||
BuildRequires: perl(FCGI)
|
||||
BuildRequires: perl(FCGI::ProcManager)
|
||||
BuildRequires: perl(local::lib)
|
||||
BuildRequires: perl(Starman)
|
||||
BuildRequires: perl(Test::WWW::Mechanize::Catalyst)
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(local::lib)
|
||||
Requires: perl(Catalyst) >= 5.80
|
||||
Requires: perl(Catalyst::Action::REST)
|
||||
Requires: perl(Catalyst::ActionRole::ACL)
|
||||
@@ -69,8 +70,6 @@ Requires: perl(Catalyst::Authentication::Store::DBIx::Class)
|
||||
Requires: perl(Catalyst::Component::InstancePerContext)
|
||||
Requires: perl(Catalyst::Controller::ActionRole)
|
||||
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::Model::Adaptor)
|
||||
Requires: perl(Catalyst::Model::DBIC::Schema)
|
||||
@@ -93,10 +92,9 @@ Requires: perl(CatalystX::REPL)
|
||||
Requires: perl(CatalystX::SimpleLogin)
|
||||
Requires: perl(FCGI)
|
||||
Requires: perl(FCGI::ProcManager)
|
||||
Requires: perl(local::lib)
|
||||
Requires: perl(Starman)
|
||||
Requires: perl(Test::WWW::Mechanize::Catalyst)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Requires: perl(local::lib)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -106,22 +104,20 @@ Installs everything you need to write serious Catalyst applications.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes dist.ini LICENSE README
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user