[Momonga-devel.ja:02974] gpgme-1.0 for sylpheed-1.0.1 and mutt-1.5.7


tamo です。

来週あたりに出るという sylpheed-1.0.1 は、やっと
gpgme-1.0 に対応するらしいので、更新の際には、
よろしければ gpgme を添付のような感じにしてください。

ライセンスが LGPL 2.1 or later に変更されているので
version を変えるだけにするようなことのないよう
ご注意ください。

よろしくお願いします。

また、今日 gpg-1.9 系をちょっと更新しました。
64bit 環境のことなどわかりませんので、
おかしなところがあるかもしれません。(特に pth)
ご不明な点がございましたら、この ML でお尋ねください。

-- 
tamo
Index: gpgme/gpgme.spec
===================================================================
--- gpgme/gpgme.spec	(revision 4579)
+++ gpgme/gpgme.spec	(working copy)
@@ -1,17 +1,19 @@
 %global momorel 1
+%global src0sum 3be11bbaa94af352ed6841ad3e296a2f
 
 Summary: GnuPG Made Easy (GPGME)
 Name: gpgme
-Version: 0.3.16
+Version: 1.0.2
 Release: %{momorel}m
 URL: http://www.gnupg.org/related_software/gpgme/
-%NoSource 0 ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.gz 0476b219695ea25cb2a97b18b717e381
-License: GPL
+%NoSource 0 ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.gz %{src0sum}
+License: LGPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: %{_prefix}
-Requires: gnupg >= 1.0.7
+Requires: gnupg >= 1.2.2
 BuildRequires: glibc >= 2.2, gcc, libtool >= 1.4
+BuildPreReq: libgpg-error >= 0.5
 
 %description
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@@ -34,7 +36,7 @@
 %setup -q
 
 %build
-%configure --with-gpgsm=%{_bindir}/gpgsm
+%configure --with-gpgsm=%{_bindir}/gpgsm --enable-static
 %make
 
 %install
@@ -66,12 +68,12 @@
 
 %files
 %defattr(-,root,root)
-%doc README ChangeLog NEWS AUTHORS COPYING THANKS
+%doc README ChangeLog NEWS AUTHORS COPYING COPYING.LESSER THANKS
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc README TODO INSTALL ChangeLog NEWS AUTHORS COPYING THANKS tests/
+%doc README TODO INSTALL ChangeLog NEWS AUTHORS COPYING COPYING.LESSER THANKS
 %{_bindir}/gpgme-config
 %{_includedir}/*.h
 %{_libdir}/*.a
@@ -81,6 +83,13 @@
 %{_infodir}/gpgme*
 
 %changelog
+* Sat Jan 29 2005 TAKAHASHI Tamotsu <tamo>
+- (1.0.2-1m)
+- sylpheed 1.0.1 can use this version!
+- GPL -> LGPL
+- remove tests dir from doc,
+ because the tests are done via "make"
+
 * Fri May 07 2004 TAKAHASHI Tamotsu <tamo>
 - (0.3.16-1m)