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