SPECS: gallery-remote.spec - larger memory limit to be able to upl...
glen
glen at pld-linux.org
Mon Jul 2 14:31:01 CEST 2007
Author: glen Date: Mon Jul 2 12:31:01 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- larger memory limit to be able to upload videos
---- Files affected:
SPECS:
gallery-remote.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/gallery-remote.spec
diff -u SPECS/gallery-remote.spec:1.13 SPECS/gallery-remote.spec:1.14
--- SPECS/gallery-remote.spec:1.13 Wed Jun 13 12:08:00 2007
+++ SPECS/gallery-remote.spec Mon Jul 2 14:30:56 2007
@@ -75,7 +75,7 @@
cat <<EOF > $RPM_BUILD_ROOT%{_bindir}/%{name}
#!/bin/sh
cd %{_appdir}
-exec java -cp GalleryRemote.jar com.gallery.GalleryRemote.GalleryRemote
+exec java -Xmx1024m -cp GalleryRemote.jar com.gallery.GalleryRemote.GalleryRemote
EOF
install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
@@ -97,6 +97,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2007/07/02 12:30:56 glen
+- larger memory limit to be able to upload videos
+
Revision 1.13 2007/06/13 10:08:00 glen
- new version. i think
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gallery-remote.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list