Accepting request 59525 from home:gberh:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/59525 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=17
This commit is contained in:
parent
41a0fb138b
commit
f411f70725
12
gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
Normal file
12
gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ur gpgme-1.3.0.orig/src/gpgme-config.in gpgme-1.3.0/src/gpgme-config.in
|
||||
--- gpgme-1.3.0.orig/src/gpgme-config.in 2009-10-23 15:44:56.000000000 +0200
|
||||
+++ gpgme-1.3.0/src/gpgme-config.in 2011-01-31 15:40:34.000000000 +0100
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
# Network libraries.
|
||||
assuan_cflags="@LIBASSUAN_CFLAGS@"
|
||||
-assuan_libs="@LIBASSUAN_LIBS@"
|
||||
+#assuan_libs="@LIBASSUAN_LIBS@"
|
||||
|
||||
# Configure libgpg-error.
|
||||
gpg_error_cflags="@GPG_ERROR_CFLAGS@"
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 14:47:20 UTC 2011 - gber@opensuse.org
|
||||
|
||||
- added gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch in
|
||||
order to remove the extraneuos libassuan from gpgme-config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 14 13:05:39 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
@ -32,6 +32,7 @@ Url: http://www.gnupg.org/related_software/gpgme/
|
||||
Group: Productivity/Security
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Patch0: gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
|
||||
BuildRequires: libassuan-devel >= 1.1.0
|
||||
BuildRequires: libgpg-error-devel >= 1.4
|
||||
PreReq: %install_info_prereq
|
||||
@ -102,6 +103,7 @@ of standard widgets for common key selection tasks is even planned.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
sh autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user