- fix gpgme-config --thread=pthread --cflags

This commit is contained in:
Rex Dieter 2006-09-18 19:34:24 +00:00
parent b40ba96e03
commit 80f1285e9c
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--- gpgme-1.1.2/gpgme/gpgme-config.in.config_extras 2005-11-18 17:03:28.000000000 -0600 --- gpgme-1.1.2/gpgme/gpgme-config.in.config_extras 2005-11-18 17:03:28.000000000 -0600
+++ gpgme-1.1.2/gpgme/gpgme-config.in 2006-03-06 08:50:57.000000000 -0600 +++ gpgme-1.1.2/gpgme/gpgme-config.in 2006-09-18 14:12:04.000000000 -0500
@@ -16,15 +16,19 @@ @@ -16,15 +16,19 @@
# Configure libgpg-error. # Configure libgpg-error.
@ -17,7 +17,7 @@
+@HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread" +@HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread"
+#libs_pthread="@PTHREAD_LDFLAGS@ @PTHREAD_LIBS@" +#libs_pthread="@PTHREAD_LDFLAGS@ @PTHREAD_LIBS@"
+cflags_pthread="@PTHREAD_CFLAGS@" +#cflags_pthread="@PTHREAD_CFLAGS@"
+ +
# Configure glib. # Configure glib.
libs_glib="@GLIB_LIBS@" libs_glib="@GLIB_LIBS@"

View File

@ -2,7 +2,7 @@
Name: gpgme Name: gpgme
Summary: GnuPG Made Easy - high level crypto API Summary: GnuPG Made Easy - high level crypto API
Version: 1.1.2 Version: 1.1.2
Release: 5%{?dist} Release: 6%{?dist}
License: LGPL License: LGPL
Group: Applications/System Group: Applications/System
@ -17,6 +17,8 @@ BuildRequires: gnupg >= 1.2.2
BuildRequires: gnupg2 >= 1.9.6 BuildRequires: gnupg2 >= 1.9.6
BuildRequires: libgpg-error-devel >= 0.5 BuildRequires: libgpg-error-devel >= 0.5
BuildRequires: pth-devel >= 2.0.4 BuildRequires: pth-devel >= 2.0.4
# Not really used, only for win32 build
#BuildRequires: glib2-devel
Requires: gnupg >= 1.2.2 Requires: gnupg >= 1.2.2
Requires: gnupg2 >= 1.9.6 Requires: gnupg2 >= 1.9.6
@ -99,6 +101,9 @@ fi
%changelog %changelog
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-6
- fix gpgme-config --thread=pthread --cflags
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-5 * Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-5
- fc6 respin - fc6 respin