xulrunner/xulrunner.spec
changeset 382 67f876aafae8
parent 378 dfb824794771
child 387 5f37cb170013
equal deleted inserted replaced
380:0887a88b1e85 382:67f876aafae8
    39 BuildRequires:  libiw-devel
    39 BuildRequires:  libiw-devel
    40 BuildRequires:  libproxy-devel
    40 BuildRequires:  libproxy-devel
    41 %else
    41 %else
    42 BuildRequires:  wireless-tools
    42 BuildRequires:  wireless-tools
    43 %endif
    43 %endif
    44 BuildRequires:  mozilla-nspr-devel >= 4.8.9
    44 BuildRequires:  mozilla-nspr-devel >= 4.9.0
    45 BuildRequires:  mozilla-nss-devel >= 3.13.1
    45 BuildRequires:  mozilla-nss-devel >= 3.13.2
    46 Version:        10.0
    46 Version:        10.0
    47 Release:        0
    47 Release:        0
    48 %define         releasedate 2012012900
    48 %define         releasedate 2012020300
    49 %define         version_internal 10.0
    49 %define         version_internal 11.0
    50 %define         apiversion 10
    50 %define         apiversion 11
    51 %define         uaweight 1000000
    51 %define         uaweight 1100000
    52 Summary:        Mozilla Runtime Environment
    52 Summary:        Mozilla Runtime Environment
    53 License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
    53 License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
    54 Group:          Productivity/Other
    54 Group:          Productivity/Other
    55 Url:            http://www.mozilla.org/
    55 Url:            http://www.mozilla.org/
    56 Provides:       gecko
    56 Provides:       gecko
    75 Patch9:         mozilla-language.patch
    75 Patch9:         mozilla-language.patch
    76 Patch11:        mozilla-ntlm-full-path.patch
    76 Patch11:        mozilla-ntlm-full-path.patch
    77 Patch12:        mozilla-dump_syms-static.patch
    77 Patch12:        mozilla-dump_syms-static.patch
    78 Patch13:        mozilla-sle11.patch
    78 Patch13:        mozilla-sle11.patch
    79 Patch14:        mozilla-linux3.patch
    79 Patch14:        mozilla-linux3.patch
    80 Patch15:        mozilla-a11y.patch
       
    81 Patch16:        mozilla-disable-neon-option.patch
    80 Patch16:        mozilla-disable-neon-option.patch
    82 Patch17:        mozilla-bmo703534.patch
    81 Patch17:        mozilla-yarr-pcre.patch
    83 Patch18:        mozilla-yarr-pcre.patch
       
    84 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    82 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    85 Requires:       mozilla-js = %{version}
    83 Requires:       mozilla-js = %{version}
    86 Requires(post):  update-alternatives coreutils
    84 Requires(post):  update-alternatives coreutils
    87 Requires(preun): update-alternatives coreutils
    85 Requires(preun): update-alternatives coreutils
    88 ### build configuration ###
    86 ### build configuration ###
   196 %patch12 -p1
   194 %patch12 -p1
   197 %if %suse_version < 1120
   195 %if %suse_version < 1120
   198 %patch13 -p1
   196 %patch13 -p1
   199 %endif
   197 %endif
   200 %patch14 -p1
   198 %patch14 -p1
   201 %patch15 -p1
       
   202 %patch16 -p1
   199 %patch16 -p1
   203 %patch17 -p1
   200 %patch17 -p1
   204 %patch18 -p1
       
   205 
   201 
   206 %build
   202 %build
   207 # no need to add build time to binaries
   203 # no need to add build time to binaries
   208 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   204 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
   209 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
   205 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""