xulrunner/xulrunner.spec
changeset 447 65c62d3dddac
parent 438 7d934b2f5014
child 456 7b9ab7747a11
equal deleted inserted replaced
444:6525a220a096 447:65c62d3dddac
    77 Patch7:         mozilla-ntlm-full-path.patch
    77 Patch7:         mozilla-ntlm-full-path.patch
    78 Patch8:         mozilla-dump_syms-static.patch
    78 Patch8:         mozilla-dump_syms-static.patch
    79 Patch9:         mozilla-sle11.patch
    79 Patch9:         mozilla-sle11.patch
    80 Patch10:        mozilla-arm-cpu-detection.patch
    80 Patch10:        mozilla-arm-cpu-detection.patch
    81 Patch11:        mozilla-yarr-pcre.patch
    81 Patch11:        mozilla-yarr-pcre.patch
       
    82 Patch12:        mozilla-gcc47.patch
    82 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    83 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    83 Requires:       mozilla-js = %{version}
    84 Requires:       mozilla-js = %{version}
    84 Requires(post):  update-alternatives coreutils
    85 Requires(post):  update-alternatives coreutils
    85 Requires(preun): update-alternatives coreutils
    86 Requires(preun): update-alternatives coreutils
    86 ### build configuration ###
    87 ### build configuration ###
   195 %if %suse_version < 1120
   196 %if %suse_version < 1120
   196 %patch9 -p1
   197 %patch9 -p1
   197 %endif
   198 %endif
   198 %patch10 -p1
   199 %patch10 -p1
   199 %patch11 -p1
   200 %patch11 -p1
       
   201 %patch12 -p1
   200 
   202 
   201 %build
   203 %build
   202 # no need to add build time to binaries
   204 # no need to add build time to binaries
   203 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   205 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   204 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
   206 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""