MozillaFirefox/MozillaFirefox.spec
branchff-standalone
changeset 165 8999a1897364
parent 163 8211d170d1e4
parent 164 995e803e8198
child 166 3049ea671f71
equal deleted inserted replaced
163:8211d170d1e4 165:8999a1897364
    75 Patch10:        mozilla-buildsymbols.patch
    75 Patch10:        mozilla-buildsymbols.patch
    76 Patch11:        mozilla-cairo-lcd.patch
    76 Patch11:        mozilla-cairo-lcd.patch
    77 Patch12:        mozilla-language.patch
    77 Patch12:        mozilla-language.patch
    78 # Firefox/browser
    78 # Firefox/browser
    79 Patch30:        firefox-libxul-sdk.patch
    79 Patch30:        firefox-libxul-sdk.patch
    80 Patch31:        firefox-credits.patch
       
    81 Patch32:        firefox-linkorder.patch
    80 Patch32:        firefox-linkorder.patch
    82 Patch33:        firefox-browser-css.patch
    81 Patch33:        firefox-browser-css.patch
    83 Patch34:        firefox-cross-desktop.patch
    82 Patch34:        firefox-cross-desktop.patch
    84 Patch35:        firefox-appname.patch
    83 Patch35:        firefox-appname.patch
    85 Patch36:        firefox-kde.patch
    84 Patch36:        firefox-kde.patch
    86 Patch37:        firefox-ui-lockdown.patch
    85 Patch37:        firefox-ui-lockdown.patch
    87 Patch38:        firefox-no-sync-l10n.patch
    86 Patch38:        firefox-no-sync-l10n.patch
    88 Patch39:        firefox-sync-system-nss.patch
    87 Patch39:        firefox-sync-system-nss.patch
    89 Patch40:        firefox-sync-build.patch
    88 Patch40:        firefox-sync-build.patch
    90 Patch41:        firefox-tabview.patch
       
    91 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    89 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    92 Requires(post):   coreutils shared-mime-info desktop-file-utils
    90 Requires(post):   coreutils shared-mime-info desktop-file-utils
    93 Requires(postun): shared-mime-info desktop-file-utils
    91 Requires(postun): shared-mime-info desktop-file-utils
    94 %if 0%{?use_xulrunner}
    92 %if 0%{?use_xulrunner}
    95 Requires:       %{xulrunner} >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' %{xulrunner})
    93 Requires:       %{xulrunner} >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' %{xulrunner})
   207 %patch10 -p1
   205 %patch10 -p1
   208 #%patch11 -p1
   206 #%patch11 -p1
   209 %patch12 -p1
   207 %patch12 -p1
   210 # Firefox/browser
   208 # Firefox/browser
   211 %patch30 -p1
   209 %patch30 -p1
   212 %patch31 -p1
       
   213 %patch32 -p1
   210 %patch32 -p1
   214 %patch33 -p1
   211 %patch33 -p1
   215 %patch34 -p1
   212 %patch34 -p1
   216 %patch35 -p1
   213 %patch35 -p1
   217 %if %suse_version >= 1110
   214 %if %suse_version >= 1110
   221 %endif
   218 %endif
   222 #%patch37 -p1
   219 #%patch37 -p1
   223 %patch38 -p1
   220 %patch38 -p1
   224 %patch39 -p1
   221 %patch39 -p1
   225 %patch40 -p1
   222 %patch40 -p1
   226 %patch41 -p1
       
   227 
   223 
   228 %build
   224 %build
   229 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   225 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   230 if test "$kdehelperversion" != %{kde_helper_version}; then
   226 if test "$kdehelperversion" != %{kde_helper_version}; then
   231   echo fix kde helper version in the .spec file
   227   echo fix kde helper version in the .spec file