summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunge <runge>2005-02-07 02:39:08 +0000
committerrunge <runge>2005-02-07 02:39:08 +0000
commitb04336f947921e444daa5d922d9f07f2553fac98 (patch)
tree9afa7f88e0fb3a64534dcaa8b87df208572e7353
parentd977fc5fa523c719f62549709d5302cecfbcd68e (diff)
downloadlibtdevnc-b04336f9.tar.gz
libtdevnc-b04336f9.zip
prepare_x11vnc_dist.sh: few tweaks for next release
-rw-r--r--ChangeLog1
-rw-r--r--prepare_x11vnc_dist.sh10
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c6aef2..ff581ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* configure.ac: add /usr/sfw on Solaris when XFIXES, add
--with-jpeg=DIR --with-zlib=DIR, workaround bug when
--without-jpeg was supplied.
+ * prepare_x11vnc_dist.sh: few tweaks for next release
2005-02-05 Karl Runge <runge@karlrunge.com>
* x11vnc: -solid color, -opts/-?
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh
index a2e7bbf..c2e9735 100644
--- a/prepare_x11vnc_dist.sh
+++ b/prepare_x11vnc_dist.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-VERSION="0.7pre"
+VERSION="0.7.1pre"
cd "$(dirname "$0")"
@@ -15,13 +15,17 @@ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \
mv Makefile.am Makefile.am.LibVNCServer
+echo "EXTRA_DIST=tightvnc-1.3dev5-vncviewer-alpha-cursor.patch README.LibVNCServer" > Makefile.am
cat Makefile.am.LibVNCServer | \
sed -e "s/^SUBDIRS.*$/SUBDIRS=libvncserver x11vnc classes/" \
-e "s/^DIST_SUBDIRS.*$/DIST_SUBDIRS=libvncserver x11vnc classes/" \
-e "/all: make_config_executable/,\$d" \
-e "/^.*bin_SCRIPTS.*$/d" \
-e "s/include_/noinst_/" \
-> Makefile.am
+>> Makefile.am
+
+mv README README.LibVNCServer
+cp x11vnc/README ./README
cat LibVNCServer.spec.in | \
sed -e "s/Johannes.Schindelin@gmx.de/runge@karlrunge.com/gi" \
@@ -60,7 +64,7 @@ sed -e "s/^\(_PKG.*\)\$PACKAGE\(.*\)$/\1LibVNCServer\2/" \
> acinclude.m4
make x11vnc-${VERSION}.tar.gz
-for f in configure.ac Makefile.am libvncserver/Makefile.am classes/Makefile.am acinclude.m4; do
+for f in configure.ac Makefile.am libvncserver/Makefile.am classes/Makefile.am acinclude.m4 README; do
mv -f $f.LibVNCServer $f
done