SPECS: mozilla-sunbird.spec - sodeps cleanup - do not force native...
glen
glen at pld-linux.org
Sun Oct 28 10:55:24 CET 2007
Author: glen Date: Sun Oct 28 09:55:24 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- sodeps cleanup
- do not force native-uconv, makes Components.classes["@mozilla.org/intl/scriptableunicodeconverter"] available
---- Files affected:
SPECS:
mozilla-sunbird.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/mozilla-sunbird.spec
diff -u SPECS/mozilla-sunbird.spec:1.21 SPECS/mozilla-sunbird.spec:1.22
--- SPECS/mozilla-sunbird.spec:1.21 Sun Oct 28 02:38:05 2007
+++ SPECS/mozilla-sunbird.spec Sun Oct 28 10:55:19 2007
@@ -1,8 +1,6 @@
# $Revision$, $Date$
# TODO
# - kill -O overriding our optflags
-# - in js this is undefined: Components.classes["@mozilla.org/intl/scriptableunicodeconverter"]
-# which means can't import .ics files
#
# Conditional build:
%bcond_with tests # enable tests (whatever they check)
@@ -19,7 +17,7 @@
Summary(pl.UTF-8): Mozilla Sunbird - samodzielny kalendarz
Name: mozilla-sunbird
Version: 0.7
-Release: 0.6
+Release: 0.7
License: MPL/LGPL
Group: X11/Applications/Networking
#Source0: ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/%{version}/source/lightning-sunbird-%{version}-source.tar.bz2
@@ -59,12 +57,12 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# firefox/thunderbird/seamonkey/sunbird provide their own versions
-%define _noautoreqdep libgkgfx.so libgtkxtbin.so libxpcom_compat.so libxpcom_core.so
+%define _noautoreqdep libgkgfx.so libgtkxtbin.so libxpcom_compat.so libxpcom_core.so libgfxpsshar.so libxpistub.so
%define _noautoprovfiles %{_libdir}/%{name}/components
# we don't want these to satisfy xulrunner-devel
%define _noautoprov libgtkembedmoz.so libmozjs.so libxpcom.so
# and as we don't provide them, don't require either
-%define _noautoreq libgtkembedmoz.so libmozjs.so libxpcom.so
+%define _noautoreq %{_noautoprov}
%define specflags -fno-strict-aliasing
@@ -137,7 +135,6 @@
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-ipcd
ac_add_options --enable-ldap-experimental
-ac_add_options --enable-native-uconv
ac_add_options --enable-storage
ac_add_options --enable-system-cairo
ac_add_options --enable-xft
@@ -258,6 +255,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2007/10/28 09:55:19 glen
+- sodeps cleanup
+- do not force native-uconv, makes Components.classes["@mozilla.org/intl/scriptableunicodeconverter"] available
+
Revision 1.21 2007/10/28 00:38:05 glen
- sync options and bconds with firefox
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mozilla-sunbird.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list