mozilla-xulrunner192/mozilla-xulrunner192.spec
branchmozilla-1.9.2
changeset 151 4b31c799a73f
parent 143 e110d182e5ee
child 159 416b9e491c6f
equal deleted inserted replaced
143:e110d182e5ee 151:4b31c799a73f
    83 Patch13:        toolkit-ui-lockdown.patch
    83 Patch13:        toolkit-ui-lockdown.patch
    84 # ---
    84 # ---
    85 Patch14:        mozilla-cairo-lcd.patch
    85 Patch14:        mozilla-cairo-lcd.patch
    86 Patch15:        mozilla-ua-locale-pref.patch
    86 Patch15:        mozilla-ua-locale-pref.patch
    87 Patch16:        mozilla-locale.patch
    87 Patch16:        mozilla-locale.patch
       
    88 Patch17:        mozilla-gdk-pixbuf.patch
    88 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    89 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    89 Requires:       mozilla-js192 = %{version}
    90 Requires:       mozilla-js192 = %{version}
    90 Requires(post):  update-alternatives coreutils
    91 Requires(post):  update-alternatives coreutils
    91 Requires(preun): update-alternatives coreutils
    92 Requires(preun): update-alternatives coreutils
    92 ### build configuration ###
    93 ### build configuration ###
   232 %patch13 -p1
   233 %patch13 -p1
   233 %patch14 -p1
   234 %patch14 -p1
   234 # bmo#542999
   235 # bmo#542999
   235 %patch15 -p1
   236 %patch15 -p1
   236 %patch16 -p1
   237 %patch16 -p1
       
   238 %patch17 -p1
   237 
   239 
   238 %build
   240 %build
   239 %if %suse_version >= 1110
   241 %if %suse_version >= 1110
   240 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   242 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   241 if test "$kdehelperversion" != %{kde_helper_version}; then
   243 if test "$kdehelperversion" != %{kde_helper_version}; then