mozilla-xulrunner192/mozilla-xulrunner192.spec
branchmozilla-1.9.2
changeset 274 e86384773149
parent 273 d8ff9355f632
child 278 436c76ab5f25
equal deleted inserted replaced
273:d8ff9355f632 274:e86384773149
    84 Patch15:        mozilla-ua-locale-pref.patch
    84 Patch15:        mozilla-ua-locale-pref.patch
    85 Patch16:        mozilla-locale.patch
    85 Patch16:        mozilla-locale.patch
    86 Patch17:        mozilla-gdk-pixbuf.patch
    86 Patch17:        mozilla-gdk-pixbuf.patch
    87 Patch18:        mozilla-prlog.patch
    87 Patch18:        mozilla-prlog.patch
    88 Patch19:        mozilla-ntlm-full-path.patch
    88 Patch19:        mozilla-ntlm-full-path.patch
       
    89 Patch20:        mozilla-gcc46.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 ###
   235 %patch15 -p1
   236 %patch15 -p1
   236 %patch16 -p1
   237 %patch16 -p1
   237 %patch17 -p1
   238 %patch17 -p1
   238 %patch18 -p1
   239 %patch18 -p1
   239 %patch19 -p1
   240 %patch19 -p1
       
   241 %patch20 -p1
   240 
   242 
   241 %build
   243 %build
   242 %if %suse_version >= 1110
   244 %if %suse_version >= 1110
   243 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   245 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   244 if test "$kdehelperversion" != %{kde_helper_version}; then
   246 if test "$kdehelperversion" != %{kde_helper_version}; then