SPECS: gpgme.spec - updated to 1.0.3, added tests bcond
qboosh
qboosh at pld-linux.org
Thu Jun 23 22:39:24 CEST 2005
Author: qboosh Date: Thu Jun 23 20:39:24 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0.3, added tests bcond
---- Files affected:
SPECS:
gpgme.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/gpgme.spec
diff -u SPECS/gpgme.spec:1.58 SPECS/gpgme.spec:1.59
--- SPECS/gpgme.spec:1.58 Sat May 21 02:02:11 2005
+++ SPECS/gpgme.spec Thu Jun 23 22:39:18 2005
@@ -3,19 +3,20 @@
# Conditional build:
%bcond_without gpgsm # with gnupg S/MIME support
%bcond_without pth # without pth-based version of library
-%bcond_without static_libs # Do not build static libraries
+%bcond_without static_libs # do not build static libraries
+%bcond_with tests # perform tests
#
# TODO: separate pth version? disable by default (if !needed at all)?
Summary: Library for accessing GnuPG
Summary(pl): Biblioteka dająca dostęp do funkcji GnuPG
Name: gpgme
-Version: 1.0.2
-Release: 5
+Version: 1.0.3
+Release: 1
Epoch: 1
License: LGPL v2.1+
Group: Libraries
Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
-# Source0-md5: 25513fd35593bad08c1e486878296b40
+# Source0-md5: 84f85671d63164fb1d338c23010f023d
Patch0: %{name}-info.patch
Patch1: %{name}-gpg2.patch
Patch2: %{name}-kill-tests.patch
@@ -69,7 +70,7 @@
%setup -q
%patch0 -p1
%{?with_gpgsm:%patch1 -p1}
-%patch2 -p1
+%{!?with_tests:%patch2 -p1}
%build
%{__libtoolize}
@@ -130,6 +131,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2005/06/23 20:39:18 qboosh
+- updated to 1.0.3, added tests bcond
+
Revision 1.58 2005/05/21 00:02:11 pluto
- ugly hack / kill tests (they cause sigsegv on 64-bit archs).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gpgme.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list