import perl-Mail-JMAPTalk-0.12-1.el8
This commit is contained in:
commit
bbf15137cb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/Mail-JMAPTalk-0.12.tar.gz
|
1
.perl-Mail-JMAPTalk.metadata
Normal file
1
.perl-Mail-JMAPTalk.metadata
Normal file
@ -0,0 +1 @@
|
||||
909a854b29743ea30ba6c9d2d12d79dc6f44da31 SOURCES/Mail-JMAPTalk-0.12.tar.gz
|
85
SPECS/perl-Mail-JMAPTalk.spec
Normal file
85
SPECS/perl-Mail-JMAPTalk.spec
Normal file
@ -0,0 +1,85 @@
|
||||
Name: perl-Mail-JMAPTalk
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl client for JMAP protocol
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Mail-JMAPTalk
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRONG/Mail-JMAPTalk-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Convert::Base64)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(File::LibMagic)
|
||||
BuildRequires: perl(HTTP::Tiny)
|
||||
BuildRequires: perl(JSON::XS)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
This is a really basic wrapper around the JMAP protocol <http://jmap.io/>. It
|
||||
has a rudimentary "Login" command as well, but it doesn't support the entire
|
||||
protocol yet.
|
||||
|
||||
%prep
|
||||
%setup -q -n Mail-JMAPTalk-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2018 Petr Pisar <ppisar@redhat.com> - 0.12-1
|
||||
- 0.12 bump
|
||||
|
||||
* Tue Apr 24 2018 Petr Pisar <ppisar@redhat.com> - 0.11-1
|
||||
- 0.11 bump
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 02 2018 Petr Pisar <ppisar@redhat.com> - 0.10-1
|
||||
- 0.10 bump
|
||||
|
||||
* Fri Aug 11 2017 Petr Pisar <ppisar@redhat.com> - 0.08-1
|
||||
- 0.08 bump
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.07-2
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Thu Mar 09 2017 Petr Pisar <ppisar@redhat.com> - 0.07-1
|
||||
- 0.07 bump
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Dec 06 2016 Petr Pisar <ppisar@redhat.com> - 0.06-1
|
||||
- 0.06 bump
|
||||
|
||||
* Thu Dec 01 2016 Petr Pisar <ppisar@redhat.com> - 0.04-1
|
||||
- 0.04 bump
|
||||
|
||||
* Fri Nov 11 2016 Petr Pisar <ppisar@redhat.com> 0.02-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in New Issue
Block a user