Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > a1ac59bc834e1c642ec389b7baee5d5e > files > 2

sylpheed-claws-1.0.4-3mdk.src.rpm

 

%define iconset          %{generic_name}-iconset-20040929

%define generic_name	sylpheed   
%define pre                1.0.4
%define name		%{generic_name}-claws 
%define version		%{pre}
%define version_name %{generic_name}-%{version} 
%define release		    3mdk 
%define iconname	%{generic_name}.png
%define	Group		Networking/Mail
%define Summary		Enhanced version of the Sylpheed e-mail client
 

Summary:		%{Summary}
Name:			%{name}
Version:		%{version}
Release:		%{release}
Source:			 http://prdownloads.sf.net/%{name}-%{version}.tar.bz2
Source1:                http://prdownloads.sourceforge.net/sylpheed-claws/%{iconset}.tar.bz2   
License:		GPL
URL:			http://sylpheed-claws.sf.net/
Requires:		gtk+ >= 1.2.10
Group:			%{Group}
Buildroot:		%{_tmppath}/%{version_name}-%{release}-buildroot
BuildRequires:		faces-devel, openldap-devel
BuildRequires:		aspell-devel >= 0.50, aspell-dictionary  
BuildRequires:          gdk-pixbuf-devel >= 0.20.0, pilot-link-devel
BuildRequires:		ImageMagick
BuildRequires:		libltdl-devel
BuildRequires:          libncurses-devel
BuildRequires:          readline-devel
BuildRequires:          iptables-ipv6
BuildRequires:          multiarch-utils
BuildRequires: spamassassin-spamd >= 3.0.0
BuildRequires: libclamav-devel
BuildRequires: libgpgme03_6-devel >= 0.3.16
BuildRequires: dillo
Requires:		 common-licenses 
Requires:		  aspell-dictionary 	 
Conflicts:             sylpheed-main  
Obsoletes:           %{name}-tools
Provides:             %{name}-tools    

## additinal feature which can be enabled at configure are jconv, and ipv6   

## jconv
## A general purpose Japanese code conversion tool.
## BuildRequires: jconv
## Requires: jconv

## ipv6
## IPv6 is the protocol designed by the IETF to replace the current version Internet Protocol
## BuildRequires: iptables-ipv6
## Requires: iptables-ipv6

%description
Sylpheed is an e-mail client (and news reader) based on GTK+, running on
X Window System, and aiming for
 * Quick response
 * Graceful, and sophisticated interface
 * Easy configuration, intuitive operation
 * Abundant features
The appearance and interface are similar to some popular e-mail clients for
Windows, such as Outlook Express, Becky!, and Datula. The interface is also
designed to emulate the mailers on Emacsen, and almost all commands are
accessible with the keyboard.

The messages are managed by MH format, and you'll be able to use it together
with another mailer based on MH format (like Mew). You can also utilize
fetchmail or/and procmail, and external programs on receiving (like inc or
imget).

This is an improved version over the "bare" sylpheed package.  It has
some additional features, and also extends exisiting features.

Addtitional features include:
	o Scoring
	o Spell checking
	o Return receipts

Improved features include:
	o SMTP Auth
	o Filtering
	o MIME attachments
	o Integrated News reader
	o Automatic mail checking
	o Line-wrapping
	o XML-based addressbook
	o Newly arrived and unread message management
	o Printing
	o GnuPG support
	o address book supports JPilot, LDAP, LDIF, and vCard data files

For a complete listing of Features: http://sylpheed-claws.sf.net/features.html

%package -n %name-devel
Summary:    %{Summary}
Group:   Development/Other
Requires:  %{name} = %{version}-%{release}

%description -n %name-devel
Pkg contains the header files needed for developing with sylpheed-claws.

%package spamassassin-plugin
Summary: Spamassassin-plugin for %{name}
Group: %{Group}
Requires: %{name} = %{version}-%{release}
Requires: spamassassin-spamd

