[projects/template-specs] dokuwiki: cleanup tests

glen glen at pld-linux.org
Wed May 22 11:20:22 CEST 2019


commit 818595929e7b3ddb38398492ac36d3ee4e6988c3
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed May 22 12:20:12 2019 +0300

    dokuwiki: cleanup tests

 dokuwiki-plugin.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/dokuwiki-plugin.spec b/dokuwiki-plugin.spec
index ab31643..5da369a 100644
--- a/dokuwiki-plugin.spec
+++ b/dokuwiki-plugin.spec
@@ -46,10 +46,14 @@ Wtyczka dla DokuWiki
 %prep
 %setup -qc
 # for github urls:
-mv *-%{plugin}-*/* .
+mv *-%{plugin}-*/{.??*,*} .
 # for github tags:
 %setup -q -n %{plugin}-%{subver}
 
+# nothing to do with tests
+%{__rm} -r _test
+%{__rm} .travis.yml
+
 %build
 version=$(awk '/^date/{print $2}' plugin.info.txt)
 if [ "$(echo "$version" | tr -d -)" != %{version} ]; then
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/818595929e7b3ddb38398492ac36d3ee4e6988c3



More information about the pld-cvs-commit mailing list