From 65bb85b9cb066ccbfe3c4b6b33b113e2a60e0abb Mon Sep 17 00:00:00 2001
From: dscho <dscho>
Date: Mon, 22 Aug 2005 07:23:15 +0000
Subject: for x11vnc standalone package, adaptions were needed after changing
 LibVNCServer.spec.in

---
 prepare_x11vnc_dist.sh | 4 ++--
 1 file 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.\
-- 
cgit v1.2.3

