8
0

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:
Stephan Kulow
2014-02-22 17:11:49 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cbfc916f3da5ecd40cbcb69b4b5202c98732bd88fcffcfe192d5fc9b8265012
size 31602

View File

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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Email-Simple
Version: 2.201
Version: 2.202
Release: 0
%define cpan_name Email-Simple
Summary: Simple parsing of RFC2822 message format and headers
@@ -29,21 +29,20 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Email::Date::Format)
#BuildRequires: perl(Email::MIME)
BuildRequires: perl(Test::More) >= 0.96
#BuildRequires: perl(Email::Simple)
#BuildRequires: perl(Email::Simple::Creator)
#BuildRequires: perl(Email::Simple::Header)
#BuildRequires: perl(Test::MinimumVersion) >= 0.003
Requires: perl(Email::Date::Format)
%{perl_requires}
%description
'Email::Simple' is the first deliverable of the "Perl Email Project." The
Email:: namespace was begun as a reaction against the increasing complexity
and bugginess of Perl's existing email modules. 'Email::*' modules are
meant to be simple to use and to maintain, pared to the bone, fast, minimal
in their external dependencies, and correct.
The Email:: namespace was begun as a reaction against the increasing
complexity and bugginess of Perl's existing email modules. 'Email::*'
modules are meant to be simple to use and to maintain, pared to the bone,
fast, minimal in their external dependencies, and correct.
%prep
%setup -q -n %{cpan_name}-%{version}