diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-13 14:18:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-13 14:18:40 +0200 |
commit | c525b582d92f0d4aa2d4b5889a7d5bf36003b81b (patch) | |
tree | 05ea86e97f8e739c3793951d4fa6d7066e4234a3 | |
parent | 1139a1e927552205f63d8f43c5f789216ec99ccd (diff) |
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-cilex1.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-cilex1.spec b/php-cilex1.spec index f60b6ed..4150d31 100644 --- a/php-cilex1.spec +++ b/php-cilex1.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-cilex1, from: # # Fedora spec file for php-cilex1 # |