From 83d256e81335022f05e6281095de7816138454ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Nov 2017 10:39:16 +0100 Subject: backport --- .gitignore | 8 ++++++++ Makefile | 4 ++++ php-pda-pheanstalk.spec | 1 + 3 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc9aa8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/php-pda-pheanstalk.spec b/php-pda-pheanstalk.spec index 6fa343b..416a675 100644 --- a/php-pda-pheanstalk.spec +++ b/php-pda-pheanstalk.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-pda-pheanstalk, from: # # Fedora spec file for php-pda-pheanstalk # -- cgit