commit ad5b9d525a1abd614e4d640c6e822d0a664d92ec Author: tigro Date: Wed Aug 14 14:26:21 2024 +0300 import perl-Mail-IMAPTalk-4.04-5.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46eaa26 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Mail-IMAPTalk-4.04.tar.gz diff --git a/.perl-Mail-IMAPTalk.metadata b/.perl-Mail-IMAPTalk.metadata new file mode 100644 index 0000000..f2cc8b4 --- /dev/null +++ b/.perl-Mail-IMAPTalk.metadata @@ -0,0 +1 @@ +be07557922916d47ef2e47fcdd7429d9ab20d341 SOURCES/Mail-IMAPTalk-4.04.tar.gz diff --git a/SPECS/perl-Mail-IMAPTalk.spec b/SPECS/perl-Mail-IMAPTalk.spec new file mode 100644 index 0000000..3d54e03 --- /dev/null +++ b/SPECS/perl-Mail-IMAPTalk.spec @@ -0,0 +1,82 @@ +Name: perl-Mail-IMAPTalk +Version: 4.04 +Release: 5%{?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-interpreter +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 +* Wed Aug 14 2024 Arkady L. Shane - 4.04-5 +- Rebuilt for MSVSphere 8.10 + +* Thu Feb 08 2018 Fedora Release Engineering - 4.04-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 4.04-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 4.04-3 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 4.04-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Nov 11 2016 Petr Pisar 4.04-1 +- Specfile autogenerated by cpanspec 1.78.