]> git.pld-linux.org Git - packages/eclipse-plugin-cdt.git/blame - eclipse-plugin-cdt.spec
- update all mdsums
[packages/eclipse-plugin-cdt.git] / eclipse-plugin-cdt.spec
CommitLineData
6c15ca5a 1%bcond_with incall #include all tarballs
2%define need_x86 0
3%define need_ppc 0
4%define need_ia64 0
5%define need_x8664 0
6
7%if %{with incall}
8%define need_x86 1
9%define need_ppc 1
10%define need_x64 1
11%define need_x8664 1
12%else
13%ifarch %{ix86}
14%define need_x86 1
15%endif
16%ifarch ppc
17%define need_ppc 1
18%endif
19%ifarch ia64
20%define need_ia64 1
21%endif
22%ifarch %{x8664}
23%define need_x8664 1
24%endif
25%endif
26
27%define _rc RC1
6a99fdd9 28Summary: CDT - a set of plugins for Eclipse that implement a C/C++ IDE
0944af9e 29