You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.3 KiB
83 lines
2.3 KiB
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 <tigro@msvsphere-os.ru> - 4.04-5
|
|
- Rebuilt for MSVSphere 8.10
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.04-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.04-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.04-3
|
|
- Perl 5.26 rebuild
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.04-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Nov 11 2016 Petr Pisar <ppisar@redhat.com> 4.04-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|