%description spamassassin-plugin
This package uses the spamd SpamAssassin server to check for spam mail.
- See README for configuration and set-up info.

%package clamav-plugin
Summary: Clamav plugin for %name
Group: %Group 
Requires: %{name} = %{version}-%{release}
Requires: clamav

%description clamav-plugin
This plugin will scan incoming messages for viruses using 
Clam AntiVirus.
- See README for configuration and set-up info.

%package dillo_viewer-plugin
Summary: Dillo-plugin for %{name}
Group: %{Group}
Requires: %{name} = %{version}-%{release}
Requires: dillo
 
%description dillo_viewer-plugin
This plugin uses the Dillo browser to view text/html MIME parts inside
%name.
 
 
%package image_viewer-plugin
Summary: Image viewer plugin for %name
Group: %{Group} 
Requires: %{name} = %{version}-%{release}  

%description image_viewer-plugin
This plugin uses gdx-pixbuf to view images within %name.

%package trayicon-plugin
Summary: Notafication icon for %name
Group: %{Group}
Requires: %name

%description trayicon-plugin
This plugin puts a little icon into the system tray.
System trays known to work are Gnome2 and KDE 3.
- See README for additional info.

%package pgpmime-plugin
Summary: PGP plgin for %name
Group: %{Group}
Requires: %{name} = %{version}-%{release}

%description pgpmime-plugin
This plugin verifies signatures and decrypts messages 
 

%prep 
%setup -q -n %{name}-%{version} -a1  

%build 
 
%configure2_5x --enable-aspell --enable-jpilot --enable-openssl --enable-ldap \
                         --enable-gpgme --enable-crash_dialog --enable-spamassassin-plugin \
                         --enable-dillo_viewer-plugin --disable-mathml_viewer-plugin  \
                         --enable-trayicon-plugin --enable-image_viewer-plugin  \
                         --enable-clamav-plugin   
                            
%make
 
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std  

# multiarch
%multiarch_includes %{buildroot}%{_includedir}/%{name}/config.h
 
##iconsets/themes for claws  
mv  %{iconset} themes  
 
