packages: dokuwiki-plugin-blog/dokuwiki-plugin-blog.spec - update version c...
glen
glen at pld-linux.org
Thu Mar 18 18:16:54 CET 2010
Author: glen Date: Thu Mar 18 17:16:54 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- update version check
---- Files affected:
packages/dokuwiki-plugin-blog:
dokuwiki-plugin-blog.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/dokuwiki-plugin-blog/dokuwiki-plugin-blog.spec
diff -u packages/dokuwiki-plugin-blog/dokuwiki-plugin-blog.spec:1.4 packages/dokuwiki-plugin-blog/dokuwiki-plugin-blog.spec:1.5
--- packages/dokuwiki-plugin-blog/dokuwiki-plugin-blog.spec:1.4 Tue Apr 7 16:57:50 2009
+++ packages/dokuwiki-plugin-blog/dokuwiki-plugin-blog.spec Thu Mar 18 18:16:49 2010
@@ -25,8 +25,9 @@
%prep
%setup -q -n %{plugin}
-if [ $(cat VERSION | tr -d -) != %{version} ]; then
- : %%{version} mismatch, should be: $(cat VERSION | tr -d -)
+version=$(cat VERSION)
+if [ "$(echo "$version" | tr -d -)" != %{version} ]; then
+ : %%{version} mismatch
exit 1
fi
@@ -65,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/03/18 17:16:49 glen
+- update version check
+
Revision 1.4 2009/04/07 14:57:50 glen
- 20080505 is first compatible version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki-plugin-blog/dokuwiki-plugin-blog.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list