# # spec file for package perl-Data-Message # # Copyright (c) 2024 SUSE LLC # # 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 https://bugs.opensuse.org/ # %define cpan_name Data-Message Name: perl-Data-Message Version: 1.104.0 Release: 0 # 1.104 -> normalize -> 1.104.0 %define cpan_version 1.104 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Parse and build header-and-body messages (kinda like email) URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Email::Simple) >= 1.92 BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Email::Simple) >= 1.92 Provides: perl(Data::Message) = %{version} %undefine __perllib_provides %{perl_requires} %description *ACHTUNG!* What's the point of this module? It isn't even clear to me, the current maintainer. Consider using Email::Simple or Email::MIME directly. This module is a generic interface to dealing with RFC2822 compliant messages. Email is the most common example of messages in this format, but not the only one. HTTP requests and responses are also sent and received in this format. Many other systems rely on storing or sending information with a header of key/value pairs followed by an *optional* body. Because 'Email::Simple' is so good at parsing this format, and so fast, this module inherits from it. Changes to the interface are only prevelant in options provided to the constructor 'new()'. For any other interface usage documentation, please see Email::Simple. Because 'Data::Message' is a subclass of 'Email::Simple', its mixins will work with this package. For example, you may use 'Email::Simple::Creator' to aid in the creation of 'Data::Message' objects from scratch. %prep %autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor %make_build %check make test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %files -f %{name}.files %doc Changes README %license LICENSE %changelog