2011-01-19 13:37:01 +00:00
|
|
|
#
|
2011-11-17 15:21:39 +00:00
|
|
|
# spec file for package perl-Catalyst-View-Email
|
2011-01-19 13:37:01 +00:00
|
|
|
#
|
2024-07-19 21:17:08 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2011-01-19 13:37:01 +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.
|
|
|
|
|
2019-10-15 11:52:01 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-01-19 13:37:01 +00:00
|
|
|
#
|
|
|
|
|
2011-11-17 15:21:39 +00:00
|
|
|
|
2024-07-19 21:17:08 +00:00
|
|
|
%define cpan_name Catalyst-View-Email
|
2011-01-19 13:37:01 +00:00
|
|
|
Name: perl-Catalyst-View-Email
|
2024-07-19 21:17:08 +00:00
|
|
|
Version: 0.360.0
|
2015-04-16 05:47:45 +00:00
|
|
|
Release: 0
|
2024-07-19 21:17:08 +00:00
|
|
|
# 0.36 -> normalize -> 0.360.0
|
|
|
|
%define cpan_version 0.36
|
2019-10-15 11:52:01 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2024-07-19 21:17:08 +00:00
|
|
|
Summary: Send Email from Catalyst
|
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/D/DH/DHOSS/%{cpan_name}-%{cpan_version}.tar.gz
|
2015-04-16 05:47:45 +00:00
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:12:12 +02:00
|
|
|
Source100: README.md
|
2015-04-16 05:47:45 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2011-01-19 13:37:01 +00:00
|
|
|
BuildRequires: perl(Authen::SASL) >= 2.13
|
2024-07-19 21:17:08 +00:00
|
|
|
BuildRequires: perl(Catalyst) >= 5.700.0
|
2011-01-19 13:37:01 +00:00
|
|
|
BuildRequires: perl(Email::MIME) >= 1.859
|
|
|
|
BuildRequires: perl(Email::MIME::Creator) >= 1.455
|
|
|
|
BuildRequires: perl(Email::Sender::Simple) >= 0.100110
|
2024-07-19 21:17:08 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
|
2015-04-16 05:47:45 +00:00
|
|
|
BuildRequires: perl(MIME::Base64) >= 3.08
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.014
|
2011-01-19 13:37:01 +00:00
|
|
|
BuildRequires: perl(Moose) >= 0.93
|
2015-04-16 05:47:45 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
2011-01-19 13:37:01 +00:00
|
|
|
BuildRequires: perl(Test::Requires)
|
2015-04-16 05:47:45 +00:00
|
|
|
BuildRequires: perl(parent) >= 0.223
|
2011-01-19 13:37:01 +00:00
|
|
|
Requires: perl(Authen::SASL) >= 2.13
|
2024-07-19 21:17:08 +00:00
|
|
|
Requires: perl(Catalyst) >= 5.700.0
|
2011-01-19 13:37:01 +00:00
|
|
|
Requires: perl(Email::MIME) >= 1.859
|
|
|
|
Requires: perl(Email::MIME::Creator) >= 1.455
|
|
|
|
Requires: perl(Email::Sender::Simple) >= 0.100110
|
2015-04-16 05:47:45 +00:00
|
|
|
Requires: perl(MIME::Base64) >= 3.08
|
|
|
|
Requires: perl(Module::Runtime) >= 0.014
|
2011-01-19 13:37:01 +00:00
|
|
|
Requires: perl(Moose) >= 0.93
|
2015-04-16 05:47:45 +00:00
|
|
|
Requires: perl(Test::More) >= 0.88
|
|
|
|
Requires: perl(parent) >= 0.223
|
2024-07-19 21:17:08 +00:00
|
|
|
Provides: perl(Catalyst::Helper::View::Email) = %{version}
|
|
|
|
Provides: perl(Catalyst::Helper::View::Email::Template) = %{version}
|
|
|
|
Provides: perl(Catalyst::View::Email) = %{version}
|
|
|
|
Provides: perl(Catalyst::View::Email::Template) = %{version}
|
|
|
|
%undefine __perllib_provides
|
2011-01-19 13:37:01 +00:00
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
2015-04-16 05:47:45 +00:00
|
|
|
Send Email from Catalyst
|
2011-01-19 13:37:01 +00:00
|
|
|
|
|
|
|
%prep
|
2024-07-19 21:17:08 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
2011-01-19 13:37:01 +00:00
|
|
|
|
|
|
|
%build
|
2019-10-15 11:52:01 +00:00
|
|
|
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
2024-07-19 21:17:08 +00:00
|
|
|
%make_build
|
2011-01-19 13:37:01 +00:00
|
|
|
|
|
|
|
%check
|
2019-10-15 11:52:01 +00:00
|
|
|
make test
|
2011-01-19 13:37:01 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2015-09-26 08:52:40 +00:00
|
|
|
%doc Changes README README.md
|
2011-01-19 13:37:01 +00:00
|
|
|
|
|
|
|
%changelog
|