SPECS: tkhtml.spec - take full out of the browser
glen
glen at pld-linux.org
Mon Nov 27 02:23:47 CET 2006
Author: glen Date: Mon Nov 27 01:23:47 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- take full out of the browser
---- Files affected:
SPECS:
tkhtml.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/tkhtml.spec
diff -u SPECS/tkhtml.spec:1.2 SPECS/tkhtml.spec:1.3
--- SPECS/tkhtml.spec:1.2 Mon Nov 27 02:14:56 2006
+++ SPECS/tkhtml.spec Mon Nov 27 02:23:42 2006
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%define _rel 0.2
+%define _rel 0.4
Summary: tkhtml
Name: tkhtml
Version: 3.0
@@ -25,6 +25,9 @@
URL: http://tkhtml.tcl.tk/hv3.html
Requires: %{name} = %{version}-%{release}
Requires: /usr/bin/wish
+Requires: tcl-sqlite3
+Requires: tcl-tls
+Requires: tk-Img
%description -n hv3
Html Viewer 3 (hv3) is a minimalist web browser that uses Tkhtml.
@@ -61,7 +64,7 @@
cp -a hv/index.html $RPM_BUILD_ROOT%{_datadir}/hv3
cat <<'EOF' > $RPM_BUILD_ROOT%{_bindir}/hv3
#!/bin/sh
-exec %{_bindir}/wish %{_datadir}/hv3/hv3_main.tcl
+exec %{_bindir}/wish %{_datadir}/hv3/hv3_main.tcl -statefile ${HOME}/.hv3.db ${1:+"$@"}
EOF
%clean
@@ -87,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/11/27 01:23:42 glen
+- take full out of the browser
+
Revision 1.2 2006/11/27 01:14:56 glen
- install also default homepage
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tkhtml.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list