2015-11-18 10:37:08 +00:00
#
# spec file for package isync
#
2023-02-28 09:43:03 +00:00
# Copyright (c) 2023 SUSE LLC
2015-11-18 10:37:08 +00:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2020-01-30 10:24:53 +00:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
2015-11-18 10:37:08 +00:00
#
Name : isync
2022-01-27 08:03:45 +00:00
Version : 1.4.4
2015-11-18 10:37:08 +00:00
Release : 0
Summary : Utility to synchronize IMAP mailboxes with local maildir folders
2020-01-30 10:24:53 +00:00
License : GPL-2.0-only
2021-01-06 14:38:54 +00:00
URL : https://isync.sourceforge.io/
2020-07-17 07:24:21 +00:00
Source : https://prdownloads.sourceforge.net/isync/%{name} -%{version} .tar.gz
Source1 : https://prdownloads.sourceforge.net/isync/%{name} -%{version} .tar.gz.asc
# gpg2 --recv-keys 106457B8735659A4D40F56456F5447F95D001D85
# gpg2 --export --armour oswald.buddenhagen@gmx.de > isync.keyring
Source2 : %{name} .keyring
2023-02-28 09:43:03 +00:00
# PATCH-FIX-UPSTREAM work-around-unexpected-EOF-error-messages-at-end-of-SSL-connections.patch boo#1208166 yfjiang@suse.com -- handle the unexpected EOF error message at the end of ssl connection
Patch0 : work-around-unexpected-EOF-error-messages-at-end-of-SSL-connections.patch
2015-11-18 10:37:08 +00:00
BuildRequires : db-devel
2016-05-07 07:33:35 +00:00
BuildRequires : pkgconfig
BuildRequires : pkgconfig(libsasl2)
BuildRequires : pkgconfig(openssl)
BuildRequires : pkgconfig(zlib)
2015-11-18 10:37:08 +00:00
2006-06-04 05:30:27 +00:00
%description
isync is a command line application which synchronizes mailboxes; currently
2016-05-07 07:33:35 +00:00
Maildir and IMAP4 mailboxes are supported. New messages, message deletions
and flag changes can be propagated both ways. isync is suitable for use in
2006-06-04 05:30:27 +00:00
IMAP-disconnected mode.
Synchronization is based on unique message identifiers (UIDs), so no
identification conflicts can occur (as opposed to some other mail
synchronizers). Synchronization state is kept in one local text file per
mailbox pair; multiple replicas of a mailbox can be maintained.
%prep
2023-02-28 09:43:03 +00:00
%autosetup -p1
2006-06-04 05:30:27 +00:00
%build
%configure
2020-07-17 07:24:21 +00:00
%make_build
2006-06-04 05:30:27 +00:00
%install
2020-07-17 07:24:21 +00:00
%make_install docdir=%{_docdir} /%{name}
2006-06-04 05:30:27 +00:00
%files
2020-01-30 10:24:53 +00:00
%license COPYING
2020-07-17 07:24:21 +00:00
%doc README AUTHORS ChangeLog NEWS
2018-01-03 10:17:56 +00:00
%{_bindir} /mbsync-get-cert
2006-06-04 05:30:27 +00:00
%{_bindir} /mbsync
%{_bindir} /mdconvert
2020-07-17 07:24:21 +00:00
%exclude %{_docdir} /%{name} /TODO
%{_docdir} /%{name} /examples/*
%dir %{_docdir} /%{name} /examples
%{_mandir} /man1/mbsync.1%{?ext_man}
%{_mandir} /man1/mdconvert.1%{?ext_man}
2006-06-04 05:30:27 +00:00
2016-05-07 07:33:35 +00:00
%changelog