mozilla-xulrunner22/mozilla-xulrunner22.spec
changeset 251 4c9ebbedd59c
parent 250 51fbca12da9a
child 254 9269bbf93e0c
equal deleted inserted replaced
250:51fbca12da9a 251:4c9ebbedd59c
    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
       
    80 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    79 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    81 Requires:       mozilla-js22 = %{version}
    80 Requires:       mozilla-js22 = %{version}
    82 Requires(post):  update-alternatives coreutils
    81 Requires(post):  update-alternatives coreutils
    83 Requires(preun): update-alternatives coreutils
    82 Requires(preun): update-alternatives coreutils
    84 ### build configuration ###
    83 ### build configuration ###
   220 %patch13 -p1
   219 %patch13 -p1
   221 %patch14 -p1
   220 %patch14 -p1
   222 %patch15 -p1
   221 %patch15 -p1
   223 %patch16 -p1
   222 %patch16 -p1
   224 %patch17 -p1
   223 %patch17 -p1
   225 %patch18 -p1
       
   226 
   224 
   227 %build
   225 %build
   228 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   226 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   229 if test "$kdehelperversion" != %{kde_helper_version}; then
   227 if test "$kdehelperversion" != %{kde_helper_version}; then
   230   echo fix kde helper version in the .spec file
   228   echo fix kde helper version in the .spec file