diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-24 20:39:56 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-24 20:39:56 +0200 |
commit | 9cb6a398b8f10f3e5c176d5203c83d70d8cd1b02 (patch) | |
tree | 68b20608f7cfaab5f6c34b9c5c3de04058bbf843 | |
parent | 400825c5f4684699e4d691ca137403de4b5f5201 (diff) |
php56-php-pear: srpm
-rw-r--r-- | php-pear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pear/Makefile b/php-pear/Makefile index 13af741..6c96298 100644 --- a/php-pear/Makefile +++ b/php-pear/Makefile @@ -2,3 +2,5 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../../common/Makefile +srpm: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php56' -bs $(NAME).spec |