From 129df1c4b5fdc4b91339c0c266e4065c8c910591 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Tue, 15 Nov 2016 16:01:39 +0100
Subject: Import

---
 .gitignore              |  1 +
 perl-Mail-IMAPTalk.spec | 67 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |  1 +
 3 files changed, 69 insertions(+)
 create mode 100644 perl-Mail-IMAPTalk.spec

diff --git a/.gitignore b/.gitignore
index e69de29..fead220 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Mail-IMAPTalk-4.04.tar.gz
diff --git a/perl-Mail-IMAPTalk.spec b/perl-Mail-IMAPTalk.spec
new file mode 100644
index 0000000..2a4b592
--- /dev/null
+++ b/perl-Mail-IMAPTalk.spec
@@ -0,0 +1,67 @@
+Name:           perl-Mail-IMAPTalk
+Version:        4.04
+Release:        1%{?dist}
+Summary:        IMAP client interface with lots of features
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Mail-IMAPTalk/
+Source0:        
http://www.cpan.org/authors/id/R/RO/ROBN/Mail-IMAPTalk-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-generators
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+# No tests exist, run-time modules are not needed
+# Authen::SASL
+# constant
+# Data::Dumper
+# Digest
+# Encode
+# Encode::IMAPUTF7
+# Exporter
+# Fcntl
+# IO::Handle
+# IO::Select
+# IO::Socket
+# MIME::Base64
+# Socket
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Authen::SASL)
+Requires:       perl(Encode)
+Requires:       perl(Encode::IMAPUTF7)
+Requires:       perl(MIME::Base64)
+
+%description
+This Perl module communicates with an IMAP server. Each IMAP server command is
+mapped to a method of this object.
+
+%prep
+%setup -q -n Mail-IMAPTalk-%{version}
+chmod -x lib/Mail/IMAPTalk.pm
+
+%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 -delete
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Nov 11 2016 Petr Pisar <ppi...@redhat.com> 4.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..59e3249 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e50bc1ed6c41e47cf70297d064609fb4  Mail-IMAPTalk-4.04.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Mail-IMAPTalk.git/commit/?h=f24&id=129df1c4b5fdc4b91339c0c266e4065c8c910591
_______________________________________________
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