SPECS: odtransform.spec - fixed jar args order. Now it works with both jar ...
pawelz
pawelz at pld-linux.org
Thu Mar 12 23:34:25 CET 2009
Author: pawelz Date: Thu Mar 12 22:34:25 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed jar args order. Now it works with both jar implementations.
---- Files affected:
SPECS:
odtransform.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SPECS/odtransform.spec
diff -u SPECS/odtransform.spec:1.19 SPECS/odtransform.spec:1.20
--- SPECS/odtransform.spec:1.19 Thu Mar 12 23:09:15 2009
+++ SPECS/odtransform.spec Thu Mar 12 23:34:19 2009
@@ -53,7 +53,7 @@
%jar cf ../../odtransform-%{version}.jar org/clazzes/odtransform/*.class
cd ../resources
%jar uf ../../odtransform-%{version}.jar org/clazzes/odtransform/*.xslt
-%jar -um %{SOURCE3} -f ../../odtransform-%{version}.jar
+%jar -umf %{SOURCE3} ../../odtransform-%{version}.jar
%install
rm -rf $RPM_BUILD_ROOT
@@ -83,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2009/03/12 22:34:19 pawelz
+- fixed jar args order. Now it works with both jar implementations.
+
Revision 1.19 2009/03/12 22:09:15 pawelz
- removed TODO (done a long time ago)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/odtransform.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list