From 9cb6a398b8f10f3e5c176d5203c83d70d8cd1b02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Aug 2014 20:39:56 +0200 Subject: php56-php-pear: srpm --- php-pear/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit