diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-13 14:25:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-13 14:25:27 +0200 |
commit | 4736ca762b3456574e5bc689e604448a7545862f (patch) | |
tree | dc9920c1a79802ea5b26537faabb8b6545b7c405 | |
parent | 03763421e717141adf3b6d171c198d6ee8d6cd3b (diff) |
backport
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-psr-link.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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + diff --git a/php-psr-link.spec b/php-psr-link.spec index 1d94562..0f992e1 100644 --- a/php-psr-link.spec +++ b/php-psr-link.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-psr-link, from: # # Fedora spec file for php-psr-link # |