mozilla-xulrunner193/mozilla-xulrunner193.spec
changeset 87 5a0a6f0f69ab
parent 84 9bc8c42db6b3
child 91 38ffd1ff8094
equal deleted inserted replaced
86:f2a830880862 87:5a0a6f0f69ab
    83 ### build configuration ###
    83 ### build configuration ###
    84 %define crashreporter    1
    84 %define crashreporter    1
    85 %define has_system_nspr  1
    85 %define has_system_nspr  1
    86 %define has_system_nss   1
    86 %define has_system_nss   1
    87 %define has_system_cairo 0
    87 %define has_system_cairo 0
    88 %define localize 1
    88 %define localize 0
    89 %if %suse_version > 1110
    89 %if %suse_version > 1110
    90 %define has_system_cairo 1
    90 %define has_system_cairo 1
    91 %endif
    91 %endif
    92 ### configuration end ###
    92 ### configuration end ###
    93 %define _use_internal_dependency_generator 0
    93 %define _use_internal_dependency_generator 0
    94 %define __find_requires sh %{SOURCE2}
    94 %define __find_requires sh %{SOURCE2}
    95 %global provfind sh -c "grep -Ev 'mozsqlite3|dbusservice|unixprint' | %__find_provides"
    95 %global provfind sh -c "grep -Ev 'mozsqlite3|dbusservice|unixprint|mozalloc' | %__find_provides"
    96 %global __find_provides %provfind
    96 %global __find_provides %provfind
    97 %if %has_system_nspr
    97 %if %has_system_nspr
    98 BuildRequires:  mozilla-nspr-devel
    98 BuildRequires:  mozilla-nspr-devel
    99 Requires:       mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
    99 Requires:       mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
   100 %endif
   100 %endif