]> git.pld-linux.org Git - packages/composer.git/commitdiff
skip precompiled .phar when not bootstraping auto/th/composer-1.0.0-0.alpha8.1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 9 Apr 2014 18:25:55 +0000 (21:25 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 9 Apr 2014 18:25:55 +0000 (21:25 +0300)
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

index ca2f90bc296555e658a42620a5532081eef9ab73..5933b356a5853742a1d99b2040c9f2e0319bceeb 100644 (file)
@@ -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
This page took 0.283541 seconds and 4 git commands to generate.