]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- R: gpgme only when built with gpgme support auto/ac/balsa-2_0_17-3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jul 2004 15:13:41 +0000 (15:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable gpgme by default for now (Ac still sticks to gpgme 0.3.x)
- release 3

Changed files:
    balsa.spec -> 1.116

balsa.spec

index 6f6103e8c58495a964aa39c9a170695b187cbb4a..b4b507555bb4ca1aacb8b54f294334145dc53026 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without ldap            # build without LDAP support
-%bcond_without gpgme           # build without GPG support (experimental)
+%bcond_with    gpgme           # build with GPG support (experimental)
 %bcond_without esmtp           # build without ESMTP support
 %bcond_without gtkhtml         # build without HTML support
 #
@@ -11,7 +11,7 @@ Summary(es):  Balsa es un lector de e-mail. Usa el toolkit GTK
 Summary(pt_BR):        Balsa é um leitor de e-mail. Usa o toolkit GTK
 Name:          balsa
 Version:       2.0.17
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications
 Source0:       http://balsa.gnome.org/%{name}-%{version}.tar.bz2
@@ -39,7 +39,7 @@ BuildRequires:        libtool
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pcre-devel >= 3.0
 BuildRequires: scrollkeeper >= 0.1.4
-Requires:      gpgme >= 0.4.3
+%{?with_gpgme:Requires:        gpgme >= 0.4.3}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.039545 seconds and 4 git commands to generate.