diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-05-06 09:44:08 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-05-06 09:44:08 +0200 | 
| commit | 597f34a3255e9f5233047cbd669d522cecf5947a (patch) | |
| tree | 138192fbaadc049678a936022a4ca2be8c5f3ff6 /Makefile | |
| parent | db54420a964fa65a327dda81bd5d76d828cfbc4f (diff) | |
php-aws-sdk3: 3.18.6
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 2 insertions, 4 deletions
| @@ -126,12 +126,10 @@ REFLECTION: $(NAME).spec  	php --re $(shell pwd | sed -e 's/.*-//') >REFLECTION  composer: -	tar xf $(shell spectool -l $(NAME).spec | head -n 1 | sed -e 's:.* ::' | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \ -	cp composer.json composer-$(shell sed -n '/^Version:/{s/[^0-9]*//;p}' $(NAME).spec).json +	tar xf $(shell spectool -l $(NAME).spec | head -n 1 | sed -e 's:.* ::' | sed -e 's:.*/::') --strip-components=1 '*/composer.json'  devcomposer:  	mv composer.json old.json && \  	tar xf $(shell spectool -l $(NAME)-dev.spec | head -n 1 | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \  	mv composer.json composer-dev.json && \ -	mv old.json composer.json && \ -	cp composer-dev.json composer-$(shell sed -n '/^Version:/{s/[^0-9]*//;p}' $(NAME)-dev.spec).json +	mv old.json composer.json | 
