diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-07 09:10:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-07 09:10:30 +0200 |
commit | 74dff0cd9339fb5835935b423312bd85df2cd969 (patch) | |
tree | 63420113529c45ccb15f898d1042a48133bb3586 | |
parent | 47395c3c8b627f87fce16572f5aec83be61923fd (diff) |
backport
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-cache-integration-tests.spec | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +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-cache-integration-tests.spec b/php-cache-integration-tests.spec index f72929c..6170d27 100644 --- a/php-cache-integration-tests.spec +++ b/php-cache-integration-tests.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-cache-integration-tests, from: # # Fedora spec file for php-cache-integration-tests # |