]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - dokuwiki-plugin.spec
dokuwiki: cleanup tests
[projects/template-specs.git] / dokuwiki-plugin.spec
index ab31643e88903eb61a783c455d1aa59724a15134..5da369abaf7e9d0372fb13063d1eba64aea0958b 100644 (file)
@@ -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
This page took 0.032447 seconds and 4 git commands to generate.