Notification time stamped 2019-10-18 13:27:56 UTC

From f9044a476b2e58a28fd998549cfa8a056edc7f7b Mon Sep 17 00:00:00 2001
From: Tom Callaway <s...@fedoraproject.org>
Date: Mar 20 2017 14:11:52 +0000
Subject: 3.000


---

diff --git a/.gitignore b/.gitignore
index e69de29..fc65ab5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Mail-Transport-3.000.tar.gz
diff --git a/perl-Mail-Transport.spec b/perl-Mail-Transport.spec
new file mode 100644
index 0000000..a8927fc
--- /dev/null
+++ b/perl-Mail-Transport.spec
@@ -0,0 +1,64 @@
+Name:          perl-Mail-Transport
+Version:       3.000
+Release:       2%{?dist}
+Summary:       Email message exchange
+Group:         Development/Libraries
+License:       GPL+ or Artistic
+URL:           http://search.cpan.org/dist/Mail-Transport/
+Source0:       
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-Transport-%{version}.tar.gz
+BuildRequires: perl
+BuildRequires: perl-generators
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
+BuildRequires: perl(Errno)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(File::Spec) >= 0.7
+BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IO::Lines)
+BuildRequires: perl(IO::Socket)
+BuildRequires: perl(List::Util)
+BuildRequires: perl(Net::SMTP)
+BuildRequires: perl(Mail::Reporter) >= 3
+BuildRequires: perl(strict)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildArch:     noarch
+Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:      perl(IO::Lines)
+
+%{?perl_default_filter}
+
+%description
+Email message exchange code, formerly part of the Mail::Box package.
+
+%prep
+%setup -q -n Mail-Transport-%{version}
+
+%build
+yes y |%{__perl} Makefile.PL INSTALLDIRS=vendor
+make
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc README ChangeLog
+%{perl_vendorlib}/Mail/
+%{_mandir}/man3/*.3*
+
+%changelog
+* Fri Mar 10 2017 Tom Callaway <s...@fedoraproject.org> - 3.000-2
+- review cleanups
+
+* Tue Feb  7 2017 Tom Callaway <s...@fedoraproject.org> - 3.000-1
+- initial package
diff --git a/sources b/sources
index e69de29..fec720b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Mail-Transport-3.000.tar.gz) = 
6a209aac34fd79141ce8559038a3e523e50338301391ff08e6450afc8494058afbe5c8930ac919a9e0c20227d1a3a5a08d7c6dd1a02641e94951923736772d4a


        
https://src.fedoraproject.org/rpms/perl-Mail-Transport/c/f9044a476b2e58a28fd998549cfa8a056edc7f7b?branch=epel8
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org

Reply via email to