forked from pool/isync
- bump to 1.2.0 Changes: The 'isync' compatibility wrapper is now deprecated. An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially any more. This means that some Patterns may need adjustment. The default output is a lot less verbose now. The meanings of the -V and -D options changed significantly. The SSL/TLS configuration has been re-designed. SSL is now explicitly enabled or disabled - "use SSL if available" is gone. Notice: Tunnels are assumed to be secure and thus default to no SSL. Support for SASL (flexible authentication) has been added. Support for Windows file systems has been added. Support for compressed data transfer has been added. Folder deletions can be propagated now. OBS-URL: https://build.opensuse.org/request/show/318865 OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=12
80 lines
2.2 KiB
RPMSpec
80 lines
2.2 KiB
RPMSpec
# norootforbuild
|
|
%define makeinstall make install DESTDIR=%{buildroot}
|
|
#
|
|
Name: isync
|
|
Version: 1.2.0
|
|
Release: 1
|
|
#
|
|
License: GPL-2.0
|
|
Group: Productivity/Networking/Email/Utilities
|
|
#
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: db-devel openssl-devel
|
|
#
|
|
URL: http://isync.sf.net/
|
|
Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz
|
|
Source2: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz.asc
|
|
#
|
|
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
|
|
%description
|
|
isync is a command line application which synchronizes mailboxes; currently
|
|
Maildir and IMAP4 mailboxes are supported. New messages, message deletions and
|
|
flag changes can be propagated both ways. isync is suitable for use in
|
|
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.
|
|
|
|
Authors:
|
|
----------
|
|
Michael Elkins <me@mutt.org>
|
|
Oswald Buddenhagen <ossi@users.sf.net>
|
|
Theodore Ts'o <tytso@mit.edu>
|
|
Nicolas Boullis <nboullis@debian.org>
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
%configure
|
|
%{__make}
|
|
|
|
%install
|
|
%makeinstall docdir=%{_docdir}/%{name}/
|
|
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/get-cert
|
|
%{_bindir}/isync
|
|
%{_bindir}/mbsync
|
|
%{_bindir}/mdconvert
|
|
%doc %{_docdir}/%{name}/
|
|
%{_mandir}/man1/isync.1.gz
|
|
%{_mandir}/man1/mbsync.1.gz
|
|
%{_mandir}/man1/mdconvert.1.gz
|
|
|
|
%changelog
|
|
* Sun Jan 21 2007 - mrueckert@suse.de
|
|
- update to version 1.0.3:
|
|
- new option UseIMAPS to allow use of Tunnel-ed IMAPS servers
|
|
without providing a dummy Host.
|
|
- make config parsing more robust.
|
|
- work around glibc printf bug.
|
|
- fix crash with AltMap UID scheme.
|
|
- compat wrapper: put INBOX under Maildir.
|
|
* Fri May 19 2006 - mrueckert@suse.de
|
|
- update to 1.0.2
|
|
* Mon Mar 20 2006 - mrueckert@suse.de
|
|
- build debuginfo package
|
|
- added patch for missing sentinel
|
|
* Sun Feb 19 2006 - mrueckert@suse.de
|
|
- added isync-1.0.1_imaphierarchy.patch
|
|
* without the patch you cant mirror imap hierarchies
|
|
when using "Patterns"
|
|
- Initial package of version 1.0.1
|