]> git.pld-linux.org Git - packages/eclipse-bin.git/commitdiff
- added without ix86 and without x86_64 bconds. These bconds allows to build
authorpawelz <pawelz@pld-linux.org>
Mon, 18 Jan 2010 19:58:57 +0000 (19:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  eclipse for given arch without downloading useless sources for other archs.

Changed files:
    eclipse-bin.spec -> 1.4

eclipse-bin.spec

index 97714d286be7ba0b4686818c53ecf80d1d719c64..800d6c7a5c8a7b7848f58f56b9b6110eb8d934b7 100644 (file)
@@ -1,3 +1,7 @@
+
+%bcond_without ix86    # don't download ix86 source
+%bcond_without x86_64  # don't download x86_64 source
+
 Summary:       Eclipse - an open extensible IDE
 Summary(pl.UTF-8):     Eclipse - otwarte, rozszerzalne środowisko programistyczne
 Name:          eclipse-bin
@@ -5,10 +9,14 @@ Version:      3.5.1
 Release:       0.1
 License:       EPL v1.0
 Group:         Development/Tools
+%if %{with ix86}
 Source0:       ftp://eclipse.bluage.com/technologySR1/eclipse-jee-galileo-SR1-linux-gtk.tar.gz
 # Source0-md5: 8c1e4f8cc967cfc847ddd8150407d8cd
+%endif
+%if %{with x86_64}
 Source1:       ftp://eclipse.bluage.com/technologySR1/eclipse-jee-galileo-SR1-linux-gtk-x86_64.tar.gz
 # Source1-md5: f7a468512be47b9119ce1b92d25d9c7e
+%endif
 Source2:       eclipse.desktop
 URL:           http://www.eclipse.org/
 BuildRequires: unzip
This page took 0.105095 seconds and 4 git commands to generate.