[balsa] - disable gnome libs and HTML support until it stabilizes.

Pawel Salek pawsa at fedoraproject.org
Fri Feb 25 22:59:44 UTC 2011


commit 9b0ae2fedf32372d853e1b404093ccab93b695bc
Author: Pawel Salek <pawsa0 at gmail.com>
Date:   Fri Feb 25 23:59:17 2011 +0100

    - disable gnome libs and HTML support until it stabilizes.

 balsa.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/balsa.spec b/balsa.spec
index 8e77b7b..40d36e2 100644
--- a/balsa.spec
+++ b/balsa.spec
@@ -1,8 +1,8 @@
-%define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --disable-more-warnings --with-ssl --with-gss --with-gtkspell  --with-unique --with-gmime=2.6
+%define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --disable-more-warnings --with-ssl --with-gss --with-gtkspell  --with-unique --with-gmime=2.6 --without-gnome --with-html-widget=no
 
 Name:           balsa
 Version:        2.4.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Mail Client
 
 Group:          Applications/Internet
@@ -20,7 +20,7 @@ BuildRequires: enchant-devel
 BuildRequires: gettext
 BuildRequires: gmime-devel >= 2.5.1
 BuildRequires: gnome-doc-utils
-BuildRequires: gnome-vfs2-devel
+#BuildRequires: gnome-vfs2-devel
 #BuildRequires: gpgme-devel
 BuildRequires: gtk2-devel
 BuildRequires: gtkhtml3-devel
@@ -47,6 +47,7 @@ and printing messages.
 %prep
 %setup -q
 %patch1 -p1
+perl -pi -e 's,gnome-icon-theme,,g;' configure.in
 
 %build
 
@@ -108,6 +109,9 @@ fi
 
 
 %changelog
+* Fri Feb 25 2011 Pawel Salek <salek at kth.se> - 2.4.9-5
+- disable gnome libs and HTML support until it stabilizes.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.9-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list