rpms/jaxodraw/devel jaxodraw.spec,1.4,1.5

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Jun 9 11:34:13 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/jaxodraw/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20730

Modified Files:
	jaxodraw.spec 
Log Message:
Respect command line arguments.


Index: jaxodraw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jaxodraw/devel/jaxodraw.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- jaxodraw.spec	31 May 2010 12:20:47 -0000	1.4
+++ jaxodraw.spec	9 Jun 2010 11:34:12 -0000	1.5
@@ -73,7 +73,7 @@ done
 # Invocation script
 cat >> %{name} << EOF
 #!/bin/sh
-java -jar %{_javadir}/%{name}.jar
+java -jar %{_javadir}/%{name}.jar $@
 EOF
 
 %build
@@ -126,6 +126,9 @@ rm -rf %{buildroot}
 %{_datadir}/texmf/tex/latex/axodraw4j/
 
 %changelog
+* Wed Jun 09 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.0.1-7
+- Respect command line arguments in shell wrapper.
+
 * Mon May 31 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.0.1-6
 - Switch to using official installer tarball instead of files grabbed from svn.
 



More information about the scm-commits mailing list