diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-07 09:13:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-07 09:13:28 +0200 |
commit | d4b2e8a139e059fc247c7454f6c04bc086a7e3d4 (patch) | |
tree | 6f9ba4f9eb56fb1835050c11372ee2fa3a1667fb | |
parent | 4a85474d08e025d63b61337c5b5d22fc336d96ee (diff) |
backport
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-cache-filesystem-adapter.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-filesystem-adapter.spec b/php-cache-filesystem-adapter.spec index cf306e7..07f07cf 100644 --- a/php-cache-filesystem-adapter.spec +++ b/php-cache-filesystem-adapter.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-cache-filesystem-common, from: # # Fedora spec file for php-cache-filesystem-common # |