diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-06-22 17:29:46 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-06-22 17:29:46 +0200 | 
| commit | b00c9837f45670629c57be4d2f48622283add76f (patch) | |
| tree | 4ed9f129f44bca81f50f15f010db4acd328a3d95 | |
| parent | dfdca1961d1839a9ee11cd80e985f9059b3954b4 (diff) | |
composer: cleanup
| -rw-r--r-- | composer.spec | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.spec b/composer.spec index a2a71ea..eabb88a 100644 --- a/composer.spec +++ b/composer.spec @@ -78,9 +78,9 @@ Requires:       php-openssl  # For our autoloader  Requires:       php-composer(symfony/class-loader)  # From phpcompatinfo -Requires:       php-ctype  Requires:       php-curl  Requires:       php-date +Requires:       php-dom  Requires:       php-filter  Requires:       php-hash  Requires:       php-iconv @@ -110,8 +110,8 @@ Documentation: https://getcomposer.org/doc/  %prep  %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .rpm -%patch1 -p1 -b .pr4169 +%patch0 -p1 +%patch1 -p1  cp -p %{SOURCE1} src/Composer/autoload.php  cp -p %{SOURCE2} tests/bootstrap.php  | 
