diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-31 17:44:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-31 17:44:58 +0200 |
commit | 715cbfd065bc38541d67a9e91c11a0308a63fc9b (patch) | |
tree | f862ca0c6520a79278aa5d181e72bad39ef9391b /Makefile | |
parent | af54b5064e163d80e6843cc0e617b09bc4607854 (diff) |
php54-php: update to 5.4.32
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..153c3d6 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + +srpm: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php54' -bs $(NAME).spec |