]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
dokuwiki: drop non-common usecases
authorElan Ruusamäe <glen@delfi.ee>
Fri, 20 May 2016 05:15:39 +0000 (08:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 20 May 2016 05:15:39 +0000 (08:15 +0300)
dokuwiki-plugin.spec

index 81ffe367e0ef29b0a710edcfb533c4d9df33682c..6daaa6beb3f49f10e90a434ef44a915b835b131b 100644 (file)
@@ -47,15 +47,11 @@ Wtyczka dla DokuWiki
 %setup -qc
 # for github urls:
 mv *-%{plugin}-*/* .
-# for other zip files:
-mv %{plugin}/* .
 # for github tags:
 %setup -q -n %{plugin}-%{subver}
 
 %build
 version=$(awk '/^date/{print $2}' plugin.info.txt)
-version=$(cat VERSION)
-version=$(awk -F"'" '/date/&&/=>/{print $4}' syntax.php)
 if [ "$(echo "$version" | tr -d -)" != %{version} ]; then
        : %%{version} mismatch
        exit 1
This page took 0.095078 seconds and 4 git commands to generate.