summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-30 07:14:48 +0200
committerRemi Collet <remi@remirepo.net>2017-04-30 07:14:48 +0200
commit0c6cf7c85e30901fb644f64f5ddd7fcaccff47b4 (patch)
tree82c6c1a7a612c42a72ff1fa07355c9f607abf077
parent0ad20e6701bb76fb8ea4d5819d8f58e3f9a8b7be (diff)
backportHEADmaster
-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