From 0c6cf7c85e30901fb644f64f5ddd7fcaccff47b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 Apr 2017 07:14:48 +0200 Subject: backport --- .gitignore | 7 +++++++ Makefile | 4 ++++ php-cache-tag-interop.spec | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile 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-tag-interop.spec b/php-cache-tag-interop.spec index 63046e1..07836e0 100644 --- a/php-cache-tag-interop.spec +++ b/php-cache-tag-interop.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-cache-tag-interop, from: # # Fedora spec file for php-cache-tag-interop # @@ -109,5 +110,8 @@ php -r ' %changelog +* Sun Apr 30 2017 Remi Collet - 1.0.0-1 +- add backport stuff + * Fri Apr 14 2017 Shawn Iwinski - 1.0.0-1 - Initial package -- cgit