rpms/gpgme03/devel gpgme03.spec,1.6,1.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Jan 17 11:24:06 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/gpgme03/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv7684

Modified Files:
	gpgme03.spec 
Log Message:
Help preparing the road to GPGME 1.0 migration. This change gets rid of dependency on newpg.


Index: gpgme03.spec
===================================================================
RCS file: /cvs/extras/rpms/gpgme03/devel/gpgme03.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gpgme03.spec	6 Jan 2005 18:17:16 -0000	1.6
+++ gpgme03.spec	17 Jan 2005 11:24:04 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:        GnuPG Made Easy interface library
 Name:           gpgme03
 Version:        0.3.16
-Release:        6
+Release:        7
 Epoch:          0
 License:        GPL
 Group:          Applications/System
@@ -10,8 +10,8 @@
 Patch1:         gpgme-0.3.16-underquoted.patch
 URL:            http://www.gnupg.org/related_software/gpgme/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  gnupg >= 0:1.2.0, %{_bindir}/gpgsm
-Requires:       gnupg >= 0:1.2.0, %{_bindir}/gpgsm
+BuildRequires:  gnupg >= 0:1.2.0
+Requires:       gnupg >= 0:1.2.0
 
 %description
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier
@@ -37,7 +37,7 @@
 
 
 %build
-%configure --with-pth=no
+%configure --with-pth=no --without-gpgsm
 make %{?_smp_mflags}
 
 
@@ -84,6 +84,10 @@
 
 
 %changelog
+* Sun Jan 16 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.3.16-7
+- Disable GPGSM, remove /usr/bin/gpgsm dependency.
+  None of our GPGME 0.3.x API users need this.
+
 * Thu Jan  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.3.16-6
 - Fix underquoted definition in gpgme.m4.
 




More information about the fedora-extras-commits mailing list