aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-24 17:18:35 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-24 17:18:35 +0000
commitdcc1cbe7eb3fb8369a5f5eb9d715d52ca3601f7c (patch)
tree8f87714135e4cd1413ea582f3c45d74f11ac403d
parente1bd4fd73f3abecd66396f8f14a385b8fe519f31 (diff)
Changed spec file for producing RPMs to ethereal.spec.in so that
'configure' can update the version automatically. That way we don't have to update the spec file every time the version of ethereal changes. svn path=/trunk/; revision=563
-rw-r--r--configure.in4
-rw-r--r--ethereal.spec.in (renamed from ethereal.spec)6
2 files changed, 7 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index f34764e6d4..1e890ee950 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.38 1999/08/11 16:42:51 gram Exp $
+# $Id: configure.in,v 1.39 1999/08/24 17:18:34 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
@@ -152,5 +152,5 @@ AC_SUBST(SUBDIRS)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SUBDIRS(wiretap)
-AC_OUTPUT(Makefile doc/Makefile doc/dfilter2pod,
+AC_OUTPUT(Makefile ethereal.spec doc/Makefile doc/dfilter2pod,
[chmod +x doc/dfilter2pod])
diff --git a/ethereal.spec b/ethereal.spec.in
index 7d655cc861..cd785d876c 100644
--- a/ethereal.spec
+++ b/ethereal.spec.in
@@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
-%define ver 0.7.2
+%define ver @VERSION@
%define rel 1
%define prefix /usr/X11R6
@@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/X11R6/man/man1/ethereal.1
%changelog
+* Tue Aug 24 1999 Gilbert Ramirez
+- changed to ethereal.spec.in so that 'configure' can update
+ the version automatically
+
* Tue Aug 03 1999 Gilbert Ramirez <gram@xiexie.org>
- updated to 0.7.0 and changed gtk+ requirement