xulrunner/xulrunner.spec
changeset 408 475395d00191
parent 407 b85eacef913b
child 410 0af1b0003b9f
equal deleted inserted replaced
407:b85eacef913b 408:475395d00191
    42 %else
    42 %else
    43 BuildRequires:  wireless-tools
    43 BuildRequires:  wireless-tools
    44 %endif
    44 %endif
    45 BuildRequires:  mozilla-nspr-devel >= 4.9.0
    45 BuildRequires:  mozilla-nspr-devel >= 4.9.0
    46 BuildRequires:  mozilla-nss-devel >= 3.13.3
    46 BuildRequires:  mozilla-nss-devel >= 3.13.3
    47 Version:        10.99
    47 Version:        11.0
    48 Release:        0
    48 Release:        0
    49 %define         releasedate 2012030700
    49 %define         releasedate 2012031200
    50 %define         version_internal 11.0
    50 %define         version_internal 11.0
    51 %define         apiversion 11
    51 %define         apiversion 11
    52 %define         uaweight 1100000
    52 %define         uaweight 1100000
    53 Summary:        Mozilla Runtime Environment
    53 Summary:        Mozilla Runtime Environment
    54 License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
    54 License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
    78 Patch12:        mozilla-dump_syms-static.patch
    78 Patch12:        mozilla-dump_syms-static.patch
    79 Patch13:        mozilla-sle11.patch
    79 Patch13:        mozilla-sle11.patch
    80 Patch14:        mozilla-linux3.patch
    80 Patch14:        mozilla-linux3.patch
    81 Patch15:        mozilla-arm-cpu-detection.patch
    81 Patch15:        mozilla-arm-cpu-detection.patch
    82 Patch17:        mozilla-yarr-pcre.patch
    82 Patch17:        mozilla-yarr-pcre.patch
       
    83 Patch18:        mozilla-sle11-gcc.patch
    83 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    84 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    84 Requires:       mozilla-js = %{version}
    85 Requires:       mozilla-js = %{version}
    85 Requires(post):  update-alternatives coreutils
    86 Requires(post):  update-alternatives coreutils
    86 Requires(preun): update-alternatives coreutils
    87 Requires(preun): update-alternatives coreutils
    87 ### build configuration ###
    88 ### build configuration ###
   197 %patch13 -p1
   198 %patch13 -p1
   198 %endif
   199 %endif
   199 %patch14 -p1
   200 %patch14 -p1
   200 %patch15 -p1
   201 %patch15 -p1
   201 #%patch17 -p1
   202 #%patch17 -p1
       
   203 %patch18 -p1
   202 
   204 
   203 %build
   205 %build
   204 # no need to add build time to binaries
   206 # no need to add build time to binaries
   205 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   207 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   206 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
   208 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""