summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--Makefile4
-rw-r--r--php-cache-tag-interop.spec4
3 files changed, 15 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-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 <remim@remirepo.net> - 1.0.0-1
+- add backport stuff
+
* Fri Apr 14 2017 Shawn Iwinski <shawn@iwin.ski> - 1.0.0-1
- Initial package