diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-11 14:28:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-11 14:28:49 +0100 |
commit | d964afa585c636628466a750037bc7793e17941f (patch) | |
tree | 176464cb055f8bb233abbe665a9f6fa2f73d7c4f /Makefile | |
parent | affbf6de0bbd0011afaf5597fae3a064eb988ad9 (diff) |
php-phpunit-PHPUnit: 5.1.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -128,3 +128,7 @@ REFLECTION: $(NAME).spec composer: tar xf $(shell spectool -l $(NAME).spec | head -n 1 | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \ mv composer.json composer-$(shell sed -n '/^Version:/{s/[^0-9]*//;p}' $(NAME).spec).json + +devcomposer: + tar xf $(shell spectool -l $(NAME)-dev.spec | head -n 1 | sed -e 's:.*/::') --strip-components=1 '*/composer.json' && \ + mv composer.json composer-$(shell sed -n '/^Version:/{s/[^0-9]*//;p}' $(NAME).spec).json |