summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-12 07:49:36 +0100
committerRemi Collet <remi@remirepo.net>2017-12-12 07:49:36 +0100
commitd93b06b47750eeeed5e7418e5ab853f75f58723a (patch)
tree02e6417c02457069e77bcbe41279c719221711d9
parenta7b8a304b8b3a9c74e1e75115505839723cb6f75 (diff)
backport stuff
-rw-r--r--.gitignore8
-rw-r--r--Makefile4
-rw-r--r--php-symfony4.spec3
3 files changed, 14 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fc9aa8c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+clog
+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..13af741
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile
+
diff --git a/php-symfony4.spec b/php-symfony4.spec
index fae9609..c617d29 100644
--- a/php-symfony4.spec
+++ b/php-symfony4.spec
@@ -1,3 +1,4 @@
+# remirepo spec file for php-symfony4, from:
#
# Fedora spec file for php-symfony4
#
@@ -2273,7 +2274,7 @@ done
%exclude %{symfony4_dir}/Component/Debug/composer.json
%exclude %{symfony4_dir}/Component/Debug/phpunit.*
%exclude %{symfony4_dir}/Component/Debug/Tests
-%exclude %{symfony4_dir}/Component/Debug/Resources/ext
+#exclude %{symfony4_dir}/Component/Debug/Resources/ext
# ------------------------------------------------------------------------------