xulrunner/xulrunner.spec
changeset 471 73b631ab214b
parent 468 22a70eb49a43
child 491 43deb5e6462d
equal deleted inserted replaced
470:983544dc8af4 471:73b631ab214b
    76 Patch6:         mozilla-language.patch
    76 Patch6:         mozilla-language.patch
    77 Patch7:         mozilla-ntlm-full-path.patch
    77 Patch7:         mozilla-ntlm-full-path.patch
    78 Patch9:         mozilla-sle11.patch
    78 Patch9:         mozilla-sle11.patch
    79 Patch10:        mozilla-arm-cpu-detection.patch
    79 Patch10:        mozilla-arm-cpu-detection.patch
    80 Patch11:        mozilla-yarr-pcre.patch
    80 Patch11:        mozilla-yarr-pcre.patch
       
    81 Patch12:        mozilla-crashreporter-restart-args.patch
       
    82 Patch13:        mozilla-gstreamer.patch
    81 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    83 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    82 Requires:       mozilla-js = %{version}
    84 Requires:       mozilla-js = %{version}
    83 Requires(post):  update-alternatives coreutils
    85 Requires(post):  update-alternatives coreutils
    84 Requires(preun): update-alternatives coreutils
    86 Requires(preun): update-alternatives coreutils
    85 ### build configuration ###
    87 ### build configuration ###
   193 %if %suse_version < 1120
   195 %if %suse_version < 1120
   194 %patch9 -p1
   196 %patch9 -p1
   195 %endif
   197 %endif
   196 %patch10 -p1
   198 %patch10 -p1
   197 %patch11 -p1
   199 %patch11 -p1
       
   200 %patch12 -p1
       
   201 %patch13 -p1
   198 
   202 
   199 %build
   203 %build
   200 # no need to add build time to binaries
   204 # no need to add build time to binaries
   201 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   205 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   202 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
   206 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""