xulrunner/xulrunner.spec
changeset 355 91b462c0fd72
parent 350 9d46eaac2549
child 356 30a00f382aed
equal deleted inserted replaced
354:7044f3366d64 355:91b462c0fd72
    60 Patch9:         mozilla-language.patch
    60 Patch9:         mozilla-language.patch
    61 Patch11:        mozilla-ntlm-full-path.patch
    61 Patch11:        mozilla-ntlm-full-path.patch
    62 Patch12:        mozilla-dump_syms-static.patch
    62 Patch12:        mozilla-dump_syms-static.patch
    63 Patch13:        mozilla-sle11.patch
    63 Patch13:        mozilla-sle11.patch
    64 Patch14:        mozilla-linux3.patch
    64 Patch14:        mozilla-linux3.patch
       
    65 Patch15:        mozilla-ppc64.patch
    65 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    66 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    66 Requires:       mozilla-js = %{version}
    67 Requires:       mozilla-js = %{version}
    67 Requires(post):  update-alternatives coreutils
    68 Requires(post):  update-alternatives coreutils
    68 Requires(preun): update-alternatives coreutils
    69 Requires(preun): update-alternatives coreutils
    69 ### build configuration ###
    70 ### build configuration ###
   182 %patch12 -p1
   183 %patch12 -p1
   183 %if %suse_version < 1120
   184 %if %suse_version < 1120
   184 %patch13 -p1
   185 %patch13 -p1
   185 %endif
   186 %endif
   186 %patch14 -p1
   187 %patch14 -p1
       
   188 %patch15 -p1
   187 
   189 
   188 %build
   190 %build
   189 # no need to add build time to binaries
   191 # no need to add build time to binaries
   190 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   192 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   191 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
   193 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""