Author: pawelz                       Date: Mon Jan 18 19:59:02 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added without ix86 and without x86_64 bconds. These bconds allows to build
  eclipse for given arch without downloading useless sources for other archs.

---- Files affected:
packages/eclipse-bin:
   eclipse-bin.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/eclipse-bin/eclipse-bin.spec
diff -u packages/eclipse-bin/eclipse-bin.spec:1.3 
packages/eclipse-bin/eclipse-bin.spec:1.4
--- packages/eclipse-bin/eclipse-bin.spec:1.3   Mon Jan 18 20:53:10 2010
+++ packages/eclipse-bin/eclipse-bin.spec       Mon Jan 18 20:58:57 2010
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+
+%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
@@ -6,10 +10,14 @@
 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
@@ -80,6 +88,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2010/01/18 19:58:57  pawelz
+- added without ix86 and without x86_64 bconds. These bconds allows to build
+  eclipse for given arch without downloading useless sources for other archs.
+
 Revision 1.3  2010/01/18 19:53:10  pawelz
 - install desktop file and icon
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eclipse-bin/eclipse-bin.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to