update to 1.945 [release 1.945-1mamba;Thu Oct 31 2019]
This commit is contained in:
parent
22539df74f
commit
b34d4d966e
@ -1,5 +1,5 @@
|
|||||||
Name: imapsync
|
Name: imapsync
|
||||||
Version: 1.637
|
Version: 1.945
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: IMAP synchronisation, sync, copy or migration tool
|
Summary: IMAP synchronisation, sync, copy or migration tool
|
||||||
Group: System/Tools
|
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
|
Source: https://github.com/imapsync/imapsync.git/imapsync-%{version}/imapsync-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-Digest-HMAC
|
||||||
BuildRequires: perl-File-Copy-Recursive
|
BuildRequires: perl-File-Copy-Recursive
|
||||||
|
BuildRequires: perl-File-Tail
|
||||||
|
BuildRequires: perl-IO-Socket-INET6
|
||||||
|
BuildRequires: perl-IO-Socket-SSL
|
||||||
BuildRequires: perl-IO-Tee
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -22,11 +38,11 @@ imapsync - IMAP synchronisation, sync, copy or migration tool.
|
|||||||
Synchronises mailboxes between two imap servers. Good at IMAP migration.
|
Synchronises mailboxes between two imap servers. Good at IMAP migration.
|
||||||
More than 52 different IMAP server softwares supported with success, few failures.
|
More than 52 different IMAP server softwares supported with success, few failures.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
sed -i "s|^search_modules_any |#search_modules_any |" INSTALL.d/prerequisites_imapsync
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -37,9 +53,6 @@ More than 52 different IMAP server softwares supported with success, few failure
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/imapsync
|
%{_bindir}/imapsync
|
||||||
@ -47,5 +60,8 @@ More than 52 different IMAP server softwares supported with success, few failure
|
|||||||
%doc CREDITS LICENSE
|
%doc CREDITS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.637-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user