File offlineimap.spec of Package offlineimap
#
# spec file for package offlineimap (Version 6.0.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: offlineimap
BuildRequires: docbook-utils python-devel
Version: 6.0.3
Release: 1
Source: %{name}_%{version}.tar.bz2
Summary: OfflineIMAP - Powerful IMAP/Maildir synchronization and reader support
Group: Productivity/Networking/Email/Utilities
License: GPL v2 or later
Url: http://software.complete.org/offlineimap/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires
%description
OfflineIMAP is a tool to simplify your e-mail reading. With
OfflineIMAP, you can:
* Read the same mailbox from multiple computers, and have your
changes (deletions, etc.) be automatically reflected on all
computers
* Use various mail clients to read a single mail box
* Read mail while offline (on a laptop) and have all changes
synchronized when you get connected again
* Read IMAP mail with mail readers that do not support IMAP
* Use SSL (secure connections) to read IMAP mail even if your reader
doesn't support SSL
* Synchronize your mail using a completely safe and fault-tolerant
algorithm. (At least I think it is!)
* Customize which mailboxes to synchronize with regular expressions
or lists.
* Synchronize your mail two to four times faster than with other tools
or other mail readers' internal IMAP support.
Authors:
--------
John Goerzen <jgoerzen@complete.org>
%prep
%setup -q -n %{name}
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
make doc
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/
install -m 644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING COPYRIGHT README UPGRADING manual.* offlineimap.conf*
%{_mandir}/*/*
%{_bindir}/offlineimap
%{py_sitedir}/offlineimap
%if %{suse_version} > 1010
%{py_sitedir}/*egg-info
%endif
%changelog
* Thu Aug 14 2008 cthiel@suse.de
- update to version 6.0.3
* Removed call to task_done, which required Python 2.5.
* Make GMail trash and spam folder names configurable -- German Google
Mail uses different folder names.
- changes in version 6.0.2
* Yew more power handling improvements.
- changes in version 6.0.1
* Add support for SSL client certificates.
* Yet another tweak for maildir creations.
* Added new [general] config option fsync to permit disabling of fsync
when desired.
* Improve OfflineIMAP power profile by reworking threadutil.
* Tue May 20 2008 cthiel@suse.de
- update to version 6.0.0
* New features include re-scanning remote folder names at every sync run,
new machine-parsable user interface, PID file generation, new -q (quick)
option, Maildir performance increases, support for username/password in
netrc file, new -f option for syncing only selected folders, new -k
option to override config options, new special support for GMail, new
Kerberos support.
* Code cleanups include dropping internal imaplib.py, dropping all Tk
interfaces.
* Bug fixes include improved interaction with Dovecot, improved filesystem
syncing, UID validitiy diagnostics improvement, preauthtunnel cleanups,
potential Maildir race fix, fixes for servers that return UIDs in some
but not all FETCH responses, better read-only support, enhancements when
local folders are deleted.
* Sun Dec 03 2006 cthiel@suse.de
- update to version 4.0.16
* Apply patches from Danial Burrows to improve situation when errors
occur.
* Fixed a bug that could cause OfflineIMAP to crash when copying a message
from a remote server that didn't have an INTERNALDATE.
* Part of the FAQ from the manual has been moved to the OfflineIMAP wiki
at http://software.complete.org/offlineimap. New file FAQ.html is a
dump of that page.
* Corrected outdated bug reporting info in the manual.
* Thu Nov 30 2006 cthiel@suse.de
- update to version 4.0.15
* Applied patch from Aaron Schrab to sync INTERNALDATEs. As a nice
side-effect, this should finally resolve the problem with bad dates on
spams.
* Noted new homepage at http://software.complete.org/offlineimap/
* Updated copyright dates
* Sun Oct 01 2006 cthiel@suse.de
- initial package (version 4.0.14)