mv themes $RPM_BUILD_ROOT%_datadir/sylpheed-claws/themes
##fix perms
chmod 755 $RPM_BUILD_ROOT%_datadir/sylpheed-claws/themes/tml02c
chmod 644 $RPM_BUILD_ROOT%_datadir/sylpheed-claws/themes/tml02c/*.xpm
chmod 644 $RPM_BUILD_ROOT%_datadir/sylpheed-claws/themes/Gnomeria/*
chmod 644 $RPM_BUILD_ROOT%_datadir/sylpheed-claws/themes/achileus-noname/*
chmod 755 tools/*py tools/*.pl tools/*.rc tools/uudec

##remove duplicate man#
rm -rfd  $RPM_BUILD_ROOT/usr/share/man
## remove unneeded file
rm -rf $RPM_BUILD_ROOT/%{_datadir}/sylpheed-claws/themes/Crystal/.directory
rm -rf $RPM_BUILD_ROOT/%{_datadir}/sylpheed-claws/themes/tom_2.1/.xvpics 
rm -rf `find $RPM_BUILD_ROOT -name .sylpheed_themeinfo`
rm -rf tools/Makefile*
##rm file find missed
rm -rf $RPM_BUILD_ROOT%{_datadir}/sylpheed-claws/themes/Skypilot Clawssic/.sylpheed_themeinfo  

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_menudir}}
convert sylpheed.png -geometry 48x48 %{buildroot}%{_liconsdir}/%{iconname}
convert sylpheed.png -geometry 32x32 %{buildroot}%{_iconsdir}/%{iconname}
convert sylpheed.png -geometry 16x16 %{buildroot}%{_miconsdir}/%{iconname}

cat > %{buildroot}%{_menudir}/%{name} << EOF
?package(%{name}):\
	command="%{generic_name}" \
	icon="%{iconname}" \
	title="Sylpheed Claws" \
	longtitle="%{Summary}" \
	needs="x11" \
	section="Internet/Mail"
EOF

 
 
%find_lang %{name}

%post
%{update_menus}
     
%postun
%{clean_menus}

%clean
rm -rf %{buildroot} 

%files -f %{name}.lang
%defattr(-,root,root)
%doc ABOUT-NLS COPYING AUTHORS ChangeLog* NEWS README* INSTALL* TODO* RELEASE_NOTES.claws 
%doc tools
%doc %dir %{_datadir}/%{name}
%doc %dir %{_datadir}/%{name}/manual
%doc %dir %{_datadir}/%{name}/manual/*
%doc %dir %{_datadir}/%{name}/faq
%doc %dir %{_datadir}/%{name}/faq/*
%doc %{_datadir}/%{name}/manual/*/*
%doc %{_datadir}/%{name}/faq/*/*.html
%{_bindir}/%{generic_name} 
%{_datadir}/%{name}/themes/*
%{_datadir}/gnome/apps/Internet/*.desktop
%{_datadir}/pixmaps/*.png  
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_menudir}/%{name}
%{_miconsdir}/%{iconname}
%{_iconsdir}/%{iconname}
%{_liconsdir}/%{iconname}

%files -n %name-devel
%defattr(-,root,root)
%{_includedir}/%{name}
%{_libdir}/%{name}/plugins/*.a 
%{_libdir}/pkgconfig/sylpheed-claws.pc
%multiarch %{multiarch_includedir}/%{name}/config.h


%files spamassassin-plugin
%defattr(-,root,root)
%doc src/plugins/spamassassin/README
%{_libdir}/%{name}/plugins/spamassassin*.la
%{_libdir}/%{name}/plugins/spamassassin*.so                                       

%files clamav-plugin
%defattr(-,root,root)
%doc src/plugins/clamav/README
%{_libdir}/%{name}/plugins/clamav*.la
%{_libdir}/%{name}/plugins/clamav*.so

%files dillo_viewer-plugin
%defattr(-,root,root)
%doc src/plugins/clamav/README
%{_libdir}/%{name}/plugins/dillo*.la
%{_libdir}/%{name}/plugins/dillo*.so 
 
%files image_viewer-plugin
%defattr(-,root,root)
%{_libdir}/%{name}/plugins/image_viewer.so
%{_libdir}/%{name}/plugins/image_viewer.la

%files trayicon-plugin
%defattr(-,root,root)
%doc src/plugins/trayicon/README
%{_libdir}/%{name}/plugins/trayicon.la
%{_libdir}/%{name}/plugins/trayicon.so

%files pgpmime-plugin
%defattr(-,root,root)
%{_libdir}/%{name}/plugins/pgpmime.la
%{_libdir}/%{name}/plugins/pgpmime.so
 
 
%changelog 
* Tue Aug 30 2005 Oden Eriksson <oeriksson@mandriva.com> 1.0.4-3mdk
- rebuilt against new openldap-2.3.6 libs
- fix deps

* Mon Aug 29 2005 Marcel Pol <mpol@mandriva.org> 1.0.4-2mdk
- drop mathml plugin, needs old gtkmathview
- adjust buildrequires for pgpmime plugin

* Thu Mar 23 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.4-1mdk
- 1.0.4...bugfix release (buffer overflow bugs)

* Fri Mar 11 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.3-1mdk
- 1.0.3

* Mon Feb 21 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.1-1mdk
- 1.0.1

* Fri Feb 05 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.0-3mdk
- rebuild for ldap
- multiarch

* Thu Jan 20 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.0-2mdk
- rebuild for new readline

* Wed Jan 19 2005 Charles A Edwards <eslrahc@mandrake.org> 1.0.0-1mdk
- 1.0.0
- drop patches (fixed upstream)
- build with ipv6 support

* Mon Dec 13 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.13-3mdk
- P1 from claws CVS (fix mem leak in spamassassin-plugin)

* Sat Dec 11 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.13-2mdk
- P from claws CVS (fix crash when using inline sig)

* Mon Dec 06 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.13-1mdk
- 0.9.13
- break out external plugins
- update iconset to 20040929
- put tools in doc and drop tools pkg
- rm echo script

* Sat Dec 04 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.12a-4mdk
- rebuild for latest aspell

* Thu Aug 26 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.12a-3mdk
- update etpan-plugin to 0.7 final and update URL
- rebuild for new libetpan
- now use db4.2
- update ghostscript plugin to 0.8 and add lang files

* Tue Aug 24 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.12a-2mdk
- enable external plugins
- remove redundent provides from devel pkg
- buildrequire db4.1-devel in etpan plugin

* Mon Aug 23 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.12a-1mdk
- 0.9.12a
- update ghostscript_viewer to 0.7
- update etpan-privacy to 0.7 from cvs
- new gpgmime-plugin
- temp dis-able external plugins 

* Mon Jun 28 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.12-2mdk
- reenable external plugins

* Mon Jun 28 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.12-1mdk
- disable external plugins
- dir structure now uses /sylpheed-claws rather than /sylpheed
- mv plugins to %{_libdir}/sylpheed-claws
- mv sylpheed-claws.pc to devel pkg
- drop unneeded provides

* Mon May 31 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.11claws-2mdk
- enable external plugins

* Mon May 31 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.11claws-1mdk
- 0.9.11
- add maildir-plugin
- disable external plugins for this release


* Tue May 25 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.10claws-4mdk
- update iconsets
- reenable libtoolize
- rm buildroot at %%install instead of %%prep

* Mon Apr 20 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.10claws-3mdk
- adjust requires/buildrequires due to change in mdk spammassassin rpms

* Fri Apr 02 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.10claws-2mdk
- enable all external plugins

* Thu Apr 01 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.10claws-1mdk
- 0.9.10
- disable external plugins for this release 
- update mailmbox source
- fix menu entry 
- fix typo

* Sat Feb 07 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.9claws-2mdk
- enable all butthe  mailmbox external plugins

* Fri Feb 06 2004 Charles A Edwards <eslrahc@mandrake.org> 0.9.9claws-1mdk
- 0.9.9
- disable external plugins for this release
- update iconset to 20040206
- buildrequire libgpgme-devel

* Tue Dec 30 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.8claws-4mdk
- DIRM fixes

* Sun Dec 21 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.8claws-3mdk
- update privacy-plugin to 0.5 and rebuild for libetpan-0.32
- add mailmbox-plugin

* Sat Dec 20 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.8claws-2mdk
- rebuild to fix plugins

* Fri Dec 19 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.8claws-1mdk
- 0.9.8

* Wed Dec 10 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.7claws-3mdk
- add etpan-privacy-plugin

* Sun Nov 30 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.7claws-2mdk
- update Sources 1 and 2
- and inconset marco
- keep la files in plugin pkgs
- keep a files in devel pkg
- do some general house cleaning

* Wed Nov 26 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.7claws-1mdk
- 0.9.7
- put right README in clanav plugin

* Thu Nov 20 2003 Charles A Edwards <eslrahc@mandrake.org> 0.9.6claws-5mdk
- add fetchinfo and lcdproc plugins 
- make build optional for external source plugins

* Sun Oct 19 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.6claws-4mdk
- arg..don't use a version in perl-MIME-tools

* Sun Oct 19 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.6claws-3mdk
- fix requires in tools pkg
 
* Mon Oct 06 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.6claws-2mdk
- rm bogus require for /usr/bin/python2.2 in tools pkg, add require python

* Thu Oct 02 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.6claws-1mdk
- 0.9.6

* Sat Sep 20 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.5claws-4mdk
- fix longtitle in menu

* Sun Sep 14 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.5claws-3mdk
- update Source2
- add BuildRequires sylpheed-claws-devel in ghostscript_viiewer-plugin
- path no longer needed for ghostscript_viiewer build

* Fri Sep 12 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.5claws-2mdk
- add devel pkg

* Thu Sep 11 2003 Charles A Edwards <eslrahc@bellsouthnet > 0.9.5claws-1mdk
- 0.9.5 
- new files _includedir and _libdir
- fix BuildRequires for lib64 platforms
- rn developement files
- rn some lib requires--rpm will do it
- 
* Sun Aug 31 2003 Charles A Edwards <eslrahc@bellsouth.net > 0.9.4claws-3mdk
- add Require perl-base
- fix perl(File::Recurse) depend

* Wed Aug 13 2003 Charles A Edwards <eslrahc@bellsouth.net > 0.9.4claws-2mdk
- use define __libtoolize /bin/true and not autogen.sh
- a little spec clean-up

* Mon Aug 04 2003 Charles A Edwards <eslrahc@bellsouth.net > 0.9.4claws-1mdk
- 0.9.4
- drop prefix tag
- use Summary and Group to allow for possibility of debug.rpm build
- run autogen.sh before configure
- keep ac/gettext.m4
- add tools pkg
- README* for tools now in tools pkg

* Sun Jul 20 2003 Charles A Edwards <eslrahc@bellsouth.net > 0.9.3claws-4mdk
- rm redundant BuildRequires/Requires for libsas1 and openssl as they brought with ldap
- BuildRequire gtkmathview
- add missing docs tools-README tools-README.sylprint

* Wed Jul 16 2003 Charles A Edwards <eslrahc@bellsouth.net > 0.9.3claws-3mdk
- enable mathml_viewer-plugin
- use corrrect release in changelog this time

* Mon Jul 14 2003 Charles A Edwards <eslrahc@bellsouth.net > 0.9.3claws-1mdk
- enable ldap

* Mon Jul 14 2003 Charles A Edwards <eslrahc@bellsouth.net > 0.9.3claws-1mdk
- 0.9.3
- update Source1
- add Source2 ghostscript_viewer-plugin
- adjust build for gettext-0.11.5
- fix perms
- temporarily ldap and mathml_viewer-plugin untilprovides/requires are fixed 
* Sun Jun 08 2003 Charles A Edwards <eslrahc@bellsouth.net.> 0.9.0claws-2mdk
- rn dup BuildRequire/Requires for libgdk-pixbuf2-devel/libgdk-pixbuf2 from plugin pkg 
  as they are included in main pkg.
- add file mathml_viewer.la (plugin can not be loaded without it.)

* Sun May 25 2003 Götz Waschk <waschk@linux-mandrake.com> 0.9.0claws-1mdk
- format description of the dillo package
- fix some permissions
- add url of the icon tarball
- fix buildrequires
- from Charles A Edwards <eslrahc@bellsouth.net>
 - 0.9.0
 - update iconset
 - enable plugins dillo, clamav, image_viewer, mathml_viewer, and trayicon 
 - convert src to tar.bz2 and set perms

* Mon Apr 14 2003 Marcel Pol <mpol@gmx.net> 0.8.11claws-2mdk
- buildrequires

* Tue Mar 18 2003 Götz Waschk <waschk@linux-mandrake.com> 0.8.11claws-1mdk
- update from Charles A Edwards <eslrahc@bellsouth.net>
  - Release 0.8.11
  - reset perms on src bz2
  - drop Makefile.in.patch - no longer needed
  - use makeinstall_std 

* Sat Feb 15 2003 Charles A Edwards <eslrahc@bellsouth.net> 0.8.10claws-1mdk
- Release 0.8.10
- reset perms on src bz2
- add README to plugin pkg

* Fri Jan 24 2003 Charles A Edwards <eslrahc@bellsouth.net> 0.8.9claws-1mdk
- 0.8.9
- reset perms on src bz2
- new pkg sylpheed-claws-spamassassin-plugin
- spec clean-up

* Tue Dec 26 2002 Charles A Edwards <eslrahc@bellsouth.net> 0.8.8claws-1mdk
- 0.8.8
- revert naming scheme (updrades would not work with my new scheme  }: )
- update Source1 to sylpheed-0.8.7claws-iconset, rename to /themes  
- correct perms on src tar.bz2  
- 1 time only obsoletes, provides sylpheed-0.8.6claws, 0.8.5claws to allow urpmi to update system
  with previous versions installed (will not be needed for subsequent releases)
- list additional options which can be enabled at configure
- enable-ssl changed to enable-openssl
- add marco version_name
- no longer necessary to mv bin
- rm unneeded file
- add missing docs NLS, COPYING, NEWS, INSTALL*

* Mon Nov 25 2002 Charles A Edwards <eslrahc@bellsouth.net> 0.8.6-1mdk
- 0.8.6
- correct permissions on src bz2
- remove Conflicts: sylpheed-claws--no longer needed
- correct command in menu
- add files faq
- add files sylpheed.desktop, pixmaps/sylpheed.png
- rm dup man entry from buildroot
 

* Thu Oct 31 2002 Charles A Edwards <eslrahc@bellsouth.net> 0.8.5-2mdk
- sync name and versioning to more aptly reflect that used in Claws project 
- use autoconf2.5
- use aspell instead of pspell --enable-aspell
- enable crash_dialoge
- add BuildRequires libaspell15-devel, aspell-dictionary
- add Requires libaspell15, aspell-dictionary
- remove Requires BuildRequires for pspell
- add Source icoset-- provides several icon/theme sets for use in claws
- spec clean-up
- 
* Wed Oct 09 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.8.5claws-1mdk
- 0.8.5claws

* Sun Sep 22 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.8.3claws-1mdk
- 0.8.3

* Thu Sep 05 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.8.2claws-2mdk
- fix Requires gpgme, now libgpgme

* Wed Aug 28 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.8.2claws-1mdk
- 0.8.2

* Thu Aug 08 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.8.1claws-2mdk
- Fix BuildRequires and Requires

* Wed Jul 31 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.8.1claws-1mdk
- 0.8.1

* Tue Jun 25 2002 Alexander Skwar <ASkwar@DigitalProjects.com> 0.7.8claws-2mdk
- Fix Requires on libpilot-link4

* Mon Jun 17 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.8claws-1mdk
- 0.7.8claws

* Fri May 31 2002 Alexander Skwar <ASkwar@DigitalProjects.com> 0.7.6claws-1mdk
- A little late, but here it is: 0.7.6claws

* Tue Apr 30 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.5claws-1mdk
- 0.7.5claws

* Mon Apr 15 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.4claws-2mdk
- fix langs ( thx Yves Mettier )

* Tue Mar 12 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.4claws-1mdk
- 0.7.4claws

* Tue Feb 19 2002 Alexander Skwar <ASkwar@DigitalProjects.com> 0.7.2claws-1mdk
- 0.7.2claws

* Thu Feb 14 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.7.1claws-1mdk
- 0.7.1claws

* Wed Jan 23 2002 Alexander Skwar <ASkwar@DigitalProjects.com> 0.7.0claws-1mdk
- 0.7.0claws

* Mon Dec 17 2001 Alexander Skwar <ASkwar@Linux-Mandrake.com> 0.6.6claws-1mdk
- 0.6.6claws

* Thu Dec 13 2001 Alexander Skwar <ASkwar@Linux-Mandrake.com> 0.6.5claws8-1mdk
- First claws version for Mandrake contribs
- Patch away the installation of the GNOME desktop file -> Mandrake doesn't use it