[perl-MIME-Lite-TT-HTML] initial import (#1135168).

Charles Amey kc8hfi at fedoraproject.org
Tue Sep 9 01:17:16 UTC 2014


commit f5fd2733729be372e26a150e464e8449e1254b76
Author: Charles Amey <kc8hfi at gmail.com>
Date:   Mon Sep 8 21:17:06 2014 -0400

    initial import (#1135168).

 .gitignore                  |    1 +
 perl-MIME-Lite-TT-HTML.spec |   52 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c2a795f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MIME-Lite-TT-HTML-0.04.tar.gz
diff --git a/perl-MIME-Lite-TT-HTML.spec b/perl-MIME-Lite-TT-HTML.spec
new file mode 100644
index 0000000..1e63719
--- /dev/null
+++ b/perl-MIME-Lite-TT-HTML.spec
@@ -0,0 +1,52 @@
+Name:   perl-MIME-Lite-TT-HTML
+Version:        0.04
+Release:        1%{?dist}
+Summary:        MIME::Lite::TT::HTML - Create html mail with MIME::Lite and TT
+
+Group:  Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/~chunzi/MIME-Lite-TT-HTML-%{version}/
+Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHUNZI/MIME-Lite-TT-HTML-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Carp)
+BuildRequires: perl(DateTime::Format::Mail)
+BuildRequires: perl(Encode)
+BuildRequires: perl(HTML::FormatText::WithLinks)
+BuildRequires: perl(MIME::Lite)
+BuildRequires: perl(MIME::Words)
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(strict)
+BuildRequires: perl(Template)
+BuildRequires: perl(Test::More)
+
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This module provide easy interface to make MIME::Lite object with html
+formatted mail.
+
+%prep
+%setup -q -n MIME-Lite-TT-HTML-%{version}
+
+%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
+make test
+
+%files
+%doc Changes README LICENSE
+%{perl_vendorlib}/MIME/Lite/TT/*
+%{_mandir}/man3/*.3pm*
+
+%changelog
+* Wed Aug 27 2014 Charles Amey <kc8hfi at gmail.com> - 0.04-1
+- Initial build
diff --git a/sources b/sources
index e69de29..0d9cd71 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8e1d648d36d875e1f60b29f0b73aeafe  MIME-Lite-TT-HTML-0.04.tar.gz



More information about the perl-devel mailing list