SPECS: josm.spec - Version: 1529 - command-line parameter passing fixed in ...

jajcus jajcus at pld-linux.org
Wed Apr 22 10:08:06 CEST 2009


Author: jajcus                       Date: Wed Apr 22 08:08:06 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Version: 1529
- command-line parameter passing fixed in the josm script

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

---- Diffs:

================================================================
Index: SPECS/josm.spec
diff -u SPECS/josm.spec:1.4 SPECS/josm.spec:1.5
--- SPECS/josm.spec:1.4	Thu Apr 16 10:26:35 2009
+++ SPECS/josm.spec	Wed Apr 22 10:08:01 2009
@@ -5,14 +5,14 @@
 Summary:	Java OpenStreetMap Editor
 Summary(pl.UTF-8):	Edytor OpenStreetMap w Javie
 Name:		josm
-Version:	1526
+Version:	1529
 Release:	1
 License:	GPL v2+
 Group:		Applications
 # this should be the 'tested' snapshot, available also at
 # http://josm.openstreetmap.de/josm-tested.jar
 Source0:	http://josm.openstreetmap.de/download/%{name}-snapshot-%{version}.jar
-# Source0-md5:	09e4a024dbf5c19cc69e299d65ffcd30
+# Source0-md5:	178998ea38ac6e25253b3aea5115755e
 URL:		http://josm.openstreetmap.de/
 BuildRequires:	rpm-javaprov
 Requires:	jre-X11 >= 1.5
@@ -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,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/04/22 08:08:01  jajcus
+- Version: 1529
+- command-line parameter passing fixed in the josm script
+
 Revision 1.4  2009/04/16 08:26:35  jajcus
 - pass command line arguments to java invokation
 
================================================================

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



More information about the pld-cvs-commit mailing list