From 4245238acf55ec960e3da24131a7e586696ad328 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 17 Mar 2004 07:09:38 +0000 Subject: [PATCH 1/1] - new-style bconds, refresh config.sub for amd64 Changed files: balsa.spec -> 1.110 --- balsa.spec | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/balsa.spec b/balsa.spec index 8acd9f4..36f314b 100644 --- a/balsa.spec +++ b/balsa.spec @@ -1,9 +1,9 @@ # # Conditional build: -# --without ldap -# --without gpgme # experimental. -# --without esmtp -# --without gtkhtml +%bcond_without ldap +%bcond_without gpgme # experimental. +%bcond_without esmtp +%bcond_without gtkhtml %define snap 20030630 @@ -25,15 +25,15 @@ Patch1: %{name}-desktop.patch URL: http://balsa.gnome.org/ BuildRequires: autoconf BuildRequires: automake -%{!?_without_esmtp:BuildRequires: libesmtp-devel} +%{?with_esmtp:BuildRequires: libesmtp-devel} BuildRequires: libgnomeprintui-devel >= 1.106.0 -%{!?_without_gpgme:BuildRequires: gpgme-devel >= 0.3.14} +%{?with_gpgme:BuildRequires: gpgme-devel >= 0.3.14} BuildRequires: gtk+2-devel >= 2.2.0 -%{!?_without_gtkhtml:BuildRequires: libgtkhtml-devel} +%{?with_gtkhtml:BuildRequires: libgtkhtml-devel} BuildRequires: libltdl-devel BuildRequires: libgnome-devel BuildRequires: libgnomeui-devel >= 2.3.3.1-2 -%{!?_without_ldap:BuildRequires: openldap-devel} +%{?with_ldap:BuildRequires: openldap-devel} BuildRequires: aspell-devel >= 0.50 BuildRequires: xft-devel Requires: gpgme >= 0.3.14 @@ -67,14 +67,15 @@ Suporta caixas de correio locais, POP3 a IMAP. %build #./autogen.sh +cp -f /usr/share/automake/config.* . %configure \ --with-ssl \ - %{?_without_esmtp:--without-esmtp} \ - %{!?_without_gtkhtml:--enable-gtkhtml} \ - %{?_without_gtkhtml:--disable-gtkhtml}\ - %{?_without_gpgme:--without-gpgme} \ - %{!?_without_ldap:--with-ldap} \ - %{?_without_ldap:--without-ldap} + %{!?with_esmtp:--without-esmtp} \ + %{?with_gtkhtml:--enable-gtkhtml} \ + %{!?with_gtkhtml:--disable-gtkhtml}\ + %{!?with_gpgme:--without-gpgme} \ + %{?with_ldap:--with-ldap} \ + %{!?with_ldap:--without-ldap} %{__make} -- 2.44.0