diff options
author | dscho <dscho> | 2005-08-22 07:23:15 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-08-22 07:23:15 +0000 |
commit | 65bb85b9cb066ccbfe3c4b6b33b113e2a60e0abb (patch) | |
tree | bb766dc622e5073c823cb0109c27a66518ecaf6c | |
parent | df4cd3d3f6cee8a117648cdbc5ec6a9f6158d037 (diff) | |
download | libtdevnc-65bb85b9cb066ccbfe3c4b6b33b113e2a60e0abb.tar.gz libtdevnc-65bb85b9cb066ccbfe3c4b6b33b113e2a60e0abb.zip |
for x11vnc standalone package, adaptions were needed after changing LibVNCServer.spec.in
-rw-r--r-- | prepare_x11vnc_dist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh index d88b123..85c27b0 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -32,8 +32,8 @@ cat LibVNCServer.spec.in | \ sed -e "s/Johannes.Schindelin@gmx.de/runge@karlrunge.com/gi" \ -e "s/Johannes.Schindelin/Karl Runge/g" \ -e "s/a library to make writing a vnc server easy/a VNC server for the current X11 session/" \ - -e "/%description/,/%prep/d" \ - -e '/%setup/s/^\(.*\)$/%description\ + -e "/^%description$/,/%description devel$/d" \ + -e '/^Static libraries.*$/%description\ x11vnc is to Xwindows what WinVNC is to Windows, i.e. a server\ which serves the current Xwindows desktop via RFB (VNC) protocol\ to the user.\ |