mozilla-xulrunner192/mozilla-xulrunner192.spec
branchmozilla-1.9.2
changeset 57 fee8a3636d4a
parent 56 6c1feeed3314
child 59 604517bb16d8
equal deleted inserted replaced
56:6c1feeed3314 57:fee8a3636d4a
    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-update.patch
    85 Patch14:        mozilla-breakpad-update.patch
    86 Patch15:        mozilla-milestone.patch
    86 Patch15:        mozilla-milestone.patch
       
    87 Patch16:        mozilla-ua-locale-pref.patch
    87 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    88 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    88 Requires(post):  update-alternatives coreutils
    89 Requires(post):  update-alternatives coreutils
    89 Requires(preun): update-alternatives coreutils
    90 Requires(preun): update-alternatives coreutils
    90 ### build configuration ###
    91 ### build configuration ###
    91 %ifarch %ix86
    92 %ifarch %ix86
   217 %patch11 -p1
   218 %patch11 -p1
   218 %patch12 -p1
   219 %patch12 -p1
   219 %patch13 -p1
   220 %patch13 -p1
   220 %patch14 -p1
   221 %patch14 -p1
   221 %patch15 -p1
   222 %patch15 -p1
       
   223 %patch16 -p1  # bmo#542999
   222 
   224 
   223 %build
   225 %build
   224 %if %suse_version >= 1110
   226 %if %suse_version >= 1110
   225 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   227 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   226 if test "$kdehelperversion" != %{kde_helper_version}; then
   228 if test "$kdehelperversion" != %{kde_helper_version}; then