mozilla-xulrunner192/mozilla-xulrunner192.spec
branchmozilla-1.9.2
changeset 300 dff60ff6dfce
parent 299 9a09a02dff60
child 308 a5cece1da91f
equal deleted inserted replaced
299:9a09a02dff60 300:dff60ff6dfce
    88 Patch18:        mozilla-prlog.patch
    88 Patch18:        mozilla-prlog.patch
    89 Patch19:        mozilla-ntlm-full-path.patch
    89 Patch19:        mozilla-ntlm-full-path.patch
    90 Patch20:        mozilla-gcc46.patch
    90 Patch20:        mozilla-gcc46.patch
    91 Patch21:        mozilla-implicit-declarations.patch
    91 Patch21:        mozilla-implicit-declarations.patch
    92 Patch22:        mozilla-curl.patch
    92 Patch22:        mozilla-curl.patch
       
    93 Patch23:        mozilla-linux3.patch
    93 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    94 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    94 Requires:       mozilla-js192 = %{version}
    95 Requires:       mozilla-js192 = %{version}
    95 Requires(post):  update-alternatives coreutils
    96 Requires(post):  update-alternatives coreutils
    96 Requires(preun): update-alternatives coreutils
    97 Requires(preun): update-alternatives coreutils
    97 ### build configuration ###
    98 ### build configuration ###
   243 %patch18 -p1
   244 %patch18 -p1
   244 %patch19 -p1
   245 %patch19 -p1
   245 %patch20 -p1
   246 %patch20 -p1
   246 %patch21 -p1
   247 %patch21 -p1
   247 %patch22 -p1
   248 %patch22 -p1
       
   249 %patch23 -p1
   248 
   250 
   249 %build
   251 %build
   250 %if %suse_version >= 1110
   252 %if %suse_version >= 1110
   251 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   253 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   252 if test "$kdehelperversion" != %{kde_helper_version}; then
   254 if test "$kdehelperversion" != %{kde_helper_version}; then