# norootforbuild %define makeinstall make install DESTDIR=%{buildroot} # Name: isync Version: 1.0.5 Release: 1 # License: GPL 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 Patch: isync-1.0.1_imaphierarchy.patch # 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 Oswald Buddenhagen Theodore Ts'o Nicolas Boullis %prep %setup %patch %build %configure %{__make} %install %makeinstall docdir=%{_docdir}/%{name}/ %{__install} -m 0644 \ src/mbsyncrc.sample src/compat/isyncrc.sample \ %{buildroot}%{_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