]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- added bcond for jconv (same as in sylpheed.spec)
authorzytek <zytek@pld-linux.org>
Wed, 20 Feb 2002 17:12:12 +0000 (17:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    claws-mail.spec -> 1.6

claws-mail.spec

index e0a70326ccd8ac758d84cae1c510d8063cd0cf36..b2656ed3afa9d3d7fa8ee20a5c172855ba4a0081 100644 (file)
@@ -1,10 +1,11 @@
 # Conditional build:
+# _with_jconv           - adds much more codesets to choice from
 
 Summary:       A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast e-mail client
 Summary(pl):   Osobno rozwijana wersja Sylpheed z paroma zmianami/ulepszeniami
 Name:          sylpheed-claws
 Version:       0.7.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Networking
 Group(cs):     X11/Aplikace/Sí»ové
@@ -37,8 +38,9 @@ BuildRequires:        libjconv-devel
 BuildRequires: libtool
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
+%{?_with_jconv:BuildRequires:   libjconv-devel}
 Requires:      faces
-Conflicts:     sylpheed
+Obsoletes:     sylpheed
 URL:           http://sylpheed-claws.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -67,7 +69,7 @@ autoconf
 autoheader
 automake --add-missing --foreign --copy
 %configure \
-       --enable-jconv \
+       %{!?_with_jconv:--disable-jconv} \
        --enable-pspell \
        --enable-impib \
        --enable-gdk-pixbuf \
This page took 0.069666 seconds and 4 git commands to generate.