mozilla-xulrunner22/mozilla-xulrunner22.spec
changeset 257 322edabbb8b3
parent 254 9269bbf93e0c
child 259 31beb466ca79
equal deleted inserted replaced
256:3cd3d5763ac5 257:322edabbb8b3
    73 Patch12:        mozilla-cpuid.patch
    73 Patch12:        mozilla-cpuid.patch
    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
       
    79 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    78 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    80 Requires:       mozilla-js22 = %{version}
    79 Requires:       mozilla-js22 = %{version}
    81 Requires(post):  update-alternatives coreutils
    80 Requires(post):  update-alternatives coreutils
    82 Requires(preun): update-alternatives coreutils
    81 Requires(preun): update-alternatives coreutils
    83 ### build configuration ###
    82 ### build configuration ###
   218 %endif
   217 %endif
   219 %patch13 -p1
   218 %patch13 -p1
   220 %patch14 -p1
   219 %patch14 -p1
   221 %patch15 -p1
   220 %patch15 -p1
   222 %patch16 -p1
   221 %patch16 -p1
   223 %patch17 -p1
       
   224 
   222 
   225 %build
   223 %build
   226 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   224 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   227 if test "$kdehelperversion" != %{kde_helper_version}; then
   225 if test "$kdehelperversion" != %{kde_helper_version}; then
   228   echo fix kde helper version in the .spec file
   226   echo fix kde helper version in the .spec file