forked from pool/perl-MIME-Lite
Compare commits
16 Commits
0336f3c4d0
...
e41d6c5574
Author | SHA256 | Date | |
---|---|---|---|
e41d6c5574 | |||
a299a2a740 | |||
842b7195e6 | |||
5d0a081105 | |||
|
3e77d30b3b | ||
|
0fd612f0d1 | ||
|
5ce776bddd | ||
|
084127e77d | ||
|
9a3dff7272 | ||
|
2559acedef | ||
|
8aea0143e1 | ||
|
2ae89b5ee5 | ||
|
05a209e2ad | ||
|
cbd0c8449b | ||
|
98dcb11238 | ||
|
6e34ea3a04 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb873b414ea46feb8aabba264e7421b0e6f4cfd2630cab49472ba6ced91c0fa9
|
||||
size 64437
|
3
MIME-Lite-3.033.tar.gz
Normal file
3
MIME-Lite-3.033.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab
|
||||
size 82715
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 13 03:06:30 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.033
|
||||
see /usr/share/doc/packages/perl-MIME-Lite/changes.pod
|
||||
|
||||
=item Version 3.033
|
||||
No changes since previous version, just made non-trial.
|
||||
=item Version 3.032
|
||||
Fix an error in printing to Net::SMTP (thanks, Peter Heirich)
|
||||
Add "use warnings" and require v5.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:55:54 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.031
|
||||
see /usr/share/doc/packages/perl-MIME-Lite/changes.pod
|
||||
|
||||
=item Version 3.031
|
||||
|
||||
Add an SSL option to connect to the SMTP relay via SSL on port 465. (thanks,
|
||||
Max Maischein)
|
||||
|
||||
Document some tips on using non-ASCII content with MIME::Lite (thanks,
|
||||
traveljury.com and Tom Hukins)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 07:36:22 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 3.030
|
||||
Make send_by_sendmail set sender like documentation says it does (thanks,
|
||||
Michael Schout!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 12:31:14 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 3.029
|
||||
Allow the MIME-Version header to be replaced (thanks, Florian!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 11:59:59 UTC 2011 - coolo@suse.com
|
||||
|
||||
- shorten license string
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:07:20 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MIME-Lite
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,58 +12,65 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Url: http://cpan.org/modules/by-module/MIME/
|
||||
|
||||
%define cpan_name MIME-Lite
|
||||
Name: perl-MIME-Lite
|
||||
Version: 3.028
|
||||
Release: 1
|
||||
Requires: perl-Email-Date-Format perl-MailTools perl-MIME-Types
|
||||
BuildRequires: perl-Email-Date-Format perl-MIME-Types perl-MailTools
|
||||
Version: 3.033
|
||||
Release: 0
|
||||
Summary: Low-calorie MIME generator
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Group: Development/Libraries/Perl
|
||||
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
||||
Summary: Module for Generating MIME messages
|
||||
# http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-%{version}.tar.gz
|
||||
Source: MIME-Lite-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
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
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
MIME::Lite is intended as a simple, standalone module for generating
|
||||
(not parsing!) MIME messages... specifically, it allows you to output a
|
||||
simple, decent single- or multi-part message with text or binary
|
||||
attachments. It does not require that you have the Mail:: or MIME::
|
||||
modules installed.
|
||||
In the never-ending quest for great taste with fewer calories, we proudly
|
||||
present: _MIME::Lite_.
|
||||
|
||||
MIME::Lite is intended as a simple, standalone module for generating (not
|
||||
parsing!) MIME messages... specifically, it allows you to output a simple,
|
||||
decent single- or multi-part message with text or binary attachments. It
|
||||
does not require that you have the Mail:: or MIME:: modules installed, but
|
||||
will work with them if they are.
|
||||
|
||||
You can specify each message part as either the literal data itself (in a
|
||||
scalar or array), or as a string which can be given to open() to get a
|
||||
readable filehandle (e.g., "<filename" or "somecommand|").
|
||||
|
||||
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
|
||||
%setup -n MIME-Lite-%{version} -q
|
||||
%__sed -i 's/\r$//' COPYING INSTALLING LICENSE MANIFEST README examples/* contrib/MailTool.pm contrib/README
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
chmod 0644 README MANIFEST changes.pod
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING INSTALLING MANIFEST README changes.pod examples contrib
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorarch}/auto/MIME
|
||||
%{perl_vendorlib}/MIME
|
||||
%files -f %{name}.files
|
||||
%doc examples README
|
||||
%license COPYING LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user