From d964afa585c636628466a750037bc7793e17941f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jan 2016 14:28:49 +0100 Subject: php-phpunit-PHPUnit: 5.1.4 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 835743c..42331cd 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit