File claws-mail.spec of Package claws-mail

#
# spec file for package claws-mail (Version 3.5.0)
#
# 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:           claws-mail
%define _prefix /usr
BuildRequires:  aspell-devel compface curl-devel db-devel gettext gtk2-devel libgnomeprint-devel libgnomeprintui-devel openldap2-devel openssl-devel pcre-devel pilot-link-devel pkgconfig startup-notification-devel update-desktop-files
BuildRequires:  libetpan-devel >= 0.49
BuildRequires:  NetworkManager-devel
%if %suse_version >= 1030
BuildRequires:  libbz2-devel
%endif
%if %suse_version >= 1010
BuildRequires:  gmp-devel gpgme-devel
%else
BuildRequires:  gmp gpgme
%endif
%if %suse_version <= 1020
BuildRequires:  rsaref
%endif
%if %suse_version == 1010
# we have choice between NetworkManager-kde and NetworkManager-gnome
BuildRequires:  NetworkManager-kde
%endif
%if %suse_version <= 1000
BuildRequires:  libgnome-devel libgpg-error-devel libstdc++-devel
BuildRequires:  freetype2-devel startup-notification
%endif
%if %suse_version <= 930
BuildRequires:  db-devel libart_lgpl-devel libgnomecanvas-devel libgnomeprint libgnomeprintui libxml2-devel
%endif
Requires:       pinentry-gtk2
License:        GPL v3 or later
Group:          Productivity/Networking/Email/Clients
Version:        3.5.0
Release:        3
Source0:        http://prdownloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
Patch0:         claws-mail-python.diff
Patch1:         claws-mail-compilefixes.diff
Patch2:         claws-mail-desktop.diff
Url:            http://www.claws-mail.org/
Summary:        A lightweight and highly configurable email client
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Obsoletes:      sylpheed-claws

%description
Claws Mail (previously known as Sylpheed-Claws) is a lightweight and
highly configurable email client and news reader based on the GTK+ GUI
toolkit, it runs on the X Window System.

Claws Mail is free software distributed under the GNU GPL.

To run Claws Mail use 'claws-mail' on the command line.

When claws-mail is executed for the first time a configuration 'Wizard'
will appear prompting you for the minimum information necessary to
create a new account.



Authors:
--------
    Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>

%package devel
License:        GPL v2 or later
Summary:        A lightweight and highly configurable email client
Group:          Productivity/Networking/Email/Clients
Provides:       claws-mail:/usr/include/claws-mail/main.h
Requires:       claws-mail = %{version}
Requires:       glibc-devel, gtk2-devel, openldap2-devel, libetpan-devel, openssl-devel
%if %suse_version >= 1010
Requires:       gpgme-devel
%else
Requires:       gpgme
%endif
AutoReqProv:    on

%description devel
Claws Mail (previously known as Sylpheed-Claws) is a lightweight and
highly configurable email client and news reader based on the GTK+ GUI
toolkit, it runs on the X Window System.

Claws Mail is free software distributed under the GNU GPL.

To run Claws Mail use 'claws-mail' on the command line.

When claws-mail is executed for the first time a configuration 'Wizard'
will appear prompting you for the minimum information necessary to
create a new account.



Authors:
--------
    Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>

%prep
%setup -q
%patch0
%patch1
%patch2
%{?suse_update_config:%{suse_update_config}}

%build
export LDFLAGS="-L/usr/X11R6/%{_lib}"
# fails on <= 1010
%if %suse_version > 1010
export ACLOCAL='aclocal -I m4'
autoreconf -f -i
%endif
CFLAGS="%{optflags} -fno-strict-aliasing"
%configure \
		--docdir=%{_datadir}/claws-mail \
		--enable-ldap \
		--enable-ipv6 \
		--enable-openssl \
		--enable-jpilot \
		--enable-aspell \
		--enable-spamassassin-plugin \
		--enable-clamav-plugin \
		--disable-mathml-viewer-plugin \
		--enable-dillo-viewer-plugin \
		--enable-trayicon-plugin \
		--enable-pgpcore-plugin \
		--enable-pgpmime-plugin \
		--enable-pgpinline-plugin \
		--disable-demo-plugin \
		--enable-crash-dialog \
		--enable-startup-notification \
		--enable-gnomeprint \
		--enable-compface \
		--enable-libetpan
%__make
if test $ABUILD_RUN_TEST_SUITES = true ; then
        %__make test
fi

