]> git.pld-linux.org Git - packages/dokuwiki-plugin-tag.git/commitdiff
- version check auto/ti/dokuwiki-plugin-tag-20080707-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Aug 2008 10:39:53 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-plugin-tag.spec -> 1.2

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.147833 seconds and 4 git commands to generate.