diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-17 15:07:11 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-17 15:07:11 +0100 |
commit | beb50a7afb58f7bcd972dd9e036bea3ba9262eb0 (patch) | |
tree | 5ff43a40728bea9efb0ca1bf4e7bf6d0a7fbd535 | |
parent | 016ff095f2c533f24ffde7d6b4b62a6069ce24bb (diff) |
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-webflo-drupal-finder.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-webflo-drupal-finder.spec b/php-webflo-drupal-finder.spec index 96f779c..1a193d9 100644 --- a/php-webflo-drupal-finder.spec +++ b/php-webflo-drupal-finder.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-webflow-drupal-finder, from: # # Fedora spec file for php-webflow-drupal-finder # |