2011-01-19 10:25:56 +00:00
|
|
|
#
|
2014-02-24 08:30:52 +00:00
|
|
|
# spec file for package perl-Catalyst-Devel
|
2011-01-19 10:25:56 +00:00
|
|
|
#
|
2024-07-19 20:47:23 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2011-01-19 10:25:56 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-02-29 09:29:45 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-01-19 10:25:56 +00:00
|
|
|
#
|
|
|
|
|
2014-02-24 08:30:52 +00:00
|
|
|
|
2024-07-19 20:47:23 +00:00
|
|
|
%define cpan_name Catalyst-Devel
|
2011-01-19 10:25:56 +00:00
|
|
|
Name: perl-Catalyst-Devel
|
2024-07-19 20:47:23 +00:00
|
|
|
Version: 1.420.0
|
2014-02-24 08:30:52 +00:00
|
|
|
Release: 0
|
2024-07-19 20:47:23 +00:00
|
|
|
# 1.42 -> normalize -> 1.420.0
|
|
|
|
%define cpan_version 1.42
|
2020-02-29 09:29:45 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2024-07-19 20:47:23 +00:00
|
|
|
Summary: Catalyst Development Tools
|
2020-07-30 13:24:17 +00:00
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
2024-07-19 20:47:23 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz
|
2020-02-29 09:29:45 +00:00
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:12:07 +02:00
|
|
|
Source100: README.md
|
2011-03-31 08:52:19 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2024-07-19 20:47:23 +00:00
|
|
|
BuildRequires: perl(Catalyst) >= 5.900.10
|
|
|
|
BuildRequires: perl(Catalyst::Action::RenderView) >= 0.100.0
|
|
|
|
BuildRequires: perl(Catalyst::Plugin::ConfigLoader) >= 0.300.0
|
|
|
|
BuildRequires: perl(Catalyst::Plugin::Static::Simple) >= 0.280.0
|
2011-01-19 10:25:56 +00:00
|
|
|
BuildRequires: perl(Config::General) >= 2.42
|
2024-07-19 20:47:23 +00:00
|
|
|
BuildRequires: perl(File::ChangeNotify) >= 0.70.0
|
2011-01-19 10:25:56 +00:00
|
|
|
BuildRequires: perl(File::Copy::Recursive)
|
|
|
|
BuildRequires: perl(File::ShareDir)
|
2020-09-14 10:55:12 +00:00
|
|
|
BuildRequires: perl(File::ShareDir::Install)
|
2014-02-24 08:30:52 +00:00
|
|
|
BuildRequires: perl(Module::Install) >= 1.02
|
2011-01-19 10:25:56 +00:00
|
|
|
BuildRequires: perl(Moose)
|
|
|
|
BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast)
|
|
|
|
BuildRequires: perl(Path::Class) >= 0.09
|
|
|
|
BuildRequires: perl(Template) >= 2.14
|
2011-03-31 08:52:19 +00:00
|
|
|
BuildRequires: perl(Test::Fatal) >= 0.003
|
2014-02-24 08:30:52 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.94
|
|
|
|
BuildRequires: perl(namespace::autoclean)
|
|
|
|
BuildRequires: perl(namespace::clean)
|
2024-07-19 20:47:23 +00:00
|
|
|
Requires: perl(Catalyst) >= 5.900.10
|
|
|
|
Requires: perl(Catalyst::Action::RenderView) >= 0.100.0
|
|
|
|
Requires: perl(Catalyst::Plugin::ConfigLoader) >= 0.300.0
|
|
|
|
Requires: perl(Catalyst::Plugin::Static::Simple) >= 0.280.0
|
2011-01-19 10:25:56 +00:00
|
|
|
Requires: perl(Config::General) >= 2.42
|
2024-07-19 20:47:23 +00:00
|
|
|
Requires: perl(File::ChangeNotify) >= 0.70.0
|
2011-01-19 10:25:56 +00:00
|
|
|
Requires: perl(File::Copy::Recursive)
|
|
|
|
Requires: perl(File::ShareDir)
|
2014-02-24 08:30:52 +00:00
|
|
|
Requires: perl(Module::Install) >= 1.02
|
2011-01-19 10:25:56 +00:00
|
|
|
Requires: perl(Moose)
|
|
|
|
Requires: perl(MooseX::Emulate::Class::Accessor::Fast)
|
|
|
|
Requires: perl(Path::Class) >= 0.09
|
|
|
|
Requires: perl(Template) >= 2.14
|
2014-02-24 08:30:52 +00:00
|
|
|
Requires: perl(namespace::autoclean)
|
|
|
|
Requires: perl(namespace::clean)
|
2024-07-19 20:47:23 +00:00
|
|
|
Provides: perl(Catalyst::Devel) = %{version}
|
|
|
|
Provides: perl(Catalyst::Helper) = %{version}
|
|
|
|
Provides: perl(Catalyst::Restarter)
|
|
|
|
Provides: perl(Catalyst::Restarter::Forking)
|
|
|
|
Provides: perl(Catalyst::Restarter::Win32)
|
|
|
|
Provides: perl(Module::Install::Catalyst)
|
|
|
|
%undefine __perllib_provides
|
2011-01-19 10:25:56 +00:00
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
|
|
|
The 'Catalyst-Devel' distribution includes a variety of modules useful for
|
|
|
|
the development of Catalyst applications, but not required to run them.
|
|
|
|
This is intended to make it easier to deploy Catalyst apps. The runtime
|
|
|
|
parts of Catalyst are now known as 'Catalyst::Runtime'.
|
|
|
|
|
2020-02-29 09:29:45 +00:00
|
|
|
'Catalyst-Devel' includes the Catalyst::Helper system, which autogenerates
|
|
|
|
scripts and tests; Module::Install::Catalyst, a Module::Install extension
|
|
|
|
for Catalyst; and requirements for a variety of development-related
|
|
|
|
modules. The documentation remains with Catalyst::Runtime.
|
2011-01-19 10:25:56 +00:00
|
|
|
|
|
|
|
%prep
|
2024-07-19 20:47:23 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
2011-01-19 10:25:56 +00:00
|
|
|
|
|
|
|
%build
|
2020-09-14 10:55:12 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2024-07-19 20:47:23 +00:00
|
|
|
%make_build
|
2011-01-19 10:25:56 +00:00
|
|
|
|
|
|
|
%check
|
2020-02-29 09:29:45 +00:00
|
|
|
make test
|
2011-01-19 10:25:56 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2020-09-14 10:55:12 +00:00
|
|
|
%doc Changes README
|
|
|
|
%license LICENSE
|
2011-01-19 10:25:56 +00:00
|
|
|
|
|
|
|
%changelog
|