]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- enabled pspell and jconv (aflinta's request ;)) sylpheed-claws-0_7_1-2
authorzytek <zytek@pld-linux.org>
Mon, 18 Feb 2002 17:30:21 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated %description
- release 2, STB

Changed files:
    claws-mail.spec -> 1.2

claws-mail.spec

index d9bd9d94e50a9e1fb3862b4cf32520926b5cd187..84a72eb9071d5b7ed07775065b44cef956712d6b 100644 (file)
@@ -1,11 +1,10 @@
 # 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.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Networking
 Group(cs):     X11/Aplikace/Sí»ové
@@ -29,8 +28,8 @@ BuildRequires:        faces-devel
 BuildRequires: gettext-devel
 BuildRequires: gdk-pixbuf-devel >= 0.8
 BuildRequires: gtk+-devel >= 1.2.6
-BuildRequires: gtkhtml-devel >= 0.10.1
-%{?_with_jconv:BuildRequires:  libjconv-devel}
+BuildRequires: gtkhtml-devel >= 0.10.1 
+#BuildRequires:        libjconv-devel - this exist ?
 BuildRequires: libtool
 BuildRequires: openssl-devel
 Requires:      faces
@@ -44,9 +43,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 This program is an X based fast e-mail client which has features 
 same as orginal Sylpheed but with new/improved features.
+Some of new stuff is really cool and useable.
+
 %description -l pl
 Szybki klient poczty o mo¿liwo¶ciach takich jak
 oryginalny Sylpheed ale z nowymi/poprawionymi funkcjami.
+Niektóre dodatki s± na prawdê ¶wietne i u¿yteczne.
 
 %prep
 %setup -q -n sylpheed-0.7.1claws
@@ -60,12 +62,13 @@ autoconf
 autoheader
 automake --add-missing --foreign --copy
 %configure \
-       %{!?_with_jconv:--disable-jconv} \
+       --enable-jconv \
+       --enable-pspell \
        --enable-impib \
        --enable-gdk-pixbuf \
        --enable-threads \
        --enable-ssl \
-       --enable-ipv6
+       --enable-ipv6
 
 %{__make}
 
This page took 0.081157 seconds and 4 git commands to generate.