commit 157c194106e549e1dc59a1bf54e8621c97780fed
Author: Elan Ruusamäe <g...@delfi.ee>
Date:   Wed Apr 9 21:25:55 2014 +0300

    skip precompiled .phar when not bootstraping
    
    i don't see point why include it in src.rpm as the bootstrap is really
    for building first version, and when we have src.rpm on ftp, it means
    the first version build was success as well

 composer.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/composer.spec b/composer.spec
index ca2f90b..5933b35 100644
--- a/composer.spec
+++ b/composer.spec
@@ -16,8 +16,10 @@ License:     MIT
 Group:         Development/Languages/PHP
 Source0:       
https://github.com/composer/composer/archive/%{version}-%{subver}/%{name}-%{version}-%{subver}.tar.gz
 # Source0-md5: a304aecf48b8406730d572e204afd6db
+%if %{with bootstrap}
 Source1:       
http://getcomposer.org/download/%{version}-%{subver}/%{name}.phar
 # Source1-md5: df1001975035f07d09307bf1f1e62584
+%endif
 Patch0:                nogit.patch
 Patch1:                no-vendors.patch
 Patch2:                autoload-config.patch
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/157c194106e549e1dc59a1bf54e8621c97780fed

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to