From 44189df4f584d51e98b5692902883f1d6bc2d613 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 1 Mar 2008 02:31:17 +0000 Subject: [PATCH] --disable-gpg-test when also using gpg2 (some tests are gpg(1)-specific) --- gpgme.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpgme.spec b/gpgme.spec index e721271..9be2703 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -56,7 +56,7 @@ sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' gpgme/gpgme-config.in %build %configure \ --disable-static \ - --with-gpg=%{_bindir}/gpg2 + --with-gpg=%{_bindir}/gpg2 --disable-gpg-test make %{?_smp_mflags} @@ -75,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/common-lisp/source/gpgme/ %check || : # expect 1(+?) errors with gnupg < 1.2.4 # gpgme-1.1.6 includes one known failure (FAIL: t-sign) -make check ||: +make -C tests check ||: %clean