update to 1.945 [release 1.945-1mamba;Thu Oct 31 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 23:53:31 +01:00
parent 22539df74f
commit b34d4d966e

View File

@ -1,5 +1,5 @@
Name: imapsync
Version: 1.637
Version: 1.945
Release: 1mamba
Summary: IMAP synchronisation, sync, copy or migration tool
Group: System/Tools
@ -11,10 +11,26 @@ URL: https://github.com/imapsync/imapsync
Source: https://github.com/imapsync/imapsync.git/imapsync-%{version}/imapsync-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: libperl
BuildRequires: perl-Digest-HMAC
BuildRequires: perl-File-Copy-Recursive
BuildRequires: perl-File-Tail
BuildRequires: perl-IO-Socket-INET6
BuildRequires: perl-IO-Socket-SSL
BuildRequires: perl-IO-Tee
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRequires: perl-Mail-IMAPClient
BuildRequires: perl-Readonly
BuildRequires: perl-Regexp-Common
BuildRequires: perl-Sys-MemInfo
BuildRequires: perl-Term-ReadKey
BuildRequires: perl-Unicode-String
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-App-cpanminus
BuildRequires: perl-Data-Uniqid
BuildRequires: perl-JSON-WebToken
BuildRequires: perl-PAR-Packer
BuildRequires: perl-Test-Mock-Guard
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -22,11 +38,11 @@ imapsync - IMAP synchronisation, sync, copy or migration tool.
Synchronises mailboxes between two imap servers. Good at IMAP migration.
More than 52 different IMAP server softwares supported with success, few failures.
%debug_package
%prep
%setup -q
sed -i "s|^search_modules_any |#search_modules_any |" INSTALL.d/prerequisites_imapsync
%build
%make
@ -37,9 +53,6 @@ More than 52 different IMAP server softwares supported with success, few failure
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/imapsync
@ -47,5 +60,8 @@ More than 52 different IMAP server softwares supported with success, few failure
%doc CREDITS LICENSE
%changelog
* Thu Oct 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.945-1mamba
- update to 1.945
* Wed Jul 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.637-1mamba
- package created using the webbuild interface