Author: glen                         Date: Sun Aug 28 10:59:43 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 6.0

---- Files affected:
packages/xulrunner:
   xulrunner-gtkmozembed.patch (1.1 -> 1.2) , xulrunner-install.patch (1.11 -> 
1.12) , xulrunner.spec (1.185 -> 1.186) , xulrunner-gcc3.patch (1.1 -> NONE)  
(REMOVED)

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner-gtkmozembed.patch
diff -u packages/xulrunner/xulrunner-gtkmozembed.patch:1.1 
packages/xulrunner/xulrunner-gtkmozembed.patch:1.2
--- packages/xulrunner/xulrunner-gtkmozembed.patch:1.1  Thu Aug 18 20:43:27 2011
+++ packages/xulrunner/xulrunner-gtkmozembed.patch      Sun Aug 28 12:59:37 2011
@@ -8777,10 +8777,9 @@
    embedding/components/Makefile
    embedding/components/appstartup/Makefile
    embedding/components/appstartup/src/Makefile
-diff -up xulrunner-5.0/mozilla-release/toolkit/toolkit-tiers.mk.gtkmozembed 
xulrunner-5.0/mozilla-release/toolkit/toolkit-tiers.mk
---- xulrunner-5.0/mozilla-release/toolkit/toolkit-tiers.mk.gtkmozembed 
2011-06-15 23:57:56.000000000 +0200
-+++ xulrunner-5.0/mozilla-release/toolkit/toolkit-tiers.mk     2011-06-22 
12:18:01.539746305 +0200
-@@ -234,6 +234,12 @@ endif
+--- xulrunner-6.0/mozilla/toolkit/toolkit-tiers.mk~    2011-08-27 
14:43:16.000000000 +0300
++++ xulrunner-6.0/mozilla/toolkit/toolkit-tiers.mk     2011-08-27 
14:44:44.646149063 +0300
+@@ -226,6 +226,12 @@
  
  tier_platform_dirs += services/crypto/component
  
@@ -8790,11 +8789,6 @@
 +endif
 +endif
 +
- ifdef MOZ_ENABLE_LIBXUL
  tier_platform_dirs += startupcache
- endif
-@@ -286,4 +292,3 @@ tier_platform_dirs += testing/xpcshell 
- tier_platform_dirs += testing/mozmill
- tier_platform_dirs += testing/tools/screenshot
- endif
--
+ 
+ ifdef APP_LIBXUL_STATICDIRS

