diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-02 14:36:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-02 14:36:49 +0200 |
commit | d2f3cc447895fe34b4658f47e421ac0bcf690bc9 (patch) | |
tree | e39ab70b534d3dc28e6825a6ac4c5fb9a9eedeec | |
parent | 8cd5ae41f233b1ed3b756886f1d7d1f7e276cb3a (diff) |
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-grasmash-expander.spec | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f69818 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.bz2 +*.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-grasmash-expander.spec b/php-grasmash-expander.spec index cc80056..46ec23d 100644 --- a/php-grasmash-expander.spec +++ b/php-grasmash-expander.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-grasmash-expander, from: # # Fedora spec file for php-grasmash-expander # |