diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-07 10:37:19 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-07 10:37:19 +0100 |
commit | 1b001ed2b6e76f54c14f54f5f2ae106da7a71a08 (patch) | |
tree | 2aca72fb800338474b89bab363a1e2155c7293e7 | |
parent | 4f9a43a45229f988936cb4b15026930d7ba768ab (diff) |
backport
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-vlucas-phpdotenv.spec | 1 |
3 files changed, 13 insertions, 0 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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/php-vlucas-phpdotenv.spec b/php-vlucas-phpdotenv.spec index 28fa45d..f7a6afc 100644 --- a/php-vlucas-phpdotenv.spec +++ b/php-vlucas-phpdotenv.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-vlucas-phpdotenv, from: # # Fedora spec file for php-vlucas-phpdotenv # |