SPECS: josm.spec - pass command line arguments to java invokation

jajcus jajcus at pld-linux.org
Thu Apr 16 10:26:40 CEST 2009


Author: jajcus                       Date: Thu Apr 16 08:26:40 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass command line arguments to java invokation

---- Files affected:
SPECS:
   josm.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/josm.spec
diff -u SPECS/josm.spec:1.3 SPECS/josm.spec:1.4
--- SPECS/josm.spec:1.3	Tue Apr 14 13:14:15 2009
+++ SPECS/josm.spec	Thu Apr 16 10:26:35 2009
@@ -31,7 +31,7 @@
 cat >josm <<EOF
 #!/bin/sh
 
-exec java -jar %{_datadir}/%{name}/%{name}-snapshot-%{version}.jar
+exec java -jar %{_datadir}/%{name}/%{name}-snapshot-%{version}.jar "$@"
 EOF
 
 %install
@@ -54,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/04/16 08:26:35  jajcus
+- pass command line arguments to java invokation
+
 Revision 1.3  2009/04/14 11:14:15  jajcus
 - Version: 1526 (current 'stable' release)
 
================================================================

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



More information about the pld-cvs-commit mailing list