]> git.pld-linux.org Git - packages/composer.git/commitdiff
require semver and spdx-licenses package for build
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 17:02:26 +0000 (19:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 17:02:26 +0000 (19:02 +0200)
autoload-config.patch
composer.spec

index c893bff0f324402e7f0858fea50daa1b48382cfb..1195bc79e7fb9c3aa0f071e910bc2e632f824c5a 100644 (file)
@@ -1,6 +1,6 @@
 --- composer-1.0.0-14.alpha11/vendor/composer/autoload_namespaces.php~ 2015-11-25 18:29:26.000000000 +0200
 +++ composer-1.0.0-14.alpha11/vendor/composer/autoload_namespaces.php  2015-11-25 18:29:59.220529712 +0200
-@@ -4,6 +4,13 @@
+@@ -4,6 +4,15 @@
  
  $vendorDir = dirname(dirname(__FILE__));
  $baseDir = dirname($vendorDir);
@@ -11,6 +11,8 @@
 +    'Symfony\\Component\\Process\\' => array($pearDir),
 +    'Symfony\\Component\\Finder' => array($pearDir),
 +    'Symfony\\Component\\Console\\' => array($pearDir),
++    'Composer\\Spdx\\' => array($pearDir),
++    'Composer\\Semver\\' => array($pearDir),
 +    'Seld\\JsonLint' => array($phpDir),
 +    'JsonSchema' => array($phpDir),
  );
index a560a267b42ff3a9cf004df16f8edd5c4261308a..5f7c9f692c2cf730946ebefbbd247934007de180 100644 (file)
@@ -47,6 +47,8 @@ BuildRequires:        rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.673
 %if %{without bootstrap}
 BuildRequires: %{name}
+BuildRequires: php-composer-semver >= 1.2.0
+BuildRequires: php-composer-spdx-licenses >= 1.1.2
 BuildRequires: php-symfony2-Console >= 2.3
 BuildRequires: php-symfony2-Finder >= 2.2
 %endif
This page took 0.13277 seconds and 4 git commands to generate.