2015-11-18 11:37:08 +01:00
|
|
|
#
|
|
|
|
# spec file for package isync
|
|
|
|
#
|
2021-01-06 15:38:54 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2015-11-18 11:37:08 +01: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 11:24:53 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-11-18 11:37:08 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: isync
|
2021-03-01 11:47:04 +01:00
|
|
|
Version: 1.3.5
|
2015-11-18 11:37:08 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
|
2020-01-30 11:24:53 +01:00
|
|
|
License: GPL-2.0-only
|
2015-11-18 11:37:08 +01:00
|
|
|
Group: Productivity/Networking/Email/Utilities
|
2021-01-06 15:38:54 +01:00
|
|
|
URL: https://isync.sourceforge.io/
|
2020-07-17 09:24:21 +02: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
|
2015-11-18 11:37:08 +01:00
|
|
|
BuildRequires: db-devel
|
2016-05-07 09:33:35 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(libsasl2)
|
|
|
|
BuildRequires: pkgconfig(openssl)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2015-11-18 11:37:08 +01:00
|
|
|
|
2006-06-04 07:30:27 +02:00
|
|
|
%description
|
|
|
|
isync is a command line application which synchronizes mailboxes; currently
|
2016-05-07 09:33:35 +02: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 07:30:27 +02: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
|
2020-07-17 09:24:21 +02:00
|
|
|
%autosetup
|
2006-06-04 07:30:27 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2020-07-17 09:24:21 +02:00
|
|
|
%make_build
|
2006-06-04 07:30:27 +02:00
|
|
|
|
|
|
|
%install
|
2020-07-17 09:24:21 +02:00
|
|
|
%make_install docdir=%{_docdir}/%{name}
|
2006-06-04 07:30:27 +02:00
|
|
|
|
|
|
|
%files
|
2020-01-30 11:24:53 +01:00
|
|
|
%license COPYING
|
2020-07-17 09:24:21 +02:00
|
|
|
%doc README AUTHORS ChangeLog NEWS
|
2018-01-03 11:17:56 +01:00
|
|
|
%{_bindir}/mbsync-get-cert
|
2006-06-04 07:30:27 +02:00
|
|
|
%{_bindir}/isync
|
|
|
|
%{_bindir}/mbsync
|
|
|
|
%{_bindir}/mdconvert
|
2020-07-17 09:24:21 +02:00
|
|
|
%exclude %{_docdir}/%{name}/TODO
|
|
|
|
%exclude %{_docdir}/%{name}/COPYING
|
|
|
|
%{_docdir}/%{name}/examples/*
|
|
|
|
%dir %{_docdir}/%{name}/examples
|
|
|
|
%{_mandir}/man1/isync.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/mbsync.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/mdconvert.1%{?ext_man}
|
2006-06-04 07:30:27 +02:00
|
|
|
|
2016-05-07 09:33:35 +02:00
|
|
|
%changelog
|