mozilla-xulrunner193/mozilla-xulrunner193.spec
changeset 79 bc6311ee4f5e
parent 78 e0271a18500f
child 80 67e4ee440947
equal deleted inserted replaced
78:e0271a18500f 79:bc6311ee4f5e
    73 # PATCH-FEATURE-SLED FATE#302023, FATE#302024
    73 # PATCH-FEATURE-SLED FATE#302023, FATE#302024
    74 Patch11:        mozilla-gconf-backend.patch
    74 Patch11:        mozilla-gconf-backend.patch
    75 Patch12:        gecko-lockdown.patch
    75 Patch12:        gecko-lockdown.patch
    76 Patch13:        toolkit-ui-lockdown.patch
    76 Patch13:        toolkit-ui-lockdown.patch
    77 # ---
    77 # ---
       
    78 Patch14:        mozilla-cpuid.patch
    78 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    79 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    79 Requires:       mozilla-js193
    80 Requires:       mozilla-js193
    80 Requires(post):  update-alternatives coreutils
    81 Requires(post):  update-alternatives coreutils
    81 Requires(preun): update-alternatives coreutils
    82 Requires(preun): update-alternatives coreutils
    82 ### build configuration ###
    83 ### build configuration ###
   211 #%patch10 -p1
   212 #%patch10 -p1
   212 #%endif
   213 #%endif
   213 #%patch11 -p1
   214 #%patch11 -p1
   214 #%patch12 -p1
   215 #%patch12 -p1
   215 #%patch13 -p1
   216 #%patch13 -p1
       
   217 %if %suse_version < 1120
       
   218 %patch14 -p1
       
   219 %endif
   216 
   220 
   217 %build
   221 %build
   218 #%if %suse_version >= 1110
   222 #%if %suse_version >= 1110
   219 #kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   223 #kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   220 #if test "$kdehelperversion" != %{kde_helper_version}; then
   224 #if test "$kdehelperversion" != %{kde_helper_version}; then