Author: sparky Date: Wed Apr 19 20:00:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - we don't want gnomeui, by default; with gnomeui bcond added
---- Files affected: SPECS: seamonkey.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/seamonkey.spec diff -u SPECS/seamonkey.spec:1.21 SPECS/seamonkey.spec:1.22 --- SPECS/seamonkey.spec:1.21 Wed Apr 19 21:17:37 2006 +++ SPECS/seamonkey.spec Wed Apr 19 22:00:03 2006 @@ -2,6 +2,7 @@ # # Conditional build: %bcond_without gnomevfs # disable GnomeVFS support +%bcond_with gnomeui # enable GnomeUI %bcond_without svg # disable svg support # %define _enigmail_ver 0.94.0 @@ -11,7 +12,7 @@ Summary(pt_BR): Navegador SeaMonkey Name: seamonkey Version: 1.0.1 -Release: 0.9 +Release: 0.9.1 License: Mozilla Public License Group: X11/Applications/Networking Source0: http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/%{version}/%{name}-%{version}.source.tar.bz2 @@ -23,8 +24,6 @@ Source4: %{name}-chat.desktop Source5: %{name}-mail.desktop Source6: %{name}-venkman.desktop -#Source7: %{name}-jconsole.desktop -#Source8: %{name}-terminal.desktop Patch0: %{name}-pld-homepage.patch Patch1: %{name}-nss.patch Patch2: %{name}-ldap-with-nss.patch @@ -36,7 +35,7 @@ %{?with_svg:BuildRequires: cairo-devel >= 1.0.0} BuildRequires: freetype-devel >= 1:2.1.8 %{?with_gnomevfs:BuildRequires: gnome-vfs2-devel >= 2.0.0} -BuildRequires: libgnomeui-devel >= 2.0 +%{?with_gnomeui:BuildRequires: libgnomeui-devel >= 2.0} BuildRequires: libjpeg-devel >= 6b BuildRequires: libpng-devel >= 1.2.0 BuildRequires: libstdc++-devel @@ -260,11 +259,15 @@ %configure2_13 \ %{!?debug:--disable-debug} \ --disable-elf-dynstr-gc \ + %{!?with_gnomeui:--disable-gnomeui} \ + %{!?with_gnomevfs:--disable-gnomevfs} \ --disable-pedantic \ --disable-tests \ + --disable-xterm-updates \ --enable-application=suite \ --enable-calendar \ --enable-crypto \ + --enable-default-toolkit=gtk2 \ --enable-extensions \ --enable-ldap \ --enable-mathml \ @@ -272,13 +275,9 @@ --enable-postscript \ %{!?debug:--enable-strip} \ %{?with_svg:--enable-svg --enable-svg-renderer-cairo} \ - --enable-default-toolkit=gtk2 \ - %{!?with_gnomevfs:--disable-gnomevfs} \ - --enable-gnomeui \ --enable-xft \ --enable-xinerama \ --enable-xprint \ - --disable-xterm-updates \ --enable-old-abi-compat-wrappers \ --with-default-mozilla-five-home=%{_libdir}/%{name} \ --with-pthreads \ @@ -581,7 +580,7 @@ %{?with_svg:%{_libdir}/%{name}/components/gksvgrenderer.xpt} %{_libdir}/%{name}/components/history.xpt %{_libdir}/%{name}/components/htmlparser.xpt -%{_libdir}/%{name}/components/imgicon.xpt +%{?with_gnomeui:%{_libdir}/%{name}/components/imgicon.xpt} %{_libdir}/%{name}/components/imglib2.xpt %{_libdir}/%{name}/components/intl.xpt %{_libdir}/%{name}/components/jar.xpt @@ -838,6 +837,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2006/04/19 20:00:03 sparky +- we don't want gnomeui, by default; with gnomeui bcond added + Revision 1.21 2006/04/19 19:17:37 sparky - files cleanups ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/seamonkey.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
