]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- added --disable options
authorluzik <luzik@pld-linux.org>
Mon, 4 Aug 2003 14:54:47 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  "All plugins are now built automatically where the dependencies
are satisfied"
 - rel. 1

Changed files:
    claws-mail.spec -> 1.61

claws-mail.spec

index a5b2741a0a562e54dfb02f74a9546418094df634..2d3b10af416f4c96e83fb02b468c4c03eec40747 100644 (file)
@@ -16,7 +16,7 @@ Summary:      A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast
 Summary(pl):   Rozwojowa wersja Sylpheed z du¿± ilo¶ci± zmian oraz ulepszeñ
 Name:          sylpheed-claws
 Version:       0.9.4
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.bz2
@@ -79,16 +79,20 @@ rm -f missing
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?_without_jconv:--enable-jconv} \
-       %{!?_without_gpg:--enable-gpgme} \
+       %{!?_without_jconv:--enable-jconv} %{?_without_jconv:--disable-jconv} \
+       %{!?_without_gpg:--enable-gpgme} %{?_without_gpg:--disable-gpgme} \
        %{!?_without_ldap: --enable-ldap} \
        %{!?_without_ssl: --enable-openssl} \
        %{!?_without_ipv6: --enable-ipv6 } \
        %{?_without_faces: --disable-compfaces } \
        %{!?_without_dillo:--enable-dillo-viewer-plugin } \
+       %{?_without_dillo:--disable-dillo-viewer-plugin } \
        %{!?_without_clamav:--enable-clamav-plugin } \
+       %{?_without_clamav:--disable-clamav-plugin } \
        %{?_with_mathml:--enable-mathml-viewer-plugin } \
+       %{!?_with_mathml:--disable-mathml-viewer-plugin } \
        %{!?_without_trayicon:--enable-trayicon-plugin } \
+       %{?_without_trayicon:--disable-trayicon-plugin } \
        %{!?_without_spamassassin:--enable-spamassassin-plugin } \
        --enable-aspell \
        --enable-gdk-pixbuf \
This page took 0.073091 seconds and 4 git commands to generate.