mozilla-xulrunner20/mozilla-xulrunner20.spec
changeset 245 930e17048499
parent 241 d252ac91853e
child 247 71521dfedb0b
equal deleted inserted replaced
244:e78e26a38f6d 245:930e17048499
    74 Patch13:        mozilla-language.patch
    74 Patch13:        mozilla-language.patch
    75 Patch14:        mozilla-gio.patch
    75 Patch14:        mozilla-gio.patch
    76 Patch15:        mozilla-cairo-return.patch
    76 Patch15:        mozilla-cairo-return.patch
    77 Patch16:        mozilla-ntlm-full-path.patch
    77 Patch16:        mozilla-ntlm-full-path.patch
    78 Patch17:        mozilla-gecko-version.patch
    78 Patch17:        mozilla-gecko-version.patch
       
    79 Patch18:        mozilla-gcc46.patch
    79 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    80 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    80 Requires:       mozilla-js20 = %{version}
    81 Requires:       mozilla-js20 = %{version}
    81 Requires(post):  update-alternatives coreutils
    82 Requires(post):  update-alternatives coreutils
    82 Requires(preun): update-alternatives coreutils
    83 Requires(preun): update-alternatives coreutils
    83 ### build configuration ###
    84 ### build configuration ###
   219 %patch13 -p1
   220 %patch13 -p1
   220 %patch14 -p1
   221 %patch14 -p1
   221 %patch15 -p1
   222 %patch15 -p1
   222 %patch16 -p1
   223 %patch16 -p1
   223 %patch17 -p1
   224 %patch17 -p1
       
   225 %patch18 -p1
   224 
   226 
   225 %build
   227 %build
   226 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   228 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   227 if test "$kdehelperversion" != %{kde_helper_version}; then
   229 if test "$kdehelperversion" != %{kde_helper_version}; then
   228   echo fix kde helper version in the .spec file
   230   echo fix kde helper version in the .spec file