diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-05 08:28:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-05 08:28:23 +0200 |
commit | 306ae7765c71d692728267d52f72a63b6d73d86f (patch) | |
tree | 653029f9d750870314f4b4a2b56770b4c4c1a9e7 | |
parent | 1500b570eea1246d2ca17103ce4c51991d275949 (diff) |
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-phpdocumentor-reflection1.spec | 4 |
3 files changed, 14 insertions, 1 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-phpdocumentor-reflection1.spec b/php-phpdocumentor-reflection1.spec index 9c6a9cc..ba4602e 100644 --- a/php-phpdocumentor-reflection1.spec +++ b/php-phpdocumentor-reflection1.spec @@ -1,4 +1,6 @@ -# spec file for php-phpdocumentor-reflection1 +# remirepo spec file for php-phpdocumentor-reflection1, from: +# +# Fedora spec file for php-phpdocumentor-reflection1 # # Copyright (c) 2016 Remi Collet # 2017 Remi Collet, Shawn Iwinski |