From 0adce68196981201b9709fb64def6b614b43dc6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2016 19:50:41 +0200 Subject: php-pecl-couchbase2: 2.2.0beta4 --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index fb7e252..82713c1 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,13 @@ devsrc: php7src: spectool -g -S $(NAME)-php7.spec +php5build: + @if test -f $(NAME)-dev.spec ; then \ + time rpmbuild $(RPMDEFINES) --define "scl php56" --without zts -bb $(NAME)-dev.spec ; \ + else \ + time rpmbuild $(RPMDEFINES) --define "scl php56" --without zts -bb $(NAME).spec ; \ + fi + php7build: @if test -f $(NAME)-php7.spec ; then \ time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb $(NAME)-php7.spec ; \ -- cgit