mozilla-xulrunner192/mozilla-xulrunner192.spec
branchmozilla-1.9.2
changeset 159 416b9e491c6f
parent 151 4b31c799a73f
child 160 2a08bb18befb
equal deleted inserted replaced
152:8f9e6663d94c 159:416b9e491c6f
    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 Patch17:        mozilla-gdk-pixbuf.patch
       
    89 Patch18:        mozilla-prlog.patch
    89 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    90 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    90 Requires:       mozilla-js192 = %{version}
    91 Requires:       mozilla-js192 = %{version}
    91 Requires(post):  update-alternatives coreutils
    92 Requires(post):  update-alternatives coreutils
    92 Requires(preun): update-alternatives coreutils
    93 Requires(preun): update-alternatives coreutils
    93 ### build configuration ###
    94 ### build configuration ###
   234 %patch14 -p1
   235 %patch14 -p1
   235 # bmo#542999
   236 # bmo#542999
   236 %patch15 -p1
   237 %patch15 -p1
   237 %patch16 -p1
   238 %patch16 -p1
   238 %patch17 -p1
   239 %patch17 -p1
       
   240 %patch18 -p1
   239 
   241 
   240 %build
   242 %build
   241 %if %suse_version >= 1110
   243 %if %suse_version >= 1110
   242 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   244 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   243 if test "$kdehelperversion" != %{kde_helper_version}; then
   245 if test "$kdehelperversion" != %{kde_helper_version}; then