]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- corrected ldap config, thx Jacek Sobczak
authoraflinta <aflinta@pld-linux.org>
Sun, 31 Aug 2003 21:20:18 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa.spec -> 1.105

balsa.spec

index 5da3f650636912eff2bf1889eacb0b2bb803ba43..8bebf596a34bb3ee4be8956ca3c132065ba850ac 100644 (file)
@@ -11,7 +11,7 @@ Summary(pt_BR):       Balsa 
 Name:          balsa
 Version:       2.0.14
 #Release:      1.%{snap}
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://balsa.gnome.org/%{name}-%{version}.tar.bz2
@@ -66,8 +66,8 @@ Suporta caixas de correio locais, POP3 a IMAP.
 %configure \
        --with-ssl \
        --with-gpgme \
-       %{!?_without_ldap:--enable-ldap} \
-       %{?_without_ldap:--disable-ldap}
+       %{!?_without_ldap:--with-ldap} \
+       %{?_without_ldap:--without-ldap}
 
 %{__make}
 
This page took 0.106124 seconds and 4 git commands to generate.