SPECS: jython.spec - fix shebang (missing `!' character' - rel. 2
twittner
twittner at pld-linux.org
Sat Aug 9 19:05:50 CEST 2008
Author: twittner Date: Sat Aug 9 17:05:50 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix shebang (missing `!' character'
- rel. 2
---- Files affected:
SPECS:
jython.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/jython.spec
diff -u SPECS/jython.spec:1.30 SPECS/jython.spec:1.31
--- SPECS/jython.spec:1.30 Thu Nov 1 19:50:53 2007
+++ SPECS/jython.spec Sat Aug 9 19:05:45 2008
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Implementacja języka Python w Javie
Name: jython
Version: 2.2.1
-Release: 1
+Release: 2
License: BSD
Group: Development/Languages/Java
Source0: http://dl.sourceforge.net/jython/%{name}_installer-%{version}.jar
@@ -122,7 +122,7 @@
%java -Dpython.home=. -classpath jython.jar "org.python.util.jython" -c "import compileall; compileall.compile_dir(\"$RPM_BUILD_ROOT%{_datadir}/%{name}/Lib\", ddir=\"$RPM_BUILD_ROOT\")"
cat >$RPM_BUILD_ROOT%{_bindir}/%{name} <<'EOF'
-#/bin/sh
+#!/bin/sh
. %{_javadir}-utils/java-functions
set_javacmd
@@ -215,6 +215,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2008/08/09 17:05:45 twittner
+- fix shebang (missing `!' character'
+- rel. 2
+
Revision 1.30 2007/11/01 18:50:53 qboosh
- updated to 2.2.1
- moved modules required by site.py to main package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jython.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list