packages: ekg2/ekg2.spec - svn export instead of checkout in %prep if with svn
pawelz
pawelz at pld-linux.org
Mon Aug 16 23:34:02 CEST 2010
Author: pawelz Date: Mon Aug 16 21:34:02 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- svn export instead of checkout in %prep if with svn
---- Files affected:
packages/ekg2:
ekg2.spec (1.122 -> 1.123)
---- Diffs:
================================================================
Index: packages/ekg2/ekg2.spec
diff -u packages/ekg2/ekg2.spec:1.122 packages/ekg2/ekg2.spec:1.123
--- packages/ekg2/ekg2.spec:1.122 Mon Aug 16 23:02:10 2010
+++ packages/ekg2/ekg2.spec Mon Aug 16 23:33:53 2010
@@ -344,7 +344,7 @@
%else
%setup -qcT
cd ..
-svn -q co http://toxygen.net/svn/ekg2/trunk %{name}-%{version}
+svn -q export http://toxygen.net/svn/ekg2/trunk %{name}-%{version}
cd -
%endif
@@ -556,6 +556,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.123 2010/08/16 21:33:53 pawelz
+- svn export instead of checkout in %prep if with svn
+
Revision 1.122 2010/08/16 21:02:10 pawelz
- remove .svn dirs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ekg2/ekg2.spec?r1=1.122&r2=1.123&f=u
More information about the pld-cvs-commit
mailing list