]> git.pld-linux.org Git - packages/eclipse-plugin-cdt.git/blobdiff - eclipse-plugin-cdt.spec
- incall enabled by default
[packages/eclipse-plugin-cdt.git] / eclipse-plugin-cdt.spec
index 6a06962d651f86a5ee68f92d8d2f86e236a6e9b4..f747d800b6623ff81f726bc154bcf8cbbc575b5f 100644 (file)
@@ -1,4 +1,7 @@
-%bcond_with    incall  #include all tarballs
+#
+# Conditional build:
+%bcond_without incall  # don't include all tarballs in .src.rpm
+#
 %define                need_x86        0
 %define                need_ppc        0
 %define                need_ia64       0
@@ -40,20 +43,20 @@ Source0:    http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.ecli
 %endif
 %if %{need_ppc}
 Source1:       http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.eclipse.cdt-%{version}-%{_rc}-linux.ppc.tar.gz
-# Source1-md5: f16a8cbe6de0989c2adca4723a8d8af6
+# Source1-md5: 1e5e716bf6f0bfd56139c706d344142a
 %endif
 %if %{need_ia64}
 Source2:       http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.eclipse.cdt-%{version}-%{_rc}-linux.ia64.tar.gz
-# Source2-md5: 0e078e332170794b3623d8e5078c1829
+# Source2-md5: 80ba477131beb0c0682019a7705b1cfe
 %endif
 %if %{need_x8664}
 Source3:       http://download.eclipse.org/tools/cdt/builds/%{version}/%{_rc}/org.eclipse.cdt-%{version}-%{_rc}-linux.x86_64.tar.gz
-# Source3-md5: 0e078e332170794b3623d8e5078c1829
+# Source3-md5: 7d8e6c97e9a8055b0823292064f71dbd
 %endif
 URL:           http://www.eclipse.org/cdt/
 BuildRequires: unzip
 Requires:      eclipse >= 3.0
-ExclusiveArch: %{ix86} ppc ia64
+ExclusiveArch: %{ix86} %{x8664} ia64 ppc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _eclipse_arch   %(echo %{_target_cpu} | sed 's/i.86/x86/;s/athlon/x86/;s/pentium./x86/')
This page took 0.065264 seconds and 4 git commands to generate.