SPECS: template-dokuwiki-plugin.spec - updated

glen glen at pld-linux.org
Tue Apr 7 16:55:59 CEST 2009


Author: glen                         Date: Tue Apr  7 14:55:59 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated

---- Files affected:
SPECS:
   template-dokuwiki-plugin.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/template-dokuwiki-plugin.spec
diff -u SPECS/template-dokuwiki-plugin.spec:1.4 SPECS/template-dokuwiki-plugin.spec:1.5
--- SPECS/template-dokuwiki-plugin.spec:1.4	Wed Jan 28 15:23:25 2009
+++ SPECS/template-dokuwiki-plugin.spec	Tue Apr  7 16:55:53 2009
@@ -27,12 +27,17 @@
 
 %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
 install -d $RPM_BUILD_ROOT%{plugindir}
 cp -a . $RPM_BUILD_ROOT%{plugindir}
 rm -f $RPM_BUILD_ROOT%{plugindir}/{CREDITS,changelog}
+rm -f $RPM_BUILD_ROOT%{plugindir}/{COPYING,README,VERSION}
 
 # find locales
 sh %{SOURCE1} %{name}.lang
@@ -61,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/04/07 14:55:53  glen
+- updated
+
 Revision 1.4  2009/01/28 14:23:25  glen
 - refresh cache for plugins install does't hurt
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-dokuwiki-plugin.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list