From ffc71045cdd726d0b720ec4b6ce91c8db31929ce Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 9 Sep 2002 09:36:23 +0000 Subject: [PATCH] Using idzebra instread of zebra in filenames/directories --- CHANGELOG | 7 ++++++- configure.in | 4 ++-- debian/changelog | 4 ++-- debian/control | 2 +- debian/rules | 4 ++-- win/zebra.nsi | 4 ++-- zebra.spec | 8 ++++---- 7 files changed, 19 insertions(+), 14 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a643d7a..68ed17f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ ---- 1.3.2 2002/09/06 +--- 1.3.2 2002/09/09 + +When name zebra is used in a filename or directory 'idzebra' is used +instead to avoid confusion with GNU zebra (routing software). + +Zebra server stops with a fatal error if config file cannot be read. New config setting, followLinks, that controls whether update of files should follow symbolic. Set it to 1 (for enable) or 0 (to disable). diff --git a/configure.in b/configure.in index ff0e2be..50e51ce 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.46 2002-09-05 14:36:20 adam Exp $ +dnl $Id: configure.in,v 1.47 2002-09-09 09:36:24 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(zebra,1.3.2) +AM_INIT_AUTOMAKE(idzebra,1.3.2) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/debian/changelog b/debian/changelog index fee0aea..11a8ebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -zebra (1.3.2-1) unstable; urgency=low +idzebra (1.3.2-1) unstable; urgency=low * Second debian package - -- Adam Dickmeiss Wed, 6 Sep 2002 15:04:51 +0100 + -- Adam Dickmeiss Wed, 9 Sep 2002 11:23:51 +0100 zebra (1.3.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 25ce87e..e785060 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: zebra +Source: idzebra Standards-Version: 2.5.0.0 Maintainer: Adam Dickmeiss Priority: extra diff --git a/debian/rules b/debian/rules index dab6e80..b845859 100755 --- a/debian/rules +++ b/debian/rules @@ -91,7 +91,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_movefiles -p idzebra usr/share/zebra usr/bin + dh_movefiles -p idzebra usr/share/idzebra usr/bin cp LICENSE.zebra debian/copyright cp CHANGELOG changelog @@ -117,7 +117,7 @@ binary-arch: build install -find debian/tmp -type d -name CVS | xargs rm -rf # For some reason it is necessary to remove empty-dirs in doc -rm -rf debian/tmp/usr/include debian/tmp/usr/share/aclocal debian/tmp/usr/lib debian/tmp/usr/bin \ - debian/tmp/usr/share/zebra + debian/tmp/usr/share/idzebra dh_builddeb -p idzebra diff --git a/win/zebra.nsi b/win/zebra.nsi index bdbaeac..3382ce1 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,10 +1,10 @@ -; $Id: zebra.nsi,v 1.3 2002-09-06 19:55:25 adam Exp $ +; $Id: zebra.nsi,v 1.4 2002-09-09 09:36:24 adam Exp $ !define VERSION "1.3.2" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup" -OutFile "zebra_${VERSION}.exe" +OutFile "idzebra_${VERSION}.exe" LicenseText "You must read the following license before installing:" LicenseData license.txt diff --git a/zebra.spec b/zebra.spec index 1180a82..0298640 100644 --- a/zebra.spec +++ b/zebra.spec @@ -1,11 +1,11 @@ -Name: zebra +Name: idzebra Version: 1.3.2 Release: 1 Requires: yaz expat bzip2-libs tcl Copyright: GPL Group: Applications/Databases Vendor: Index Data ApS -Source: zebra-%{version}.tar.gz +Source: idzebra-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-root Packager: Adam Dickmeiss URL: http://www.indexdata.dk/zebra/ @@ -35,7 +35,7 @@ cd doc; make prefix=$RPM_BUILD_ROOT/usr install %files %defattr(-,root,root) %doc README LICENSE.zebra CHANGELOG -%config /usr/share/zebra/tab +%config /usr/share/idzebra/tab /usr/bin/zebrasrv /usr/bin/zebraidx -/usr/share/doc/zebra +/usr/share/doc/idzebra -- 1.7.10.4