]> git.pld-linux.org Git - packages/claws-mail.git/blobdiff - claws-mail.spec
- fix md5 for iconset
[packages/claws-mail.git] / claws-mail.spec
index 17148a69dfae5f88e800fb7a7f401f74cc5216e9..5e92e36bc5df51b4a4c78e0611b994c10c5cbde6 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
 Summary:       A bleeding edge branch of Sylpheed, a GTK2 based, lightweight, and fast e-mail client
 Summary(pl):   Rozwojowa wersja Sylpheed z du¿± ilo¶ci± zmian oraz ulepszeñ
 Name:          sylpheed-claws
-Version:       1.9.13
+Version:       1.9.15
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
-# Source0-md5: afd3b82ca210520f0ad241b77c5e673a
+# Source0-md5: 0d187526e0eca23b87ffa4981f7e1765
 Source1:       %{name}.desktop
 Source2:       http://dl.sourceforge.net/sylpheed-claws/sylpheed-iconset-%{_iconver}.tar.gz
 # Source2-md5: d72cf03bf3d13cf9e2785eaca3807707
@@ -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.031263 seconds and 4 git commands to generate.