]> git.pld-linux.org Git - packages/dokuwiki-plugin-tag.git/blobdiff - dokuwiki-plugin-tag.spec
- version check
[packages/dokuwiki-plugin-tag.git] / dokuwiki-plugin-tag.spec
index adc81ef4715c93db5c161e57318230f420e08484..975e910b3200ac8716536cc8b01124abeaf1e066 100644 (file)
@@ -23,6 +23,10 @@ specified in the configuration.
 
 %prep
 %setup -q -n %{plugin}
+if [ $(cat VERSION | tr -d -) != %{version} ]; then
+       : %%{version} mismatch, should be: $(cat VERSION | tr -d -)
+       exit 1
+fi
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.073773 seconds and 4 git commands to generate.