mozilla-xulrunner20/mozilla-xulrunner20.spec
changeset 147 519124a9ad2b
parent 146 cf1c79206520
child 148 a1c91c60ce75
equal deleted inserted replaced
146:cf1c79206520 147:519124a9ad2b
    68 Patch11:        mozilla-gconf-backend.patch
    68 Patch11:        mozilla-gconf-backend.patch
    69 Patch12:        gecko-lockdown.patch
    69 Patch12:        gecko-lockdown.patch
    70 Patch13:        toolkit-ui-lockdown.patch
    70 Patch13:        toolkit-ui-lockdown.patch
    71 # ---
    71 # ---
    72 Patch14:        mozilla-cpuid.patch
    72 Patch14:        mozilla-cpuid.patch
       
    73 Patch15:        mozilla-buildsymbols.patch
    73 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    74 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    74 Requires:       mozilla-js20 = %{version}
    75 Requires:       mozilla-js20 = %{version}
    75 Requires(post):  update-alternatives coreutils
    76 Requires(post):  update-alternatives coreutils
    76 Requires(preun): update-alternatives coreutils
    77 Requires(preun): update-alternatives coreutils
    77 ### build configuration ###
    78 ### build configuration ###
   211 #%patch12 -p1
   212 #%patch12 -p1
   212 #%patch13 -p1
   213 #%patch13 -p1
   213 %if %suse_version < 1120
   214 %if %suse_version < 1120
   214 %patch14 -p1
   215 %patch14 -p1
   215 %endif
   216 %endif
       
   217 %patch15 -p1
   216 
   218 
   217 %build
   219 %build
   218 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   220 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   219 if test "$kdehelperversion" != %{kde_helper_version}; then
   221 if test "$kdehelperversion" != %{kde_helper_version}; then
   220   echo fix kde helper version in the .spec file
   222   echo fix kde helper version in the .spec file