packages: xulrunner/xulrunner.spec - updated to 1.9.1 based on Firefox 3.5 ...

hawk hawk at pld-linux.org
Tue Jun 30 20:28:56 CEST 2009


Author: hawk                         Date: Tue Jun 30 18:28:56 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.9.1 based on Firefox 3.5 (merged from DEVEL)

---- Files affected:
packages/xulrunner:
   xulrunner.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.99 packages/xulrunner/xulrunner.spec:1.100
--- packages/xulrunner/xulrunner.spec:1.99	Sun Jun 14 09:06:59 2009
+++ packages/xulrunner/xulrunner.spec	Tue Jun 30 20:28:50 2009
@@ -6,30 +6,29 @@
 %bcond_without	kerberos	# disable krb5 support
 %bcond_with	mozldap		# build with system mozldap
 #
-%define		rel	1
-%define		firefox_ver	3.0.11
+%define		rel	0.1
+%define		firefox_ver	3.5
 Summary:	XULRunner - Mozilla Runtime Environment for XUL+XPCOM applications
 Summary(pl.UTF-8):	XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
 Name:		xulrunner
-Version:	1.9.0.11
+Version:	1.9.1
 Release:	%{rel}
 License:	MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:		X11/Applications
 # Source tarball for xulrunner is in fact firefox tarball (checked on 1.9), so lets use it
 # instead of waiting for mozilla to copy file on ftp.
 Source0:	http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{firefox_ver}/source/firefox-%{firefox_ver}-source.tar.bz2
-# Source0-md5:	b509f7c05e9566ed290e2c098316c7c3
+# Source0-md5:	6dd59399db08963ef022a1d0e5010053
 Patch0:		%{name}-install.patch
 Patch1:		%{name}-rpath.patch
 Patch2:		%{name}-mozldap.patch
