forked from pool/isync
Dirk Mueller
7bee349f20
- examples are installed automaticaly - remove manual copying from spec file - license fix - bump to 1.1.0 - drop isync-1.0.1_imaphierarchy.patch OBS-URL: https://build.opensuse.org/request/show/214767 OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=11
79 lines
2.1 KiB
RPMSpec
79 lines
2.1 KiB
RPMSpec
# norootforbuild
|
|
%define makeinstall make install DESTDIR=%{buildroot}
|
|
#
|
|
Name: isync
|
|
Version: 1.1.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
|
|
#
|
|
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
|