]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- added gpg bcond
authorluzik <luzik@pld-linux.org>
Sat, 12 Apr 2003 23:52:22 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    claws-mail.spec -> 1.47

claws-mail.spec

index aa04f110f4bdbf576a9070203e506196d8bade2d..8e51c640a5d948aa7befd26a1c716c0504fd3441 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 # _without_jconv           - without jconv support
+# _without_gpg           - without gpg support
 #
 Summary:       A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast e-mail client
 Summary(pl):   Rozwojowa wersja Sylpheed z du¿± ilo¶ci± zmian oraz ulepszeñ
@@ -18,7 +19,7 @@ BuildRequires:        automake
 BuildRequires: faces-devel
 BuildRequires: gdk-pixbuf-devel >= 0.8
 BuildRequires: gettext-devel
-BuildRequires: gpgme-devel
+%{!?_without_gpg:uildRequires: gpgme-devel}
 BuildRequires: gtk+-devel >= 1.2.6
 BuildRequires: imlib-devel
 BuildRequires: libltdl-devel
@@ -58,7 +59,7 @@ rm -f missing
 %{__automake}
 %configure \
        %{!?_without_jconv:--enable-jconv} \
-       --enable-gpgme \
+       %{!?_without_gpg:--enable-gpgme} \
        --enable-ldap \
        --enable-openssl \
        --enable-ipv6 \
This page took 0.038537 seconds and 4 git commands to generate.