SPECS: shrinksafe.spec - don't force -c option
glen
glen at pld-linux.org
Fri Aug 17 16:35:53 CEST 2007
Author: glen Date: Fri Aug 17 14:35:53 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't force -c option
---- Files affected:
SPECS:
shrinksafe.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/shrinksafe.spec
diff -u SPECS/shrinksafe.spec:1.2 SPECS/shrinksafe.spec:1.3
--- SPECS/shrinksafe.spec:1.2 Fri Aug 17 13:57:27 2007
+++ SPECS/shrinksafe.spec Fri Aug 17 16:35:48 2007
@@ -2,7 +2,7 @@
Summary: Dojo toolkit's JavaScript compressor
Name: shrinksafe
Version: 0
-Release: 0.1
+Release: 0.2
License: AFL 2.1 or BSD
Group: Applications
Source0: http://svn.dojotoolkit.org/dojo/trunk/buildscripts/lib/custom_rhino.jar
@@ -21,7 +21,7 @@
%setup -qcT
cat <<'EOF' >> %{name}
#!/bin/sh
-exec java -jar %{_javadir}/%{name}_rhino.jar -c "$@"
+exec java -jar %{_javadir}/%{name}_rhino.jar "$@"
EOF
%install
@@ -44,6 +44,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/08/17 14:35:48 glen
+- don't force -c option
+
Revision 1.2 2007/08/17 11:57:27 glen
- main goal is to compress
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/shrinksafe.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list