xulrunner/xulrunner.spec
changeset 414 88a71e903038
parent 413 974b8a3e2d55
child 419 f6b055dd94bc
child 420 e0c0ff1d5ae4
equal deleted inserted replaced
413:974b8a3e2d55 414:88a71e903038
    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:        11.99
    48 Release:        0
    48 Release:        0
    49 %define         releasedate 2012031400
    49 %define         releasedate 2012032100
    50 %define         version_internal 12.0
    50 %define         version_internal 12.0
    51 %define         apiversion 12
    51 %define         apiversion 12
    52 %define         uaweight 1200000
    52 %define         uaweight 1200000
    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+
    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-revert_621446.patch
    83 Patch17:        mozilla-yarr-pcre.patch
    83 Patch17:        mozilla-yarr-pcre.patch
       
    84 Patch18:        mozilla-libnotify.patch
    84 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    85 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    85 Requires:       mozilla-js = %{version}
    86 Requires:       mozilla-js = %{version}
    86 Requires(post):  update-alternatives coreutils
    87 Requires(post):  update-alternatives coreutils
    87 Requires(preun): update-alternatives coreutils
    88 Requires(preun): update-alternatives coreutils
    88 ### build configuration ###
    89 ### build configuration ###
   199 %endif
   200 %endif
   200 %patch14 -p1
   201 %patch14 -p1
   201 %patch15 -p1
   202 %patch15 -p1
   202 %patch16 -p1
   203 %patch16 -p1
   203 #%patch17 -p1
   204 #%patch17 -p1
       
   205 %patch18 -p1
   204 
   206 
   205 %build
   207 %build
   206 # no need to add build time to binaries
   208 # no need to add build time to binaries
   207 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   209 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   208 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
   210 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""