-Patch3:		%{name}-configures.patch
-Patch4:		%{name}-gcc3.patch
-Patch5:		%{name}-nss_cflags.patch
-Patch6:		%{name}-paths.patch
-Patch7:		%{name}-pc.patch
-Patch8:		%{name}-prefs.patch
-Patch9:		%{name}-ssl_oldapi.patch
-Patch10:	%{name}-gcc44.patch
+Patch3:		%{name}-gcc3.patch
+Patch4:		%{name}-nss_cflags.patch
+Patch5:		%{name}-paths.patch
+Patch6:		%{name}-pc.patch
+Patch7:		%{name}-prefs.patch
+Patch8:		%{name}-ssl_oldapi.patch
+Patch9:		%{name}-gcc44.patch
 URL:		http://developer.mozilla.org/en/docs/XULRunner
 %{?with_gnome:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	automake
@@ -55,8 +54,8 @@
 BuildRequires:	libpng-devel >= 1.2.7
 BuildRequires:	libstdc++-devel
 %{?with_mozldap:BuildRequires:	mozldap-devel >= 6.0}
-BuildRequires:	nspr-devel >= 1:4.7.1
-BuildRequires:	nss-devel >= 1:3.12-2
+BuildRequires:	nspr-devel >= 1:4.8
+BuildRequires:	nss-devel >= 1:3.12.3
 BuildRequires:	pango-devel >= 1:1.10.0
 BuildRequires:	perl-modules >= 1:5.6
 BuildRequires:	pkgconfig
@@ -80,8 +79,8 @@
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	browser-plugins >= 2.0
 Requires:	myspell-common
-Requires:	nspr >= 1:4.7.1
-Requires:	nss >= 1:3.12-2
+Requires:	nspr >= 1:4.8
+Requires:	nss >= 1:3.12.3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		filterout_cpp	-D_FORTIFY_SOURCE=[0-9]+
@@ -131,8 +130,8 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe do tworzenia programów używających XULRunnera
 Group:		X11/Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	nspr-devel >= 1:4.7.1
-Requires:	nss-devel >= 1:3.12-2
+Requires:	nspr-devel >= 1:4.8
+Requires:	nss-devel >= 1:3.12.3
 Obsoletes:	mozilla-devel
 Obsoletes:	mozilla-firefox-devel
 Obsoletes:	seamonkey-devel
@@ -157,6 +156,7 @@
 
 %prep
 %setup -qc
+mv -f mozilla-1.9.1 mozilla
 cd mozilla
 rm -r nsprpub
 # avoid using included headers (-I. is before HUNSPELL_CFLAGS)
@@ -167,16 +167,15 @@
 %patch0 -p1
 %patch1 -p1
 %{?with_mozldap:%patch2 -p1}
-%patch3 -p1
 %if "%{cc_version}" < "3.4"
-%patch4 -p2
+%patch3 -p2
 %endif
+%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 
 %build
 cd mozilla
@@ -344,8 +343,6 @@
 
 %attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
 
-%attr(755,root,root) %{_libdir}/%{name}/libjemalloc.so
-
 %attr(755,root,root) %{_libdir}/%{name}/*.sh
 %attr(755,root,root) %{_libdir}/%{name}/mozilla-xremote-client
 
@@ -414,6 +411,7 @@
 %{_libdir}/%{name}/components/storage.xpt
 %{_libdir}/%{name}/components/toolkitprofile.xpt
 %{_libdir}/%{name}/components/toolkitremote.xpt
+%{_libdir}/%{name}/components/toolkitsearch.xpt
 %{_libdir}/%{name}/components/txmgr.xpt
 %{_libdir}/%{name}/components/txtsvc.xpt
 %{_libdir}/%{name}/components/uconv.xpt
@@ -432,13 +430,13 @@
 
 %{_libdir}/%{name}/components/FeedProcessor.js
 %{_libdir}/%{name}/components/jsconsole-clhandler.js
+%{_libdir}/%{name}/components/NetworkGeolocationProvider.js
 %{_libdir}/%{name}/components/nsAddonRepository.js
 %{_libdir}/%{name}/components/nsBadCertHandler.js
 %{_libdir}/%{name}/components/nsBlocklistService.js
 %{_libdir}/%{name}/components/nsContentDispatchChooser.js
 %{_libdir}/%{name}/components/nsContentPrefService.js
 %{_libdir}/%{name}/components/nsDefaultCLH.js
-%{_libdir}/%{name}/components/nsDictionary.js
 %{_libdir}/%{name}/components/nsDownloadManagerUI.js
 %{_libdir}/%{name}/components/nsExtensionManager.js
 %{_libdir}/%{name}/components/nsFilePicker.js
@@ -448,18 +446,20 @@
 %{_libdir}/%{name}/components/nsLoginInfo.js
 %{_libdir}/%{name}/components/nsLoginManager.js
 %{_libdir}/%{name}/components/nsLoginManagerPrompter.js
+%{_libdir}/%{name}/components/nsPlacesDBFlush.js
 %{_libdir}/%{name}/components/nsProgressDialog.js
 %{_libdir}/%{name}/components/nsProxyAutoConfig.js
-%{_libdir}/%{name}/components/nsResetPref.js
+%{_libdir}/%{name}/components/nsSearchService.js
+%{_libdir}/%{name}/components/nsSearchSuggestions.js
 %{_libdir}/%{name}/components/nsTaggingService.js
 %{_libdir}/%{name}/components/nsTryToClose.js
 %{_libdir}/%{name}/components/nsURLFormatter.js
 %{_libdir}/%{name}/components/nsUpdateService.js
 %{_libdir}/%{name}/components/nsWebHandlerApp.js
 %{_libdir}/%{name}/components/nsXULAppInstall.js
-%{_libdir}/%{name}/components/nsXmlRpcClient.js
 %{_libdir}/%{name}/components/pluginGlue.js
 %{_libdir}/%{name}/components/storage-Legacy.js
+%{_libdir}/%{name}/components/storage-mozStorage.js
 %{_libdir}/%{name}/components/txEXSLTRegExFunctions.js
 
 # do not use *.dat here, so check-files can catch any new files
@@ -520,6 +520,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2009/06/30 18:28:50  hawk
+- updated to 1.9.1 based on Firefox 3.5 (merged from DEVEL)
+
 Revision 1.99  2009/06/14 07:06:59  arekm
 up to 1.9.0.11
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.99&r2=1.100&f=u



More information about the pld-cvs-commit mailing list