forked from pool/perl-Email-Simple
Accepting request 223481 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/223481 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Email-Simple?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7cbfc916f3da5ecd40cbcb69b4b5202c98732bd88fcffcfe192d5fc9b8265012
|
|
||||||
size 31602
|
|
||||||
3
Email-Simple-2.202.tar.gz
Normal file
3
Email-Simple-2.202.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b52b6b8559151178915af692cd5ff20f9f4d246c39f0759ca0c70a8ae8cca1f2
|
||||||
|
size 33608
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 09:15:20 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.202
|
||||||
|
repackage with Dist::Zilla; update repo and bug tracker
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 08:42:21 UTC 2013 - coolo@suse.com
|
Tue Jun 4 08:42:21 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Email-Simple
|
# spec file for package perl-Email-Simple
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Email-Simple
|
Name: perl-Email-Simple
|
||||||
Version: 2.201
|
Version: 2.202
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Email-Simple
|
%define cpan_name Email-Simple
|
||||||
Summary: Simple parsing of RFC2822 message format and headers
|
Summary: Simple parsing of RFC2822 message format and headers
|
||||||
@@ -29,21 +29,20 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Capture::Tiny)
|
||||||
BuildRequires: perl(Email::Date::Format)
|
BuildRequires: perl(Email::Date::Format)
|
||||||
#BuildRequires: perl(Email::MIME)
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
#BuildRequires: perl(Email::Simple)
|
#BuildRequires: perl(Email::Simple)
|
||||||
#BuildRequires: perl(Email::Simple::Creator)
|
#BuildRequires: perl(Email::Simple::Creator)
|
||||||
#BuildRequires: perl(Email::Simple::Header)
|
#BuildRequires: perl(Email::Simple::Header)
|
||||||
#BuildRequires: perl(Test::MinimumVersion) >= 0.003
|
|
||||||
Requires: perl(Email::Date::Format)
|
Requires: perl(Email::Date::Format)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
'Email::Simple' is the first deliverable of the "Perl Email Project." The
|
The Email:: namespace was begun as a reaction against the increasing
|
||||||
Email:: namespace was begun as a reaction against the increasing complexity
|
complexity and bugginess of Perl's existing email modules. 'Email::*'
|
||||||
and bugginess of Perl's existing email modules. 'Email::*' modules are
|
modules are meant to be simple to use and to maintain, pared to the bone,
|
||||||
meant to be simple to use and to maintain, pared to the bone, fast, minimal
|
fast, minimal in their external dependencies, and correct.
|
||||||
in their external dependencies, and correct.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|||||||
Reference in New Issue
Block a user