On Thu, Jan 06, 2005 at 06:30:45PM +0100, Michael Schwendt wrote: > On Thu, 6 Jan 2005 11:06:59 -0500, Toshio Kuratomi wrote: > > The current version of the patch can be found here: > > http://www.tiki-lounge.com/~toshio/fedora/sylpheed-gpgme1.0-12.patch > > Thanks. I'm going to apply this and also serve as a guinea pig, because > currently I still use a GPGME 0.3.x enabled Sylpheed. > Thanks for trying to break it... it needs a lot more testing than I can give it :-) Notes on compiling with this: * You'll need to do autoheader; autoconf as the configure.in script has been patched. * Configure needs to be manually prodded with --enable-gpgme I'm attaching my specfile diff against the current fedora cvs sylpheed/devel/sylpheed.spec in case it helps. -Toshio
Index: sylpheed.spec =================================================================== RCS file: /cvs/dist/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.19 diff -u -r1.19 sylpheed.spec --- sylpheed.spec 5 Jan 2005 09:03:58 -0000 1.19 +++ sylpheed.spec 6 Jan 2005 21:38:26 -0000 @@ -1,6 +1,8 @@ +%define _with_gpgme 1 + Name: sylpheed Version: 1.0.0 -Release: 1 +Release: 1.tek.1 License: GPL URL: http://sylpheed.good-day.net/ Group: Applications/Internet @@ -13,6 +15,7 @@ Patch: %{name}-0.8.9-ck.patch Patch1: %{name}-0.8.9-ssl.patch Patch2: sylpheed-default-browser.patch +Patch3: sylpheed-gpgme1.0-12.patch Summary: A GTK+ based, lightweight, and fast email client. %description @@ -35,8 +38,10 @@ %patch -p1 -b .ck %patch1 -p1 -b .ssl %patch2 -p1 -b .default-browser +%patch3 -p0 -b .gpgme %build +autoheader autoconf %configure --enable-ssl %{?_with_gpgme:--enable-gpgme} make @@ -71,6 +76,9 @@ %{_mandir}/man1 %changelog +* Thu Jan 6 2005 Toshio Kuratomi <toshio@xxxxxxxxxxxxxxx> - 1.0.0-1.tek.1 +- Patch to port sylpheed to gpgme 1.0 + * Wed Jan 5 2005 Akira TAGOH <tagoh@xxxxxxxxxx> - 1.0.0-1 - New upstream release.