mozilla-xulrunner192/mozilla-xulrunner192.spec
changeset 43 3a1561dda105
parent 42 6ee6583389c7
child 44 f8e8bc740b10
equal deleted inserted replaced
42:6ee6583389c7 43:3a1561dda105
     1 #
     1 #
     2 # spec file for package mozilla-xulrunner192 (Version 1.9.2b5)
     2 # spec file for package mozilla-xulrunner192 (Version 1.9.2b5)
     3 #
     3 #
     4 # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
     4 # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
     5 #               2006-2009 Wolfgang Rosenauer
     5 #               2006-2010 Wolfgang Rosenauer
     6 #
     6 #
     7 # All modifications and additions to the file contributed by third parties
     7 # All modifications and additions to the file contributed by third parties
     8 # remain the property of their copyright owners, unless otherwise agreed
     8 # remain the property of their copyright owners, unless otherwise agreed
     9 # upon. The license for this file, and modifications and additions to the
     9 # upon. The license for this file, and modifications and additions to the
    10 # file, is the same license as for the pristine package itself (unless the
    10 # file, is the same license as for the pristine package itself (unless the
    81 Patch11:        mozilla-gconf-backend.patch
    81 Patch11:        mozilla-gconf-backend.patch
    82 Patch12:        gecko-lockdown.patch
    82 Patch12:        gecko-lockdown.patch
    83 Patch13:        toolkit-ui-lockdown.patch
    83 Patch13:        toolkit-ui-lockdown.patch
    84 # ---
    84 # ---
    85 Patch14:        mozilla-breakpad.patch
    85 Patch14:        mozilla-breakpad.patch
       
    86 Patch15:        mozilla-breakpad-update.patch
    86 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    87 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    87 PreReq:         update-alternatives coreutils
    88 PreReq:         update-alternatives coreutils
    88 ### build configuration ###
    89 ### build configuration ###
    89 %ifarch %ix86
    90 %ifarch %ix86
    90 %define crashreporter    1
    91 %define crashreporter    1
   136 PreReq:         %{name} = %{version}
   137 PreReq:         %{name} = %{version}
   137 
   138 
   138 %description devel
   139 %description devel
   139 Software Development Kit to embed XUL or Gecko into other applications.
   140 Software Development Kit to embed XUL or Gecko into other applications.
   140 
   141 
   141 
   142 %if %localize
   142 %package translations-common
   143 %package translations-common
   143 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
   144 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
   144 Summary:        Common translations for XULRunner 1.9.2
   145 Summary:        Common translations for XULRunner 1.9.2
   145 Group:          System/Localization
   146 Group:          System/Localization
   146 PreReq:         %{name} = %{version}
   147 PreReq:         %{name} = %{version}
   168 XULRunner is a single installable package that can be used to bootstrap
   169 XULRunner is a single installable package that can be used to bootstrap
   169 multiple XUL+XPCOM applications that are as rich as Firefox and
   170 multiple XUL+XPCOM applications that are as rich as Firefox and
   170 Thunderbird.
   171 Thunderbird.
   171 
   172 
   172 This package contains rarely used languages.
   173 This package contains rarely used languages.
   173 
   174 %endif
   174 
   175 
   175 %package gnome
   176 %package gnome
   176 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
   177 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
   177 Summary:        XULRunner components depending on gnome-vfs
   178 Summary:        XULRunner components depending on gnome-vfs
   178 Group:          Productivity/Other
   179 Group:          Productivity/Other
   213 %endif
   214 %endif
   214 %patch11 -p1
   215 %patch11 -p1
   215 %patch12 -p1
   216 %patch12 -p1
   216 %patch13 -p1
   217 %patch13 -p1
   217 %patch14 -p1
   218 %patch14 -p1
       
   219 #%patch15 -p1
   218 
   220 
   219 %build
   221 %build
   220 %if %suse_version >= 1110
   222 %if %suse_version >= 1110
   221 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   223 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   222 if test "$kdehelperversion" != %{kde_helper_version}; then
   224 if test "$kdehelperversion" != %{kde_helper_version}; then