%install
%makeinstall
# Clean up
%__rm %{buildroot}%{_libdir}/claws-mail/plugins/*.la 
%__rm %{buildroot}%{_libdir}/claws-mail/plugins/*.a
# install desktop file
%if %suse_version <= 1000
%suse_update_desktop_file -i %{name} Network Email
%else
%suse_update_desktop_file -G "Email client" claws-mail
%endif
# we want to have the icon installed in /usr/share/pixmaps
%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
%__cp claws-mail-64x64.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
%__rm -rf $RPM_BUILD_ROOT%{_datadir}/icons
# Tools
%__cp -r tools $RPM_BUILD_ROOT%{_datadir}/%{name}
%__rm $RPM_BUILD_ROOT%{_datadir}/claws-mail/tools/Makefile*
%__mv $RPM_BUILD_ROOT%{_datadir}/claws-mail/tools/README ./README.tools
# fixing permissions
pushd $RPM_BUILD_ROOT%{_datadir}/claws-mail/tools
%__chmod 755 *
%__chmod 644 multiwebsearch.conf
popd
%find_lang claws-mail %{name}.lang

%clean
%__rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README README.tools RELEASE_NOTES TODO
%{_bindir}/claws-mail
%{_bindir}/sylpheed-claws
%dir %{_libdir}/claws-mail
%dir %{_libdir}/claws-mail/plugins
%{_libdir}/claws-mail/plugins/*.so
%{_libdir}/claws-mail/plugins/*.deps
%{_datadir}/applications/claws-mail.desktop
%{_mandir}/man1/claws-mail.1.gz
%{_datadir}/pixmaps/claws-mail-64x64.png
%dir %{_datadir}/claws-mail
%doc %{_datadir}/claws-mail/RELEASE_NOTES
%dir %{_datadir}/claws-mail/manual
%dir %{_datadir}/claws-mail/manual/en
%dir %{_datadir}/claws-mail/manual/es
%dir %{_datadir}/claws-mail/manual/fr
%dir %{_datadir}/claws-mail/manual/pl
%doc %{_datadir}/claws-mail/manual/*/claws-mail-manual.*
%dir %{_datadir}/claws-mail/tools
%dir %{_datadir}/claws-mail/tools/kdeservicemenu
%{_datadir}/claws-mail/tools/*.sh
%{_datadir}/claws-mail/tools/*.pl
%{_datadir}/claws-mail/tools/*.py
%{_datadir}/claws-mail/tools/*.conf
%{_datadir}/claws-mail/tools/tb2claws-mail
%{_datadir}/claws-mail/tools/u*
%{_datadir}/claws-mail/tools/kdeservicemenu/*

%files devel
%defattr(-,root,root)
%dir %{_includedir}/claws-mail
%dir %{_includedir}/claws-mail/common
%dir %{_includedir}/claws-mail/etpan
%dir %{_includedir}/claws-mail/gtk
%dir %{_includedir}/claws-mail/plugins
%dir %{_includedir}/claws-mail/plugins/pgpcore
%dir %{_includedir}/claws-mail/plugins/pgpinline
%dir %{_includedir}/claws-mail/plugins/pgpmime
%{_includedir}/claws-mail/*.h
%{_includedir}/claws-mail/common/*.h
%{_includedir}/claws-mail/etpan/*.h
%{_includedir}/claws-mail/gtk/*.h
%{_includedir}/claws-mail/plugins/pgpcore/*.h
%{_includedir}/claws-mail/plugins/pgpinline/pgpinline.h
%{_includedir}/claws-mail/plugins/pgpmime/pgpmime.h
%{_libdir}/pkgconfig/claws-mail.pc

%changelog
* Thu Oct 23 2008 puzel@suse.cz
- requires pinentry-gtk2 (bnc#394569)
* Mon Oct 13 2008 nadvornik@suse.cz
- fixed gtk includes
* Thu Jul 10 2008 anosek@suse.de
- synced with BS, reviewed changes made by suse-tux
* Tue Jul 01 2008 suse-tux@gmx.de
- new upstream version 3.5.0
  [#] Added an option, "Use secure file deletion if possible"
  [#] Added an option, "Select the HTML part of multipart/alternative
  messages".
  [#] Added an option to the 'Create new folder' dialogue which enables
  new folders to inherit the properties of their parent folders
  during folder creation.
  [#] Added a hidden option, "two_line_vertical"
  [#] Added a hidden option, "outgoing_fallback_to_ascii"
  [#] Added support for the Avant Window Navgator (Awn) information
  bubble. This is automatically enabled if dbus is available.
  [#] Face and X-Face headers can now be added globally and per-account
  from configuration files under ~/.claws-mail/autofaces/. Further
  information is provided in the manual.
  [#] The SHA1 fingerprint is now shown on the SSL certificate dialogue
  and the labels are now selectable.
  [#] tools/csv2addressbook.pl
  Support for a gmail exported csv address book was added.
* Mon Apr 28 2008 suse-tux@gmx.de
- new upstream version 3.4.0:
  [#] Added support for /dev/mem_notify. This Linux kernel feature
  will allow applications to be notified that memory has to be
  freed before getting OOM-killed.
  For more information: http://lwn.net/Articles/267013/
  [#] Enabled moving/copying folders to root folders when using the
  folder selection dialogue.
  [#] Global and per-folder templates can now override the From name.
  [#] Added a tooltip with extended folder stats. (Hover the cursor over
  the short stats on the right, below the message list.)
  [#] Implemented 2-line items in the message list when in three column
  mode.
  [#] Added support for png themes.
  [#] Added an icon for attached patches (text/x-patch and text/x-diff).
  [#] When viewing a message that has a large amount of text, show a
  maximum of 1MB of text and add a noticeview to show optionally show
  the whole message.
  [#] Added a button to the templates preferences to restore defaults for
  current language.
  [#] Added search in filtering rules list.
  [#] Bogofilter Plugin:
  added a "learn from whitelist" preference.
  [#] MAEMO:
  Added information when fetching large messages.
  [#] tools/csv2addressbook.pl
  Added support for Kmail/Kaddressbook.
  [#] Updated translations: Brazilian Portuguese, Finnish, French,
  German, and Italian.
  [#] and several bugfixes
- added "BuildRequires: pcre-devel" to build against openSUSE_10.3:Update
* Thu Mar 06 2008 suse-tux@gmx.de
- fixed Requires in the devel package (again) - now it should build
  in factory
* Wed Feb 27 2008 anosek@suse.cz
- updated to version 3.3.1, update is based on package from BS
  * Forbid attaching anything containing "../" or ".ssh/" in mailto:
  URIs.
  * Add a hidden preference, 'use_networkmanager', to disable
  NetworkManager handling
  * Due to licensing problems, the ClamAV plugin has been removed
  * Added NetworkManager support
  * Added DIGEST-MD5 support for IMAP authentication
  * Added Folder Properties option, 'Run processing rules when opening'
  to the General page.
  * Added sub-sorting to the Message List; when the Sort type is either
  Subject, From, To or Tags, sub-sorting by Date will be active.
  * Added from=address to the mailto sequence
  The 'from' will try to select the first matching account in the
  Accounts list, otherwise it will use the usual account selection
  mechanism but will override it with the given 'from' address.
  * Added insert=FILE  to the mailto sequence (stands for 'insert file')
  This adds the ability to create a new message from the command-line,
  with the body set from the contents of an existing file.
  * Added mailto with NNTP accounts
  This comes into play if mailto is used when an NNTP account is the
  default account or if an NNTP account address is used with 'from'.
  * Added several GUI improvements to the Filtering, Processing, Tags,
  Actions, Templates, Logging and Address Book dialogues
  * Added a tooltip to the 'replied' icon in the Message List which
  indicates 'click to see your reply' feature.
  * Added 'claws-mail --version-full' to display the version and a list
  of the compiled-in features
  * Implemented speed-ups to list operations, deletions and cache
  updates.
  * Updated the man page
  * The Trayicon plugin icons are now themable.
  * text/calendar message parts are now automatically displayed if a
  plugin handling text/calendar is loaded, e.g. vCalendar.
  * Maemo: connect HW status change signal for shutdown
  * Maemo: identify mmc1 and mmc2 more clearly in the GUI
* Thu Dec 20 2007 anosek@suse.cz
- updated to version 3.2.0
  - lots of improvements and bugfixes from version 2.10.0,
  please, see NEWS file
* Thu Oct 11 2007 sbrabec@suse.cz
- Removed bogus dependency on mDNSResponder.
* Thu Aug 23 2007 anosek@suse.cz
- dropped not needed BuildRequires: librsaref2
* Wed Jul 25 2007 anosek@suse.cz
- enabled Patch2 (claws-mail-desktop.diff) again, it's needed for
  abuild
- added BuildRequires: librsaref2
* Wed Jul 04 2007 suse-tux@gmx.de
- updated to version 2.10.0
  [#] Bug fixes:
  o bug 848, 'Redirect breaks GnuPG'
  o bug 1217, 'reentrancy problems with time functions'
  o bug 1248, 'Core dumps after unloading plugin and clicking
  on load plugins'
  o bug 1249, 'Error handling for news errors needs
  modification'
  o Race condition when automatically drafting due to
  insertion on re-edit.
  o Consider "- -- \n" as signature separator (fixes signature
  stripping when replying to PGP/Inline signed emails).
  o Race condition crash when reconnection fails on IMAP.
  o Raising log windows when they are either minimized or in
  background.
  o Occasional crasher when cancelling message sending.
  o Stale news statusbar when scanning fails.
  o A few race conditions when sending/drafting emails.
  o Building of some plugins in Mac OS X.
  o Don't decode leading ENV_ and ~ in P_PASSWORD configuration
  values.
  o Incoming messages from local accounts always get filtered
  regardless of the preference.
  o Use gethostname() instead of uname(), fixes failures to
  determine hostname on some BSDs.
  o Crash if fork() fails when resolving hostnames.
  o Infinite loop when exiting with compose window(s) opened,
  when the draft folder is on IMAP and unreachable.
  o Sizing/alignment of the button bar in plugins window.
  o Copying text from HTML parts.
  o 'make distcheck' failure
- disabled Patch4 (claws-mail-openldap.diff) - this shouldn't be needed
  anymore.
- disabled Patch2 (claws-mail-desktop.diff) - this isn't needed anymore.
* Wed Jun 06 2007 anosek@suse.cz
- updated to version 2.9.2
  [#] Added a printer icon.
  [#] Bug fixes
  o bug 1187, 'Reply-to addressee disappears when reply-to text
  box is clicked...' (Maemo)
  o bug 1190, 'dir_open' button doesn't work' (Maemo)
  o bug 1193, 'Need a way to multi-select items'
  o bug 1194, 'Hardware keys move from email list to account/
  directory list, but not back to email list...'
  o bug 1196, 'Edit>Select All doesn't work' (Maemo)
  o bug 1198, 'Reply-all "disappearing" address bug
  persists...'
  o bug 1200, 'Add option to always retrieve full messages'
  o bug 1209, 'Clicking on address in header (mailto uri)
  selects default account'
  o bug 1211, 'Offline dialog message bugs/annoyances...'
  o Don't reflect accounts changes to the mainwindow when it's
  not necessary.
  o Fix double fetching of mails if first try failed
  o Fix a crash in textview
  o Fix changing quicksearch type (after Esc, after changing
  Recursive, ...)
  o tools/uudec Fix missing dash to `display` command-line
* Thu May 24 2007 ro@suse.de
- split off devel package
* Mon May 07 2007 anosek@suse.cz
- updated to version 2.9.1
  [#] Security fix:
  o Fix for CVE-2007-1558 (APOP)
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1558
  [#] Bug fixes
  o Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
  o Fix encoding woes wrt saving of mails and parts
* Mon Jan 29 2007 anosek@suse.cz
- updated to version 2.7.2
  * Attaching files from 'mailto:' URIs (&attach=...) is now
  possible. A dialog is displayed to make sure that the user is
  aware that the mail will contain attachments
  * 'New Message format' has been added to the Compose/Writing
  options, this works like the Quote format and the same symbols
  are supported
  * Reworked the About dialog, including the addition
  of a new page, 'Features', which indicates which
  of the optional features are compiled in and which are not.
  A 'Release Notes' page was also added
  * Added history combo for all search fields (message and text)
  * The 'mark_as_read_delay' option is not hidden anymore and can
  be found in Configuration/Preferences/Summaries
  * Added global and per-folder preferences to set the default
  alternate dictionary
  * Allow spell-checking to use both current and alternate
  dictionaries
  * Added an hidden option 'addressbook_use_editaddress_dialog' to
  embed the contact editor in the addressbook window in contrast
  to a separate dialog
  * Added a hidden option 'unsafe_ssl_certs', to allow storing
  multiple SSL certificates for a given server/port. You will be
  asked to accept unknown certificates. Unchecking this option
  will require you to re-accept previously known certificates
  * Allow copying of folders between mailboxes
  * Better automatic account selection for mailing lists (searches
  for the email address in the Delivered-To header also)
  * Made the "Synchronise" menu item inactive when there's
  nothing to synchronise
  * Use Message font in Writing and Quoting preferences,
  as well as in Templates
  * and much more new features ...
* Thu Dec 07 2006 anosek@suse.cz
- udpated to version 2.6.1
  * Sylpheed-Claws is now known as Claws Mail. The default
  configuration directory is now ~/.claws-mail. The main
  configuration file is now called 'clawsrc'.
  * Several bugfixes
- enabled spamassassin plugin again
* Thu Oct 12 2006 anosek@suse.cz
- updated to version 2.5.5
  * Bug fixes:
  o bug 1034, 'Incorrect display of size field in message view'
  o bug 1032, 'Segmentation fault when showing message'
  o fix crash with quote folding on HTML
  o fix building with --disable-nls
  * remove tabs in Subject string
- resolved license problems [#210169]
  * disabled spamassassin plugin
  * removed GurUnix Theme completely
* Wed Oct 11 2006 anosek@suse.cz
- updated to version 2.5.3
  * Make node expanding in the Folder List non-recursive
  * Bug fixes:
  o Fix "Check for new folders" on folders with accented
  characters
  o Fix filtering "copy" rules
  o Fix "goto next unread" after collapsing/expanding a node
- moved extra-plugins into separate spec file
- spec files are now based on versions from BuildService
  by Marcus Huewe <marcus@links2linux.de>
* Wed Sep 27 2006 anosek@suse.cz
- updated to version 2.5.2
  * New plugin: Bogofilter, providing Spam filtering and learning
  * Account-based filtering rules. Each filtering rule can now be
  assigned to a specific account, by default it's "All".
  * Filtering against Address Book. It is now possible add matched
  conditions to determine if any email address in a message
  matches or doesn't match any or all books or folders
  in the Address Book.
  * Quote folding. Quotes in the message view can now be folded,
  via the "/View/Quotes/..." menu. The folding can also be
  toggled by double clicking on the quotes in the Message View
  * "/View/Go to/Parent message" and "/View/Go to/Last read
  message" have been added
  * IMAP: Added a View Log button on auth error
  * PGP/Core plugin: it is now possible to create a new key pair
  from within Sylpheed-Claws
  * PGP/Core plugin: When encrypting, if only one key matches,
  and it matches exactly, it is automatically used
  * Enabled text selection for replying from MimeViewer plugins
  * And more ...
- small fixes (prototypes.patch) (warnings.patch)
- created new package sylpheed-claws-extra-plugins
* Thu Sep 21 2006 zpetrova@suse.cz
- version upgrade to 2.4.0
  - major rewrites all over the place
  - port to gtk2
  - many bugfixes
* Sun Sep 17 2006 ro@suse.de
- fix missing return value
* Tue Jun 20 2006 dmueller@suse.de
- build parallel
* Wed Feb 15 2006 ro@suse.de
- added curl-devel to BuildRequires
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 24 2006 zpetrova@suse.cz
- another build problem appeared, fixed.
* Thu Jan 19 2006 zpetrova@suse.cz
- fixed built
* Sun Jan 15 2006 kukuk@suse.de
- Add gpgme-devel to nfb
* Sat Jan 14 2006 kukuk@suse.de
- Add gmp-devel to nfb
* Wed Nov 16 2005 zpetrova@suse.cz
- fix several buffer overflows: (#132688, #72801)
* Thu Sep 29 2005 zpetrova@suse.cz
- Add LDAP_DEPRECATE macro to compile with new openldap.
  (temporary workaround)
* Mon Sep 26 2005 zpetrova@suse.cz
- fix some gcc4.1 warnings
* Tue May 03 2005 ro@suse.de
- fix some gcc4 warnings
* Tue Mar 22 2005 mmj@suse.de
- Update to 1.0.3 [#72801]
* Sat Feb 19 2005 ro@suse.de
- use -fno-strict-aliasing until code has been cleaned up
* Thu Feb 17 2005 didge@suse.de
- version 1.0.1
- maildir plugin 0.7
- new iconset 20040929
* Mon Oct 25 2004 didge@suse.de
- version 0.9.12b
- ghostscript-viwer 0.8
- disabled new pgpmime plugin as gpgme-support is still missing
* Tue Aug 24 2004 didge@suse.de
- enabled clamav plugin
* Fri Aug 06 2004 didge@suse.de
- renamed to sylpheed-claws
* Thu Aug 05 2004 didge@suse.de
- version 0.9.12
- name paths is now sylpheed-claws
- ghostscript-viwer 0.7
- added maildir plugin 0.6
* Thu Aug 05 2004 ro@suse.de
- recode desktop file to utf-8
* Mon Jul 26 2004 didge@suse.de
- disabled gpgme because of incompatibility with it's new API
* Mon Jun 07 2004 didge@suse.de
- version 0.9.11
- new iconset 20040525
* Fri Apr 23 2004 didge@suse.de
- fixed compiler warnings
* Sat Mar 20 2004 adrian@suse.de
- fix build, adding resmgr to neededforbuild
* Tue Mar 09 2004 didge@suse.de
- version 0.9.10
* Tue Feb 10 2004 didge@suse.de
- version 0.9.9
- new iconset 20040206
- fixed rights of the themes
* Fri Dec 19 2003 didge@suse.de
- version 0.9.8
* Mon Dec 15 2003 didge@suse.de
- added patch for a more secure exit/kill of sylpheed
- removed trayicon plugin
* Wed Dec 10 2003 didge@suse.de
- fixed lib path to work on 64bit
* Tue Dec 09 2003 didge@suse.de
- added some bugfixes that came after 0.9.7
* Thu Nov 27 2003 didge@suse.de
- version 0.9.7
- iconset 20031130
- ghostscript-viewer 0.6
* Thu Oct 16 2003 didge@suse.de
- added patch to fix alertpanel bug
* Mon Oct 13 2003 ro@suse.de
- fix python require
* Tue Oct 07 2003 didge@suse.de
- version 0.9.6
* Mon Sep 15 2003 didge@suse.de
- added theme Skypilot
* Tue Sep 02 2003 didge@suse.de
- diff from cvs added for some bugfixes
- workaround for 'aclocal -I ac' export
* Wed Aug 20 2003 sbrabec@suse.cz
- Removed obsolete libgtop from neededforbuild.
* Tue Aug 19 2003 ro@suse.de
- fixed lib64 problem
* Mon Aug 18 2003 didge@suse.de
- 2 more themes
- diff from cvs added for some bugfixes
* Tue Aug 12 2003 adrian@suse.de
- package desktop file
* Tue Aug 12 2003 adrian@suse.de
- install desktop file according to XDG
* Mon Aug 04 2003 didge@suse.de
- new version 0.9.4claws
- reactivated trayicon plugin
* Wed Jul 30 2003 ro@suse.de
- added readline-devel to neededforbuild
* Fri Jul 18 2003 didge@suse.de
- added patch against current CVS to fix some bugs
- removed trayicon plugin, because unload crashs sylpheed
- moved the README of the tools to %%doc
* Tue Jul 15 2003 sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
* Mon Jul 14 2003 didge@suse.de
- Version 0.9.3claws
- new Iconset
- ghostview-plugin added
* Thu Jul 03 2003 ro@suse.de
- install gnome files to /opt/gnome
* Tue Jul 01 2003 didge@suse.de
- updated files section
- added the tools for sylpheed
- added Gnome icon
* Mon Jun 23 2003 didge@suse.de
- Version 0.9.0claws
* Sat Jun 14 2003 coolo@suse.de
- package directories
* Tue Jun 03 2003 coolo@suse.de
- use BuildRoot
- fix file list to include tons of unpackages themes (to be reviewed)
* Wed May 14 2003 sf@suse.de
- corrected patch and use 'autoreconf -f -i'
* Tue Apr 01 2003 sf@suse.de
- actualize libtool (to be able to link libcompface.a into shlib)
* Mon Mar 31 2003 didge@suse.de
- Version 0.8.11claws
* Tue Mar 11 2003 didge@suse.de
- some more bugfixes from CVS
- current manual added
- updated translations
* Mon Mar 10 2003 kukuk@suse.de
- Set libdir
* Mon Mar 03 2003 didge@suse.de
- 2 more bugfixes and fixes of warnings from CVS
* Fri Feb 28 2003 didge@suse.de
- more patches from CVS
- updated KDE2/3 menu and icons
* Mon Feb 24 2003 didge@suse.de
- added the spamassassin plugins to the files section
- more patches from CVS
- removed md5 patch
* Mon Feb 17 2003 didge@suse.de
- added patch for some fixes and speedups from after 0.8.10claws
* Thu Feb 13 2003 didge@suse.de
- Version 0.8.10claws
- cut patch as most is in 0.8.10claws now
* Fri Jan 31 2003 didge@suse.de
- Version 0.8.9claws
- Fixed Bug 23266: remove -mminimal-toc from RPM_OPT_FLAGS
- Fixed Bug 23265 - sylpheed compile error in md5.c
* Fri Jan 31 2003 ro@suse.de
- use cyrus-sasl2 in neededforbuild
* Fri Jan 10 2003 didge@suse.de
- Version 0.8.8claws
- new Iconset (0.8.7claws)
* Mon Dec 02 2002 didge@suse.de
- Version 0.8.6claws
* Mon Oct 21 2002 didge@suse.de
- Version 0.8.5claws
- new Iconset
- patch against a bug
* Fri Sep 27 2002 ro@suse.de
- Added alsa alsa-devel to neededforbuild (esound)
* Wed Jul 31 2002 didge@suse.de
- Version 0.8.1claws
- Themes pack 3 added
* Thu Jul 04 2002 ro@suse.de
- added heimdal-devel to neededforbuild to make libtool happy
* Sat Jun 29 2002 olh@suse.de
- build with -mminimal-toc on ppc64
* Fri Jun 21 2002 didge@suse.de
- Version 0.7.8claws
* Fri May 10 2002 didge@suse.de
- Version 0.7.5claws
- Themes pack added
* Tue May 07 2002 ro@suse.de
- fixed specfile: no macro allowed in Version: line
* Tue Mar 12 2002 didge@suse.de
- Version 0.7.4claws
- many new features
* Thu Feb 28 2002 didge@suse.de
- added patch against CVS to fix segfault on opening a mime part
- added support for ISO-8859-15
- updated german translation
* Tue Feb 26 2002 didge@suse.de
- added patch against CVS to fix memory leak while handling attachments
* Mon Feb 25 2002 didge@suse.de
- Version 0.7.2claws
* Thu Feb 14 2002 didge@suse.de
- Version 0.7.1claws
* Wed Jan 16 2002 didge@suse.de
- Version 0.7.0claws
* Mon Dec 17 2001 didge@suse.de
- Version 0.6.6claws
- came back to normal releases, no cvs anymore
- the Santa Claws release :-)
* Mon Nov 26 2001 didge@suse.de
- a big bug is fixed (forgeting about read messages and marking
  them as unread again)
- my undo-patch is added
* Fri Nov 23 2001 didge@suse.de
- Bug with GPG is fixed
* Wed Nov 21 2001 didge@suse.de
- Version 0.6.5
- bugfix in spec
* Wed Nov 21 2001 ro@suse.de
- added cyrus-sasl-devel to neededforbuild
* Mon Oct 29 2001 didge@suse.de
- Version 0.6.4claws13
- de translations
* Mon Oct 22 2001 didge@suse.de
- Version 0.6.4claws1
* Tue Oct 09 2001 didge@suse.de
- Version 0.6.3claws2
* Mon Oct 01 2001 didge@suse.de
- Version 0.6.2claws12
- Pspell now works fine
* Fri Sep 28 2001 didge@suse.de
- Version 0.6.2claws
- Pspell deactivated because of segfault with SuSE, but will come soon
- current german translations
* Tue Sep 04 2001 didge@suse.de
- added missing translations
* Mon Sep 03 2001 didge@suse.de
- Version 0.6.1claws out of CVS
- German translations
- Some new features
* Thu Aug 23 2001 didge@suse.de
- Version 0.5.3claws3 out of CVS
- German translations
* Wed Aug 22 2001 didge@suse.de
- Version 0.5.3claws2 out of CVS
- GPGME exclude to an extra package
* Mon Aug 06 2001 didge@suse.de
- Version 0.5.2claws1 out of CVS
- ssl is working for IMAP and SMTP
* Tue Jul 31 2001 didge@suse.de
- Version 0.5.1claws3 out of the CVS
- gpgme compiled in the package (should better be an extra package)
- compiled with ipv6-support
- compiled with JPilot-support
- compiled with ldap-support
- compiled with ssl-support (not sure if working already)
- added tools in /usr/share/doc/packages/sylpheed
* Thu Jul 12 2001 didge@suse.de
- Version 0.5.0claws out of the CVS
* Thu Jun 28 2001 didge@suse.de
- Removes openldap requirement, to build on S390
  it was never used anyway
* Tue Jun 19 2001 didge@suse.de
- Added menu entry + icon
* Tue Jun 19 2001 didge@suse.de
- Version 0.4.99claws
  Date 15.6.2001
* Tue Jun 12 2001 didge@suse.de
- Try to fix the CVS-version, to build it.
* Tue Jun 05 2001 didge@suse.de
- Version 0.4.99claws3
  Date 5.6.2001
* Sun May 13 2001 didge@suse.de
- Verison 0.4.66 + patches:
  add-sender-to-addressbook-1.patch
  empty_mailbox-2.patch
  foldercolor.patch
  font-sel.patch
  gtkstext.0.4.63.patch
  showaddr.patch
  sylpheed-0.4.63-marknav.patch
  sylpheed-0.4.65cvs8-unlimited_from.patch
  sylpheed-0.4.66-gpgpopup.patch
  sylpheed-0.4.66-gtkspell.patch
  sylpheed-0.4.66-no-retrieval-dialog
  sylpheed-0.4.66-nogpgwarn.patch
  sylpheed-autodelete-6.patch
  sylpheed-config-0.4.64.patch
  sylpheed-custom-headers-5.patch
  sylpheed-ldapaddressbook-v2.patch
* Wed May 09 2001 mfabian@suse.de
- bzip2 sources
* Tue Apr 24 2001 didge@suse.de
  Version 0.4.65cvs4.
  The following patches were applied :
- add-sender-to-addressbook.patch
- bytesread.patch
- empty_mailbox-2.patch
- foldercolor.patch
- font-sel.patch
- gtkstext.0.4.63.patch
- progresswindow.patch
- sylpheed-0.4.63-marknav.patch
- sylpheed-0.4.63-update_colors.patch
- sylpheed-0.4.63-warnqueued.patch
- sylpheed-0.4.64-gpgkeysel.patch
- sylpheed-autodelete-5.patch
- sylpheed-config-0.4.64.patch
- sylpheed-custom-headers-5.patch
- sylpheed-forward-3.patch
- sylpheed-news-3.patch
- sylpheed-open-url.patch
- activated IPv6 support
- activated GPGME support (needs GPGME to work)
* Fri Apr 20 2001 didge@suse.de
- activated IPv6 support
- activated GPGME support (needs GPGME to work)
* Fri Apr 20 2001 didge@suse.de
- Version 0.4.64
- Patches:
  add-sender-to-addressbook-1.patch
  foldercolor.patch
  font-sel.patch
  progresswindow.patch
  sylpheed-0.4.63-marknav.patch
  sylpheed-0.4.63-update_colors.patch
  sylpheed-0.4.63-warnqueued.patch
  sylpheed-0.4.63cvs9-layout2.patch
  sylpheed-0.4.63cvs9-noparts.patch
  sylpheed-0.4.63cvs9-showserver.patch
  sylpheed-0.4.64-gpgkeysel.patch
  sylpheed-custom-headers-4.patch
  sylpheed-forward-2.patch
  sylpheed-news-2.patch
  sylpheed-open-url.patch
  sylpheed-toolbar.patch
  usestrftime.patch
  bytesread.patch
* Tue Apr 10 2001 didge@suse.de
  Patches added:
- empty_mailbox.patch
- font-sel.patch
- gtkstext.patch
- patch-config-4.60.patch
- sylpheed-autodelete-4.patch
- sylpheed-forward-2.patch
- sylpheed-news-2.patch
- sylpheed-custom-headers-4.patch
- sylpheed-open-url.patch
* Tue Apr 10 2001 didge@suse.de
- version 0.4.63
- changes:
  * Some menu items are sorted out.
  * `Attract by subject' is speeded up.
  * Smooth scrolling of message text is enabled.
  * Generic mark and Deleted mark became permanent.
  * Replied and Forwarded mark are enabled.
  * The design of New and Unread mark is changed.
  * Generic mark and Unread mark can be toggled with clicking summary view.
  * Long References header is truncated now.
  * Updated the GnuPG support code.
  * Messages can be moved across file systems.
  * Message date is converted into local time when displaying.
  * The colors of quoted part and URI of messages can be specified,
  and they are specifiable according to quotation level.
  * It is enabled to keep the current folder after receiving new messages.
  * The speed of cache reading is improved.
  * Message copy is implemented.
  * Many other bugfixes have been done.
* Mon Mar 19 2001 didge@suse.de
- small bugfix to the patched version of 0.4.63cvs3
- sylpheed patched 9.1
* Mon Mar 19 2001 didge@suse.de
- new patched version of 0.4.63cvs3
* Wed Mar 14 2001 didge@suse.de
- build patched version 0.4.62
- add-sender-to-addressbook.patch
- sylpheed-open-url.patch
- empty_mailbox.patch
- patch-config-4.60.patch
- sylpheed-forward.patch
- sylpheed-custom-headers-3.patch
- sylpheed-autodelete-2.patch
* Mon Mar 12 2001 ro@suse.de
- fixed macro use in specfile
* Mon Mar 12 2001 didge@suse.de
- some new features are added, new version 0.4.62
* Tue Feb 13 2001 didge@suse.de
- a lot of bugfixes and two new versions, newest 0.4.61
* Wed Jan 31 2001 ro@suse.de
- changed neededforbuild <imlibcfe> to <imlib-config>
* Tue Jan 16 2001 didge@suse.de
- a lot of bugs where fixed and the news support was redesigned
- new version 0.4.52
* Wed Dec 27 2000 didge@suse.de
- some segfaults were fixed in the version 0.4.9
* Mon Dec 11 2000 didge@suse.de
- problems hopefully fixed :-)
* Mon Dec 11 2000 didge@suse.de
- updated to 0.4.8 and try fixed build problems
* Mon Dec 04 2000 didge@suse.de
- updated to 0.4.7 and updated %%description
* Mon Nov 20 2000 didge@suse.de
- first build of sylpheed (0.4.4)
openSUSE Build Service is sponsored by