mozilla-xulrunner20/mozilla-xulrunner20.spec
changeset 228 9ba8fb8909c4
parent 226 6bf3bb4c115e
child 229 298263f797be
equal deleted inserted replaced
226:6bf3bb4c115e 228:9ba8fb8909c4
    30 BuildRequires:  wireless-tools
    30 BuildRequires:  wireless-tools
    31 %endif
    31 %endif
    32 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
    32 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
    33 Version:        2.0b11
    33 Version:        2.0b11
    34 Release:        1
    34 Release:        1
    35 %define         releasedate 2011020200
    35 %define         releasedate 2011020300
    36 %define         version_internal 2.0b11
    36 %define         version_internal 2.0b11
    37 %define         apiversion 2.0
    37 %define         apiversion 2.0
    38 %define         uaweight 199900
    38 %define         uaweight 199900
    39 Summary:        Mozilla Runtime Environment 2.0
    39 Summary:        Mozilla Runtime Environment 2.0
    40 Url:            http://www.mozilla.org
    40 Url:            http://www.mozilla.org
    71 # ---
    71 # ---
    72 Patch11:        mozilla-cpuid.patch
    72 Patch11:        mozilla-cpuid.patch
    73 Patch12:        mozilla-language.patch
    73 Patch12:        mozilla-language.patch
    74 Patch13:        mozilla-gio.patch
    74 Patch13:        mozilla-gio.patch
    75 Patch14:        mozilla-cairo-return.patch
    75 Patch14:        mozilla-cairo-return.patch
       
    76 Patch15:        mozilla-gio-launch-uri.patch
       
    77 Patch16:        mozilla-ntlm-full-path.patch
    76 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    78 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    77 Requires:       mozilla-js20 = %{version}
    79 Requires:       mozilla-js20 = %{version}
    78 Requires(post):  update-alternatives coreutils
    80 Requires(post):  update-alternatives coreutils
    79 Requires(preun): update-alternatives coreutils
    81 Requires(preun): update-alternatives coreutils
    80 ### build configuration ###
    82 ### build configuration ###
   213 #%patch11 -p1
   215 #%patch11 -p1
   214 %endif
   216 %endif
   215 %patch12 -p1
   217 %patch12 -p1
   216 %patch13 -p1
   218 %patch13 -p1
   217 %patch14 -p1
   219 %patch14 -p1
       
   220 %patch15 -p1
       
   221 %patch16 -p1
   218 
   222 
   219 %build
   223 %build
   220 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   224 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   221 if test "$kdehelperversion" != %{kde_helper_version}; then
   225 if test "$kdehelperversion" != %{kde_helper_version}; then
   222   echo fix kde helper version in the .spec file
   226   echo fix kde helper version in the .spec file