xulrunner/xulrunner.spec
changeset 419 f6b055dd94bc
parent 414 88a71e903038
child 425 e840ed7d6878
equal deleted inserted replaced
418:ecd5bb5744dc 419:f6b055dd94bc
    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:        11.99
    47 Version:        12.99
    48 Release:        0
    48 Release:        0
    49 %define         releasedate 2012032100
    49 %define         releasedate 2012032100
    50 %define         version_internal 12.0
    50 %define         version_internal 13.0
    51 %define         apiversion 12
    51 %define         apiversion 13
    52 %define         uaweight 1200000
    52 %define         uaweight 1300000
    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+
    55 Group:          Productivity/Other
    55 Group:          Productivity/Other
    56 Url:            http://www.mozilla.org/
    56 Url:            http://www.mozilla.org/
    57 Provides:       gecko
    57 Provides:       gecko
    77 Patch11:        mozilla-ntlm-full-path.patch
    77 Patch11:        mozilla-ntlm-full-path.patch
    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 Patch16:        mozilla-revert_621446.patch
    82 Patch16:        mozilla-system-nspr.patch
    83 Patch17:        mozilla-yarr-pcre.patch
    83 Patch17:        mozilla-revert_621446.patch
    84 Patch18:        mozilla-libnotify.patch
    84 Patch18:        mozilla-yarr-pcre.patch
       
    85 Patch19:        mozilla-libnotify.patch
    85 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    86 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    86 Requires:       mozilla-js = %{version}
    87 Requires:       mozilla-js = %{version}
    87 Requires(post):  update-alternatives coreutils
    88 Requires(post):  update-alternatives coreutils
    88 Requires(preun): update-alternatives coreutils
    89 Requires(preun): update-alternatives coreutils
    89 ### build configuration ###
    90 ### build configuration ###
   201 %patch14 -p1
   202 %patch14 -p1
   202 %patch15 -p1
   203 %patch15 -p1
   203 %patch16 -p1
   204 %patch16 -p1
   204 #%patch17 -p1
   205 #%patch17 -p1
   205 %patch18 -p1
   206 %patch18 -p1
       
   207 %patch19 -p1
   206 
   208 
   207 %build
   209 %build
   208 # no need to add build time to binaries
   210 # no need to add build time to binaries
   209 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   211 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   210 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
   212 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""