]> git.pld-linux.org Git - packages/opera.git/blame - opera.spec
- updated to 7.50 Preview-4
[packages/opera.git] / opera.spec
CommitLineData
6239047a 1#
2# There're some problems with "shared" version
3#
09f2d772 4%bcond_with shared
5
6cfd70e0 6%define ver 7.50
e8574830 7%define dirrel 20040414
7edc0e0c
AM
8%define x86_shared_rel %{dirrel}.5
9%define x86_static_rel %{dirrel}.1
10%define sparc_shared_rel %{dirrel}.2
11%define sparc_static_rel %{dirrel}.1
12%define ppc_shared_rel %{dirrel}.2
13%define ppc_static_rel %{dirrel}.1
09f2d772 14%if %{with shared}
7edc0e0c
AM
15%ifarch %{ix86}
16%define rel %{x86_shared_rel}
09f2d772 17%define type shared
7edc0e0c
AM
18%endif
19%ifarch sparc64 sparc
20%define rel %{sparc_shared_rel}
21%define type shared
22%endif
23%ifarch ppc
24%define rel %{ppc_shared_rel}
25%define type shared
26%endif
09f2d772 27%else
7edc0e0c
AM
28%ifarch %{ix86}
29%define rel %{x86_static_rel}
30%define type static
31%endif
32%ifarch sparc sparc64
33%define rel %{sparc_static_rel}
34%define type static
35%endif
36%ifarch ppc
37%define rel %{ppc_static_rel}
09f2d772 38%define type static
39%endif
7edc0e0c 40%endif
8cb331c2 41Summary: World fastest web browser
58d714bb 42