mozilla-xulrunner192/mozilla-xulrunner192.spec
changeset 24 ca988be0905b
parent 23 c62859a2fd22
child 28 ed2afa8e733c
equal deleted inserted replaced
23:c62859a2fd22 24:ca988be0905b
    74 Patch6:         mozilla-helper-app.patch
    74 Patch6:         mozilla-helper-app.patch
    75 Patch7:         mozilla-prefer_plugin_pref.patch
    75 Patch7:         mozilla-prefer_plugin_pref.patch
    76 Patch8:         mozilla-shared-nss-db.patch
    76 Patch8:         mozilla-shared-nss-db.patch
    77 Patch9:         mozilla-startup-notification.patch
    77 Patch9:         mozilla-startup-notification.patch
    78 Patch10:        mozilla-kde.patch
    78 Patch10:        mozilla-kde.patch
    79 # PATCH-FEATURE-SLED FATE#302023, FATE#302024 - hfiguiere@novell.com
    79 # PATCH-FEATURE-SLED FATE#302023, FATE#302024
    80 # --- disabled for now
    80 Patch11:        mozilla-gconf-backend.patch
    81 Patch16:        gconf-backend.patch.bz2
    81 Patch12:        gecko-lockdown.patch
    82 Patch17:        gecko-lockdown.patch
    82 Patch13:        toolkit-ui-lockdown.patch
    83 Patch18:        toolkit-ui-lockdown.patch
       
    84 # ---
    83 # ---
    85 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    84 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    86 PreReq:         update-alternatives coreutils
    85 PreReq:         update-alternatives coreutils
    87 ### build configuration ###
    86 ### build configuration ###
    88 %define has_system_nspr  0
    87 %define has_system_nspr  0
   191 %patch8 -p1
   190 %patch8 -p1
   192 %patch9 -p1
   191 %patch9 -p1
   193 %if %suse_version >= 1110
   192 %if %suse_version >= 1110
   194 %patch10 -p1
   193 %patch10 -p1
   195 %endif
   194 %endif
   196 # BEGIN lockdown - currently broken (see bnc#508611)
   195 #%patch11 -p1
   197 #%patch16 -p1
   196 #%patch12 -p1
   198 #%patch17
   197 #%patch13 -p1
   199 #%patch18 -p1
       
   200 # END lockdown
       
   201 
   198 
   202 %build
   199 %build
   203 %if %suse_version >= 1110
   200 %if %suse_version >= 1110
   204 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   201 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   205 if test "$kdehelperversion" != %{kde_helper_version}; then
   202 if test "$kdehelperversion" != %{kde_helper_version}; then