MozillaFirefox/MozillaFirefox.spec
changeset 352 77efe56216cc
parent 351 461a628ac630
child 353 68f97ac60104
equal deleted inserted replaced
351:461a628ac630 352:77efe56216cc
    87 Requires:       mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
    87 Requires:       mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
    88 Requires:       mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
    88 Requires:       mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
    89 Requires:       %{name}-branding > 4.0
    89 Requires:       %{name}-branding > 4.0
    90 # since Firefox uses plugin-container now nspluginwrapper is not useful
    90 # since Firefox uses plugin-container now nspluginwrapper is not useful
    91 # in i386 environments (bnc#727018)
    91 # in i386 environments (bnc#727018)
       
    92 %if %suse_version > 1140
    92 %ifarch %ix86
    93 %ifarch %ix86
    93 Obsoletes:      nspluginwrapper
    94 Obsoletes:      nspluginwrapper
       
    95 %endif
    94 %endif
    96 %endif
    95 %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
    97 %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
    96 %define _use_internal_dependency_generator 0
    98 %define _use_internal_dependency_generator 0
    97 %define __find_requires sh %{SOURCE4}
    99 %define __find_requires sh %{SOURCE4}
    98 %global provfind sh -c "grep -v '.so' | %__find_provides"
   100 %global provfind sh -c "grep -v '.so' | %__find_provides"