8
0

WIP: Automatic update to MIME-Lite-3.035.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-MIME-Lite:autoupdate into main
4 changed files with 32 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab
size 82715

BIN
MIME-Lite-3.038.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 17 06:14:35 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 3.38.0 (3.038)
see /usr/share/doc/packages/perl-MIME-Lite/Changes
-------------------------------------------------------------------
Sun Jun 13 03:06:30 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MIME-Lite
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,31 @@
%define cpan_name MIME-Lite
Name: perl-MIME-Lite
Version: 3.033
Version: 3.38.0
Release: 0
Summary: Low-calorie MIME generator
# 3.038 -> normalize -> 3.38.0
%define cpan_version 3.038
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Low-calorie MIME generator
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Email::Date::Format) >= 1.000
BuildRequires: perl(MIME::Types) >= 1.28
BuildRequires: perl(Mail::Address) >= 1.62
Requires: perl(Email::Date::Format) >= 1.000
Requires: perl(MIME::Types) >= 1.28
Requires: perl(Mail::Address) >= 1.62
BuildRequires: perl(Email::Date::Format) >= 1.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Email::Date::Format) >= 1.0
Provides: perl(MIME::Lite) = %{version}
Provides: perl(MIME::Lite::IO_Handle) = %{version}
Provides: perl(MIME::Lite::IO_Scalar) = %{version}
Provides: perl(MIME::Lite::IO_ScalarArray) = %{version}
Provides: perl(MIME::Lite::SMTP) = %{version}
%undefine __perllib_provides
Recommends: perl(MIME::Types) >= 1.280
Recommends: perl(Mail::Address) >= 1.620
%{perl_requires}
%description
@@ -55,8 +63,9 @@ You don't need to worry about encoding your message data: this module will
do that for you. It handles the 5 standard MIME encodings.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -71,7 +80,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc examples README
%license COPYING LICENSE
%doc Changes examples README
%license LICENSE
%changelog