diff options
Diffstat (limited to 'php-pear/Makefile')
-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 |