rpms/gpgme/devel gpgme-1.1.3-config_extras.patch, NONE, 1.1 gpgme.spec, 1.20, 1.21 gpgme-1.1.2-config_extras.patch, 1.2, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Feb 3 21:13:34 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/gpgme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27864

Modified Files:
	gpgme.spec 
Added Files:
	gpgme-1.1.3-config_extras.patch 
Removed Files:
	gpgme-1.1.2-config_extras.patch 
Log Message:
* Sat Feb 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.3-1
- gpgme-1.1.3


gpgme-1.1.3-config_extras.patch:

--- NEW FILE gpgme-1.1.3-config_extras.patch ---
--- gpgme-1.1.3/gpgme/gpgme-config.in.config_extras	2007-01-29 14:16:20.000000000 -0600
+++ gpgme-1.1.3/gpgme/gpgme-config.in	2007-02-03 14:57:01.000000000 -0600
@@ -19,21 +19,21 @@
 
 # Configure libgpg-error.
 gpg_error_cflags="@GPG_ERROR_CFLAGS@"
-gpg_error_libs="@GPG_ERROR_LIBS@"
+#gpg_error_libs="@GPG_ERROR_LIBS@"
 
 # Configure thread packages.
 thread_modules=""
 
 @HAVE_PTH_TRUE at thread_modules="$thread_modules pth"
-libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
+#libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
 cflags_pth="@PTH_CFLAGS@"
 
 @HAVE_PTHREAD_TRUE at thread_modules="$thread_modules pthread"
-libs_pthread="-lpthread"
+#libs_pthread="-lpthread"
 cflags_pthread=""
 
 # Configure glib.
-libs_glib="@GLIB_LIBS@"
+#libs_glib="@GLIB_LIBS@"
 cflags_glib="@GLIB_CFLAGS@"
 with_glib=
 


Index: gpgme.spec
===================================================================
RCS file: /cvs/extras/rpms/gpgme/devel/gpgme.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gpgme.spec	3 Oct 2006 13:11:01 -0000	1.20
+++ gpgme.spec	3 Feb 2007 21:13:02 -0000	1.21
@@ -1,8 +1,8 @@
 
 Name:    gpgme
 Summary: GnuPG Made Easy - high level crypto API
-Version: 1.1.2
-Release: 6%{?dist}.1
+Version: 1.1.3
+Release: 1%{?dist}
 
 License: LGPL
 Group:   Applications/System
@@ -11,7 +11,7 @@
 Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2.sig
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: gpgme-1.1.2-config_extras.patch
+Patch1: gpgme-1.1.3-config_extras.patch
 
 BuildRequires: gnupg >= 1.2.2
 BuildRequires: gnupg2 >= 1.9.6
@@ -60,8 +60,10 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# unpackaged files
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -rf $RPM_BUILD_ROOT%{_datadir}/common-lisp/source/gpgme/
 
 
 %check || :
@@ -86,6 +88,7 @@
 fi
 
 
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING* ChangeLog NEWS README* THANKS TODO VERSION
@@ -100,7 +103,12 @@
 %{_infodir}/gpgme.info*
 
 
+
+
 %changelog
+* Sat Feb 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.3-1
+- gpgme-1.1.3
+
 * Tue Oct 03 2006 Rex Dieter <rexdieter[AT]users.sf.net>
 - respin
 


--- gpgme-1.1.2-config_extras.patch DELETED ---




More information about the scm-commits mailing list