]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- small changes, cleaning
authorluzik <luzik@pld-linux.org>
Thu, 28 Jul 2005 11:32:26 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    claws-mail.spec -> 1.105

claws-mail.spec

index 17148a69dfae5f88e800fb7a7f401f74cc5216e9..bbb5ecb3a4358ffdbb50299ddf15b514a56b30f1 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without gpg             # build with GPG support (still needs obsolete version of gpgme)
+%bcond_without gpg             # build without GPG support
 %bcond_without ssl             # build without SSL support
 %bcond_without ipv6            # build without IPv6 support
 %bcond_without ldap            # build without LDAP support
@@ -119,8 +119,10 @@ rm -f po/stamp-po
 #%%{__automake}
 %configure \
        %{!?with_gpg:--disable-pgpmime-plugin} \
+       %{?with_gpg:--enable-pgpmime-plugin} \
        %{?with_ldap:--enable-ldap} \
-       %{?with_ssl:--enable-ssl} \
+       %{?with_ssl:--enable-openssl} \
+       %{!?with_ssl:--disable-openssl} \
        %{?with_ipv6:--enable-ipv6} \
        %{!?with_faces:--disable-compface} \
        %{?with_dillo:--enable-dillo-viewer-plugin } \
@@ -134,8 +136,10 @@ rm -f po/stamp-po
        %{?with_spamassassin:--enable-spamassassin-plugin } \
        --enable-aspell \
        --enable-gdk-pixbuf \
-       --enable-threads \
+       --enable-pthread \
        --disable-static \
+       --enable-gnomeprint \
+       --enable-libetpan \
        --with-config-dir=.sylpheed
 
 %{__make}
This page took 0.16883 seconds and 4 git commands to generate.