From 4e5b71265f11d67c95658f24da2d7ba98fa5a3b8 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emman...@seyman.fr>
Date: Sep 10 2017 20:36:38 +0000
Subject: Initial import.


---

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index e69de29..0000000
--- a/.cvsignore
+++ /dev/null
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c1e2063
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Email-Sender-0.120002.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 06738e8..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Email-Sender
-# $Id$
-NAME := perl-Email-Sender
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/perl-Email-Sender.spec b/perl-Email-Sender.spec
new file mode 100644
index 0000000..4fbce43
--- /dev/null
+++ b/perl-Email-Sender.spec
@@ -0,0 +1,157 @@
+Name:           perl-Email-Sender
+Version:        0.120002
+Release:        4%{?dist}
+Summary:        A library for sending email
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Email-Sender/
+Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Sender-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Capture::Tiny) >= 0.08
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Email::Abstract) >= 3
+BuildRequires:  perl(Email::Address)
+BuildRequires:  perl(Email::Simple) >= 1.998
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(JSON)
+BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Moose) >= 0.70
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Net::SMTP)
+BuildRequires:  perl(Net::SMTP::SSL)
+BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Exporter::Util)
+BuildRequires:  perl(Sub::Override)
+BuildRequires:  perl(Test::MinimumVersion)
+BuildRequires:  perl(Test::MockObject)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Throwable::Error) >= 0.100090
+BuildRequires:  perl(Try::Tiny)
+Requires:       perl(Email::Abstract) >= 3
+Requires:       perl(Net::SMTP::SSL)
+Requires:       perl(Throwable::Error) >= 0.100090
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Email::Sender replaces the old and sometimes problematic Email::Send library,
+which did a decent job at handling very simple email sending tasks, but was not
+suitable for serious use, for a variety of reasons.
+
+%prep
+%setup -q -n Email-Sender-%{version}
+
+# pod coverage test fails
+rm -f t/release-pod-coverage.t
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+RELEASE_TESTING=1 make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Aug 05 2013 Petr Pisar <ppi...@redhat.com> - 0.120002-4
+- Perl 5.18 rebuild
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.120002-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.120002-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Oct 19 2012 Iain Arnell <iarn...@gmail.com> 0.120002-1
+- update to latest upstream version
+
+* Sat Jul 21 2012 Iain Arnell <iarn...@gmail.com> 0.120001-1
+- update to latest upstream version
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.110005-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jun 23 2012 Petr Pisar <ppi...@redhat.com> - 0.110005-2
+- Perl 5.16 rebuild
+
+* Sun Mar 11 2012 Iain Arnell <iarn...@gmail.com> 0.110005-1
+- update to latest upstream version
+
+* Thu Feb 23 2012 Iain Arnell <iarn...@gmail.com> 0.110004-1
+- update to latest upstream version
+
+* Fri Feb 03 2012 Iain Arnell <iarn...@gmail.com> 0.110003-1
+- update to latest upstream version
+
+* Wed Feb 01 2012 Iain Arnell <iarn...@gmail.com> 0.110002-1
+- update to latest upstream version
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.110001-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jul 19 2011 Petr Sabata <con...@redhat.com> - 0.110001-2
+- Perl mass rebuild
+
+* Sat Apr 09 2011 Iain Arnell <iarn...@gmail.com> 0.110001-1
+- update to latest upstream version
+
+* Fri Mar 18 2011 Iain Arnell <iarn...@gmail.com> 0.110000-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.102370-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 16 2010 Marcela Maslanova <mmasl...@redhat.com> - 0.102370-2
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Mon Aug 30 2010 Iain Arnell <iarn...@gmail.com> 0.102370-1
+- update to latest upstream
+- drop Sys::Hostname::Long BR
+
+* Tue Jun 29 2010 Iain Arnell <iarn...@gmail.com> 0.101760-2
+- re-enable t/a-perl-minver.t
+
+* Tue Jun 29 2010 Iain Arnell <iarn...@gmail.com> 0.101760-1
+- update to latest upstream (fixes bz#608958)
+- BR perl(Capture::Tiny) >= 0.08
+
+* Sat May 08 2010 Iain Arnell <iarn...@gmail.com> 0.100460-4
+- disable t/a-perl-minver.t (fails under perl 5.12.0)
+
+* Sat May 01 2010 Marcela Maslanova <mmasl...@redhat.com> - 0.100460-3
+- Mass rebuild with perl-5.12.0
+
+* Fri Apr 30 2010 Marcela Maslanova <mmasl...@redhat.com> - 0.100460-2
+- Mass rebuild with perl-5.12.0
+
+* Sat Mar 13 2010 Iain Arnell <iarn...@gmail.com> 0.100460-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+- br perl(Pod::Coverage::TrustPod)
+- remove failing pod coverage test
+
+* Mon Feb 15 2010 Iain Arnell <iarn...@gmail.com> 0.100450-1
+- update to latest upstream version
+
+* Thu Jan 14 2010 Iain Arnell 0.100110-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..0f77a6f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Email-Sender-0.120002.tar.gz) = 
e2be757caa58528176d361acd617b0aed0ff68501c1f0d540d4403e8763a0def7ff16f866a12537211e704dad1b2aba572072e36add3c0bd5146fbe48ea9a829


        
https://src.fedoraproject.org/rpms/perl-Email-Sender/c/4e5b71265f11d67c95658f24da2d7ba98fa5a3b8?branch=epel7
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to