mozilla-xulrunner192/mozilla-xulrunner192.spec
branchmozilla-1.9.2
changeset 227 9f0ffc441295
parent 222 db4d70b9a7a4
child 233 e6d084b6d916
equal deleted inserted replaced
222:db4d70b9a7a4 227:9f0ffc441295
    39 BuildRequires:  wireless-tools
    39 BuildRequires:  wireless-tools
    40 %endif
    40 %endif
    41 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
    41 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
    42 Version:        1.9.2.14
    42 Version:        1.9.2.14
    43 Release:        1
    43 Release:        1
    44 %define         releasedate 2011012200
    44 %define         releasedate 2011020700
    45 %define         version_internal 1.9.2.14
    45 %define         version_internal 1.9.2.14
    46 %define         apiversion 1.9.2
    46 %define         apiversion 1.9.2
    47 %define         uaweight 192140
    47 %define         uaweight 192140
    48 Summary:        Mozilla Runtime Environment 1.9.2
    48 Summary:        Mozilla Runtime Environment 1.9.2
    49 Url:            http://www.mozilla.org
    49 Url:            http://www.mozilla.org
    83 Patch14:        mozilla-cairo-lcd.patch
    83 Patch14:        mozilla-cairo-lcd.patch
    84 Patch15:        mozilla-ua-locale-pref.patch
    84 Patch15:        mozilla-ua-locale-pref.patch
    85 Patch16:        mozilla-locale.patch
    85 Patch16:        mozilla-locale.patch
    86 Patch17:        mozilla-gdk-pixbuf.patch
    86 Patch17:        mozilla-gdk-pixbuf.patch
    87 Patch18:        mozilla-prlog.patch
    87 Patch18:        mozilla-prlog.patch
       
    88 Patch19:        mozilla-ntlm-full-path.patch
    88 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    89 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    89 Requires:       mozilla-js192 = %{version}
    90 Requires:       mozilla-js192 = %{version}
    90 Requires(post):  update-alternatives coreutils
    91 Requires(post):  update-alternatives coreutils
    91 Requires(preun): update-alternatives coreutils
    92 Requires(preun): update-alternatives coreutils
    92 ### build configuration ###
    93 ### build configuration ###
   233 # bmo#542999
   234 # bmo#542999
   234 %patch15 -p1
   235 %patch15 -p1
   235 %patch16 -p1
   236 %patch16 -p1
   236 %patch17 -p1
   237 %patch17 -p1
   237 %patch18 -p1
   238 %patch18 -p1
       
   239 %patch19 -p1
   238 
   240 
   239 %build
   241 %build
   240 %if %suse_version >= 1110
   242 %if %suse_version >= 1110
   241 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   243 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   242 if test "$kdehelperversion" != %{kde_helper_version}; then
   244 if test "$kdehelperversion" != %{kde_helper_version}; then