================================================================
Index: packages/xulrunner/xulrunner-install.patch
diff -u packages/xulrunner/xulrunner-install.patch:1.11 
packages/xulrunner/xulrunner-install.patch:1.12
--- packages/xulrunner/xulrunner-install.patch:1.11     Wed Jun 22 22:35:22 2011
+++ packages/xulrunner/xulrunner-install.patch  Sun Aug 28 12:59:37 2011
@@ -1,49 +1,26 @@
-diff -urN mozilla-2.0/toolkit//mozapps/installer/packager.mk 
mozilla-2.0.new/toolkit//mozapps/installer/packager.mk
---- mozilla-2.0/toolkit//mozapps/installer/packager.mk 2011-03-19 
00:34:12.000000000 +0100
-+++ mozilla-2.0.new/toolkit//mozapps/installer/packager.mk     2011-03-23 
16:13:50.400006328 +0100
-@@ -500,14 +500,14 @@
- # NOTE: this must be a tar now that dist links into the tree so that we
- # do not strip the binaries actually in the tree.
-       @echo "Creating package directory..."
--      @mkdir $(DIST)/$(MOZ_PKG_DIR)
-+      @mkdir -p $(DESTDIR)/$(MOZ_PKG_DIR) $(DESTDIR)/$(MOZ_PKG_APPDIR)
- ifndef UNIVERSAL_BINARY
- # If UNIVERSAL_BINARY, the package will be made from an already-prepared
- # STAGEPATH
- ifdef MOZ_PKG_MANIFEST
-       $(RM) -rf $(DIST)/xpt $(DIST)/manifests
-       $(call PACKAGER_COPY, "$(call core_abspath,$(DIST))",\
--        "$(call core_abspath,$(DIST)/$(MOZ_PKG_DIR))", \
-+        "$(call core_abspath,$(DESTDIR)/$(MOZ_PKG_DIR))", \
-         "$(MOZ_PKG_MANIFEST)", "$(PKGCP_OS)", 1, 0, 1)
-       $(PERL) $(MOZILLA_DIR)/xpinstall/packager/xptlink.pl -s $(DIST) -d 
$(DIST)/xpt -f $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/components -v -x 
"$(XPIDL_LINK)"
-       $(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/link-manifests.py \
-@@ -529,10 +529,10 @@
+--- xulrunner-6.0/mozilla/toolkit/mozapps/installer/packager.mk        
2011-08-28 13:50:44.993448811 +0300
++++ xulrunner-6.0/mozilla/toolkit/mozapps/installer/packager.mk        
2011-08-28 13:53:53.825505243 +0300
+@@ -612,7 +612,7 @@
        @$(NSINSTALL) -D $(DIST)/xpt
        @($(XPIDL_LINK) $(DIST)/xpt/$(MOZ_PKG_APPNAME).xpt 
$(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/components/*.xpt && rm -f 
$(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/components/*.xpt && cp 
$(DIST)/xpt/$(MOZ_PKG_APPNAME).xpt 
$(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/components && printf "interfaces 
$(MOZ_PKG_APPNAME).xpt\n" 
>$(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/components/interfaces.manifest) 
|| echo No *.xpt files found in: 
$(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/components/.  Continuing...
  else
 -      @cd $(DIST)/bin && tar $(TAR_CREATE_FLAGS) - * | (cd ../$(MOZ_PKG_DIR); 
tar -xf -)
-+      cp -rfLp $(DIST)/bin/* $(DESTDIR)$(MOZ_PKG_APPDIR)
++      cp -rfLp $(DIST)/bin/* $(MOZ_PKG_DIR)
  endif
  else
--      @cd $(DIST)/bin && tar $(TAR_CREATE_FLAGS) - * | (cd ../$(MOZ_PKG_DIR); 
tar -xf -)
-+      cp -rfLp $(DIST)/bin/* $(DESTDIR)$(MOZ_PKG_APPDIR)
-       @echo "Linking XPT files..."
-       @rm -rf $(DIST)/xpt
-       @$(NSINSTALL) -D $(DIST)/xpt
-@@ -620,24 +620,26 @@
+       @cd $(DIST)/bin && tar $(TAR_CREATE_FLAGS) - * | (cd ../$(MOZ_PKG_DIR); 
tar -xf -)
+@@ -699,24 +699,27 @@
        cd $(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH) && $(PACK_OMNIJAR)
  endif
        $(NSINSTALL) -D $(DESTDIR)$(installdir)
 -      (cd $(DIST)/$(MOZ_PKG_DIR) && tar $(TAR_CREATE_FLAGS) - .) | \
 -        (cd $(DESTDIR)$(installdir) && tar -xf -)
++      cp -rfLp $(DIST)/$(MOZ_PKG_DIR)/* $(DESTDIR)$(installdir)
        $(NSINSTALL) -D $(DESTDIR)$(bindir)
        $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
 -      ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
 +      ln -s $(installdir)/$(MOZ_APP_NAME)-bin 
$(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
 +      ln -s $(MOZ_PKG_APPDIR)/xpidl $(DESTDIR)$(bindir)/xpidl
-+      ln -s $(MOZ_PKG_APPDIR)/xpt_dump $(DESTDIR)$(bindir)/xpt_dump
-+      ln -s $(MOZ_PKG_APPDIR)/xpt_link $(DESTDIR)$(bindir)/xpt_link
  ifdef INSTALL_SDK # Here comes the hard part
        $(NSINSTALL) -D $(DESTDIR)$(includedir)
 -      (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
@@ -59,10 +36,12 @@
          $(SYSINSTALL) $(IFLAGS1) $(DIST)/include/xpcom-config.h 
$(DESTDIR)$(sdkdir); \
        fi
 -      (cd $(DIST)/sdk/lib && tar $(TAR_CREATE_FLAGS) - .) | (cd 
$(DESTDIR)$(sdkdir)/sdk/lib && tar -xf -)
-+      cp -rfLp $(DIST)/sdk/lib/*.a $(DESTDIR)$(sdkdir)/sdk/lib
-+      ln -s $(installdir)/libmozjs.so $(DESTDIR)$(sdkdir)/sdk/lib/libmozjs.so
-+      ln -s $(installdir)/libxpcom.so $(DESTDIR)$(sdkdir)/sdk/lib/libxpcom.so
-+      ln -s $(installdir)/libxul.so $(DESTDIR)$(sdkdir)/sdk/lib/libxul.so
++      cp -rfLp $(DIST)/sdk/lib/* $(DESTDIR)$(sdkdir)/sdk/lib
++      # replace copies with symlinks
++      ln -sf $(installdir)/libmozjs.so $(DESTDIR)$(sdkdir)/sdk/lib/libmozjs.so
++      ln -sf $(installdir)/libxpcom.so $(DESTDIR)$(sdkdir)/sdk/lib/libxpcom.so
++      ln -sf $(installdir)/libxul.so $(DESTDIR)$(sdkdir)/sdk/lib/libxul.so
++      ln -sf $(installdir)/libmozalloc.so 
$(DESTDIR)$(sdkdir)/sdk/lib/libmozalloc.so
        $(RM) -f $(DESTDIR)$(sdkdir)/lib $(DESTDIR)$(sdkdir)/bin 
$(DESTDIR)$(sdkdir)/include $(DESTDIR)$(sdkdir)/include 
$(DESTDIR)$(sdkdir)/sdk/idl $(DESTDIR)$(sdkdir)/idl
        ln -s $(sdkdir)/sdk/lib $(DESTDIR)$(sdkdir)/lib
        ln -s $(installdir) $(DESTDIR)$(sdkdir)/bin

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.185 
packages/xulrunner/xulrunner.spec:1.186
--- packages/xulrunner/xulrunner.spec:1.185     Thu Aug 18 20:43:27 2011
+++ packages/xulrunner/xulrunner.spec   Sun Aug 28 12:59:37 2011
@@ -16,21 +16,23 @@
 # The actual sqlite version (see RHBZ#480989):
 %define                sqlite_build_version %(pkg-config --silence-errors 
--modversion sqlite3 2>/dev/null || echo ERROR)
 
+%define                nspr_ver                4.8.8
+%define                nss_ver                 3.12.10
+
 Summary:       XULRunner - Mozilla Runtime Environment for XUL+XPCOM 
applications
 Summary(pl.UTF-8):     XULRunner - środowisko uruchomieniowe Mozilli dla 
aplikacji XUL+XPCOM
 Name:          xulrunner
-Version:       5.0.1
-Release:       2
+Version:       6.0
+Release:       1
 Epoch:         2
 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/%{version}/source/firefox-%{version}.source.tar.bz2
-# Source0-md5: 6d1f43e402cec84459a3d7f950bd5192
+# Source0-md5: 1840185865a1a8975df4a3db59080ddc
 Patch0:                %{name}-install.patch
 Patch1:                %{name}-rpath.patch
-Patch2:                %{name}-gcc3.patch
 Patch3:                %{name}-nss_cflags.patch
 Patch4:                %{name}-paths.patch
 Patch5:                %{name}-pc.patch
@@ -38,7 +40,7 @@
 Patch7:                %{name}-ssl_oldapi.patch
 Patch8:                %{name}-ppc.patch
 Patch9:                %{name}-gtkmozembed.patch
-URL:           http://developer.mozilla.org/en/docs/XULRunner
+URL:           https://developer.mozilla.org/en/XULRunner
 %{!?with_qt:BuildRequires:     GConf2-devel >= 1.2.1}
 BuildRequires: alsa-lib-devel
 BuildRequires: automake
@@ -60,8 +62,8 @@
 BuildRequires: libpng-devel >= 1.4.1
 BuildRequires: libstdc++-devel
 BuildRequires: libvpx-devel
-BuildRequires: nspr-devel >= 1:4.8.7
-BuildRequires: nss-devel >= 1:3.12.9
+BuildRequires: nspr-devel >= 1:%{nspr_ver}
+BuildRequires: nss-devel >= 1:%{nss_ver}
 BuildRequires: pango-devel >= 1:1.14.0
 BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.5
@@ -85,8 +87,8 @@
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      browser-plugins >= 2.0
 Requires:      myspell-common
-Requires:      nspr >= 1:4.8.7
-Requires:      nss >= 1:3.12.9
+Requires:      nspr >= 1:%{nspr_ver}
+Requires:      nss >= 1:%{nss_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                filterout_cpp   -D_FORTIFY_SOURCE=[0-9]+
@@ -96,7 +98,7 @@
 # no Provides from private modules (don't use %{name} here, it expands to each 
subpackage name...)
 %define                _noautoprovfiles        %{_libdir}/xulrunner/components 
%{_libdir}/xulrunner/plugins
 # no need to require them (we have strict deps for these)
-%define                _noautoreq              libmozjs.so libxpcom.so 
libxul.so
+%define                _noautoreq              libmozjs.so libxpcom.so 
libxul.so libmozalloc.so
 
 %description
 XULRunner is a Mozilla runtime package that can be used to bootstrap
@@ -138,8 +140,8 @@
 Summary(pl.UTF-8):     Pliki nagłówkowe do tworzenia programów używających 
XULRunnera
 Group:         X11/Development/Libraries
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
-Requires:      nspr-devel >= 1:4.8.7
-Requires:      nss-devel >= 1:3.12.9
+Requires:      nspr-devel >= 1:%{nspr_ver}
+Requires:      nss-devel >= 1:%{nss_ver}
 Obsoletes:     mozilla-devel
 Obsoletes:     mozilla-firefox-devel
 Obsoletes:     seamonkey-devel
@@ -175,9 +177,6 @@
 
 %patch0 -p1
 %patch1 -p1
-%if "%{cc_version}" < "3.4"
-#%%patch2 -p2
-%endif
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -189,13 +188,13 @@
 %build
 if [ "$(grep -E '^[0-9]\.' mozilla/config/milestone.txt)" != "%{version}" ]; 
then
        echo >&2
-       echo "Version %{version} does not match mozilla/config/milestone.txt!" 
>&2
+       echo >&2 "Version %{version} does not match 
mozilla/config/milestone.txt!"
        echo >&2
        exit 1
 fi
 
 cd mozilla
-cp -a %{_datadir}/automake/config.* build/autoconf
+cp -p %{_datadir}/automake/config.* build/autoconf
 
 cat << 'EOF' > .mozconfig
 . $topsrcdir/xulrunner/config/mozconfig
@@ -297,17 +296,13 @@
 
 # move arch independant ones to datadir
 mv $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome 
$RPM_BUILD_ROOT%{_datadir}/%{name}/chrome
-mv $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults 
$RPM_BUILD_ROOT%{_datadir}/%{name}/defaults
 mv $RPM_BUILD_ROOT%{_libdir}/%{name}/icons 
$RPM_BUILD_ROOT%{_datadir}/%{name}/icons
-mv $RPM_BUILD_ROOT%{_libdir}/%{name}/modules 
$RPM_BUILD_ROOT%{_datadir}/%{name}/modules
-mv $RPM_BUILD_ROOT%{_libdir}/%{name}/res $RPM_BUILD_ROOT%{_datadir}/%{name}/res
 ln -s ../../share/%{name}/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome
-ln -s ../../share/%{name}/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults
-ln -s ../../share/%{name}/modules $RPM_BUILD_ROOT%{_libdir}/%{name}/modules
 ln -s ../../share/%{name}/icons $RPM_BUILD_ROOT%{_libdir}/%{name}/icons
-ln -s ../../share/%{name}/res $RPM_BUILD_ROOT%{_libdir}/%{name}/res
-rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
+%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
 ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
+%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/hyphenation
+ln -s %{_datadir}/hyphenation $RPM_BUILD_ROOT%{_libdir}/%{name}/hyphenation
 
 # files created by regxpcom
 touch $RPM_BUILD_ROOT%{_libdir}/%{name}/components/compreg.dat
@@ -345,11 +340,9 @@
 
 # symlinks
 %{_libdir}/%{name}/chrome
-%{_libdir}/%{name}/defaults
 %{_libdir}/%{name}/dictionaries
+%{_libdir}/%{name}/hyphenation
 %{_libdir}/%{name}/icons
-%{_libdir}/%{name}/modules
-%{_libdir}/%{name}/res
 
 %{_browserpluginsconfdir}/browsers.d/%{name}.*
 %config(noreplace) %verify(not md5 mtime size) 
%{_browserpluginsconfdir}/blacklist.d/%{name}.*.blacklist
@@ -358,179 +351,14 @@
 %dir %{_libdir}/%{name}/components
 
 %{_libdir}/%{name}/chrome.manifest
-%{_libdir}/%{name}/greprefs.js
+%{_libdir}/%{name}/omni.jar
 
 %attr(755,root,root) %{_libdir}/%{name}/*.sh
-%attr(755,root,root) %{_libdir}/%{name}/js
 %attr(755,root,root) %{_libdir}/%{name}/mozilla-xremote-client
-%attr(755,root,root) %{_libdir}/%{name}/nsinstall
 %attr(755,root,root) %{_libdir}/%{name}/plugin-container
 
 %attr(755,root,root) %{_libdir}/%{name}/components/libdbusservice.so
-
-%{_libdir}/%{name}/components/accessibility*.xpt
-%{_libdir}/%{name}/components/alerts.xpt
-%{_libdir}/%{name}/components/appshell.xpt
-%{_libdir}/%{name}/components/appstartup.xpt
-%{_libdir}/%{name}/components/autocomplete.xpt
-%{_libdir}/%{name}/components/autoconfig.xpt
-%{_libdir}/%{name}/components/caps.xpt
-%{_libdir}/%{name}/components/chardet.xpt
-%{_libdir}/%{name}/components/chrome.xpt
-%{_libdir}/%{name}/components/commandhandler.xpt
-%{_libdir}/%{name}/components/commandlines.xpt
-%{_libdir}/%{name}/components/composer.xpt
-%{_libdir}/%{name}/components/content_*.xpt
-%{_libdir}/%{name}/components/cookie.xpt
-%{_libdir}/%{name}/components/directory.xpt
-%{_libdir}/%{name}/components/docshell.xpt
-%{_libdir}/%{name}/components/dom*.xpt
-%{_libdir}/%{name}/components/downloads.xpt
-%{_libdir}/%{name}/components/editor.xpt
-%{_libdir}/%{name}/components/embed_base.xpt
-%{_libdir}/%{name}/components/extensions.xpt
-%{_libdir}/%{name}/components/exthandler.xpt
-%{_libdir}/%{name}/components/exthelper.xpt
-%{_libdir}/%{name}/components/fastfind.xpt
-%{_libdir}/%{name}/components/feeds.xpt
-%{_libdir}/%{name}/components/filepicker.xpt
-%{_libdir}/%{name}/components/find.xpt
-%{_libdir}/%{name}/components/gfx*.xpt
-%{_libdir}/%{name}/components/htmlparser.xpt
-%{_libdir}/%{name}/components/imgicon.xpt
-%{_libdir}/%{name}/components/imglib2.xpt
-%{_libdir}/%{name}/components/inspector.xpt
-%{_libdir}/%{name}/components/intl.xpt
-%{_libdir}/%{name}/components/jar.xpt
-%{_libdir}/%{name}/components/jetpack.xpt
-%{_libdir}/%{name}/components/js*.xpt
-%{_libdir}/%{name}/components/layout*.xpt
-%{_libdir}/%{name}/components/locale.xpt
-%{_libdir}/%{name}/components/loginmgr.xpt
-%{_libdir}/%{name}/components/lwbrk.xpt
-%{_libdir}/%{name}/components/mimetype.xpt
-%{_libdir}/%{name}/components/moz*.xpt
-%{_libdir}/%{name}/components/necko*.xpt
-%{_libdir}/%{name}/components/parentalcontrols.xpt
-%{_libdir}/%{name}/components/pipboot.xpt
-%{_libdir}/%{name}/components/pipnss.xpt
-%{_libdir}/%{name}/components/pippki.xpt
-%{_libdir}/%{name}/components/places.xpt
-%{_libdir}/%{name}/components/plugin.xpt
-%{_libdir}/%{name}/components/pref.xpt
-%{_libdir}/%{name}/components/prefetch.xpt
-%{_libdir}/%{name}/components/profile.xpt
-%{_libdir}/%{name}/components/proxyObject.xpt
-%{_libdir}/%{name}/components/rdf.xpt
-%{_libdir}/%{name}/components/satchel.xpt
-%{_libdir}/%{name}/components/saxparser.xpt
-%{_libdir}/%{name}/components/services-crypto-component.xpt
-%{_libdir}/%{name}/components/shistory.xpt
-%{_libdir}/%{name}/components/spellchecker.xpt
-%{_libdir}/%{name}/components/startupcache.xpt
-%{_libdir}/%{name}/components/storage.xpt
-%{_libdir}/%{name}/components/toolkitprofile.xpt
-%{_libdir}/%{name}/components/toolkitremote.xpt
-%{_libdir}/%{name}/components/txmgr.xpt
-%{_libdir}/%{name}/components/txtsvc.xpt
-%{_libdir}/%{name}/components/uconv.xpt
-%{_libdir}/%{name}/components/unicharutil.xpt
-%{_libdir}/%{name}/components/update.xpt
-%{_libdir}/%{name}/components/uriloader.xpt
-%{_libdir}/%{name}/components/url-classifier.xpt
-%{_libdir}/%{name}/components/urlformatter.xpt
-%{_libdir}/%{name}/components/webBrowser_core.xpt
-%{_libdir}/%{name}/components/webapps.xpt
-%{_libdir}/%{name}/components/webbrowserpersist.xpt
-%{_libdir}/%{name}/components/widget.xpt
-%{_libdir}/%{name}/components/windowds.xpt
-%{_libdir}/%{name}/components/windowwatcher.xpt
-%{_libdir}/%{name}/components/x*.xpt
-%{_libdir}/%{name}/components/zipwriter.xpt
-
-%{_libdir}/%{name}/components/ConsoleAPI.js
-%{_libdir}/%{name}/components/ConsoleAPI.manifest
-%{_libdir}/%{name}/components/FeedProcessor.js
-%{_libdir}/%{name}/components/FeedProcessor.manifest
-%{_libdir}/%{name}/components/GPSDGeolocationProvider.js
-%{_libdir}/%{name}/components/GPSDGeolocationProvider.manifest
-%{_libdir}/%{name}/components/NetworkGeolocationProvider.js
-%{_libdir}/%{name}/components/NetworkGeolocationProvider.manifest
-%{_libdir}/%{name}/components/PlacesCategoriesStarter.js
-%{_libdir}/%{name}/components/addonManager.js
-%{_libdir}/%{name}/components/amContentHandler.js
-%{_libdir}/%{name}/components/amWebInstallListener.js
-%{_libdir}/%{name}/components/components.manifest
-%{_libdir}/%{name}/components/contentAreaDropListener.js
-%{_libdir}/%{name}/components/contentAreaDropListener.manifest
-%{_libdir}/%{name}/components/contentSecurityPolicy.js
-%{_libdir}/%{name}/components/contentSecurityPolicy.manifest
-%{_libdir}/%{name}/components/crypto-SDR.js
-%{_libdir}/%{name}/components/extensions.manifest
-%{_libdir}/%{name}/components/interfaces.manifest
-%{_libdir}/%{name}/components/jsconsole-clhandler.js
-%{_libdir}/%{name}/components/jsconsole-clhandler.manifest
-%{_libdir}/%{name}/components/messageWakeupService.js
-%{_libdir}/%{name}/components/messageWakeupService.manifest
-%{_libdir}/%{name}/components/nsBadCertHandler.js
-%{_libdir}/%{name}/components/nsBadCertHandler.manifest
-%{_libdir}/%{name}/components/nsBlocklistService.js
-%{_libdir}/%{name}/components/nsContentDispatchChooser.js
-%{_libdir}/%{name}/components/nsContentDispatchChooser.manifest
-%{_libdir}/%{name}/components/nsContentPrefService.js
-%{_libdir}/%{name}/components/nsContentPrefService.manifest
-%{_libdir}/%{name}/components/nsDefaultCLH.js
-%{_libdir}/%{name}/components/nsDefaultCLH.manifest
-%{_libdir}/%{name}/components/nsDownloadManagerUI.js
-%{_libdir}/%{name}/components/nsDownloadManagerUI.manifest
-%{_libdir}/%{name}/components/nsFilePicker.js
-%{_libdir}/%{name}/components/nsFilePicker.manifest
-%{_libdir}/%{name}/components/nsFormAutoComplete.js
-%{_libdir}/%{name}/components/nsFormHistory.js
-%{_libdir}/%{name}/components/nsHandlerService.js
-%{_libdir}/%{name}/components/nsHandlerService.manifest
-%{_libdir}/%{name}/components/nsHelperAppDlg.js
-%{_libdir}/%{name}/components/nsHelperAppDlg.manifest
-%{_libdir}/%{name}/components/nsINIProcessor.js
-%{_libdir}/%{name}/components/nsINIProcessor.manifest
-%{_libdir}/%{name}/components/nsInputListAutoComplete.js
-%{_libdir}/%{name}/components/nsLivemarkService.js
-%{_libdir}/%{name}/components/nsLoginInfo.js
-%{_libdir}/%{name}/components/nsLoginManager.js
-%{_libdir}/%{name}/components/nsLoginManagerPrompter.js
-%{_libdir}/%{name}/components/nsMicrosummaryService.js
-%{_libdir}/%{name}/components/nsPlacesAutoComplete.js
-%{_libdir}/%{name}/components/nsPlacesAutoComplete.manifest
-%{_libdir}/%{name}/components/nsPlacesExpiration.js
-%{_libdir}/%{name}/components/nsPrompter.js
-%{_libdir}/%{name}/components/nsPrompter.manifest
-%{_libdir}/%{name}/components/nsProxyAutoConfig.js
-%{_libdir}/%{name}/components/nsProxyAutoConfig.manifest
-%{_libdir}/%{name}/components/nsSearchService.js
-%{_libdir}/%{name}/components/nsSearchSuggestions.js
-%{_libdir}/%{name}/components/nsTaggingService.js
-%{_libdir}/%{name}/components/nsTryToClose.js
-%{_libdir}/%{name}/components/nsTryToClose.manifest
-%{_libdir}/%{name}/components/nsUpdateTimerManager.js
-%{_libdir}/%{name}/components/nsUpdateTimerManager.manifest
-%{_libdir}/%{name}/components/nsURLClassifier.manifest
-%{_libdir}/%{name}/components/nsURLFormatter.js
-%{_libdir}/%{name}/components/nsURLFormatter.manifest
-%{_libdir}/%{name}/components/nsUrlClassifierLib.js
-%{_libdir}/%{name}/components/nsUrlClassifierListManager.js
-%{_libdir}/%{name}/components/nsWebHandlerApp.js
-%{_libdir}/%{name}/components/nsWebHandlerApp.manifest
-%{_libdir}/%{name}/components/nsXULAppInstall.js
-%{_libdir}/%{name}/components/nsXULAppInstall.manifest
-%{_libdir}/%{name}/components/passwordmgr.manifest
-%{_libdir}/%{name}/components/pluginGlue.manifest
-%{_libdir}/%{name}/components/satchel.manifest
-%{_libdir}/%{name}/components/storage-Legacy.js
-%{_libdir}/%{name}/components/storage-mozStorage.js
-%{_libdir}/%{name}/components/toolkitplaces.manifest
-%{_libdir}/%{name}/components/toolkitsearch.manifest
-%{_libdir}/%{name}/components/txEXSLTRegExFunctions.js
-%{_libdir}/%{name}/components/txEXSLTRegExFunctions.manifest
+%{_libdir}/%{name}/components/binary.manifest
 
 # do not use *.dat here, so check-files can catch any new files
 # (and they won't be just silently placed empty in rpm)
@@ -539,10 +367,7 @@
 
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/chrome
-%{_datadir}/%{name}/defaults
 %{_datadir}/%{name}/icons
-%{_datadir}/%{name}/modules
-%{_datadir}/%{name}/res
 
 %files libs
 %defattr(644,root,root,755)
@@ -556,12 +381,8 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/xpidl
-%attr(755,root,root) %{_bindir}/xpt_dump
-%attr(755,root,root) %{_bindir}/xpt_link
 %attr(755,root,root) %{_libdir}/%{name}/xpcshell
 %attr(755,root,root) %{_libdir}/%{name}/xpidl
-%attr(755,root,root) %{_libdir}/%{name}/xpt_dump
-%attr(755,root,root) %{_libdir}/%{name}/xpt_link
 %attr(755,root,root) %{_libdir}/%{name}/xulrunner-stub
 %{_includedir}/%{name}
 %{_datadir}/idl/%{name}
@@ -585,6 +406,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.186  2011/08/28 10:59:37  glen
+- up to 6.0
+
 Revision 1.185  2011/08/18 18:43:27  qboosh
 - added gtkmozembed patch from FC (restore deprecated gtkmozembed API - still 
used by some packages)
 - updated BRs
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner-gtkmozembed.patch?r1=1.1&r2=1.2&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner-install.patch?r1=1.11&r2=1.12&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.185&r2=1.186&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to