From 7baf3c17307c0ca5b3e959fb74a0ee7dfcd20654 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 26 Jul 2000 03:39:11 +0000 Subject: Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPM package build targets. Move ethereal.spec(.in) to packaging/rpm. The spec file is different from Henri's. We might want to switch to his for the sake of consistency. svn path=/trunk/; revision=2162 --- packaging/rpm/Makefile.am | 1 + packaging/rpm/Makefile.in | 224 +++++++++++++++++++++++++++++++++++++++++ packaging/rpm/ethereal.spec.in | 73 ++++++++++++++ 3 files changed, 298 insertions(+) create mode 100644 packaging/rpm/Makefile.am create mode 100644 packaging/rpm/Makefile.in create mode 100644 packaging/rpm/ethereal.spec.in (limited to 'packaging/rpm') diff --git a/packaging/rpm/Makefile.am b/packaging/rpm/Makefile.am new file mode 100644 index 0000000000..28b04012e9 --- /dev/null +++ b/packaging/rpm/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = ethereal.spec.in diff --git a/packaging/rpm/Makefile.in b/packaging/rpm/Makefile.in new file mode 100644 index 0000000000..d67ebd8ad0 --- /dev/null +++ b/packaging/rpm/Makefile.in @@ -0,0 +1,224 @@ +# Makefile.in generated automatically by automake 1.4 from Makefile.am + +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ + +top_builddir = ../.. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +transform = @program_transform_name@ + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ +AS = @AS@ +CC = @CC@ +CPP = @CPP@ +DATAFILE_DIR = @DATAFILE_DIR@ +DLLTOOL = @DLLTOOL@ +FLEX_PATH = @FLEX_PATH@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_CONFIG = @GLIB_CONFIG@ +GLIB_LIBS = @GLIB_LIBS@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_CONFIG = @GTK_CONFIG@ +GTK_LIBS = @GTK_LIBS@ +HAVE_PKGMK = @HAVE_PKGMK@ +HAVE_PKGPROTO = @HAVE_PKGPROTO@ +HAVE_PKGTRANS = @HAVE_PKGTRANS@ +HAVE_RPM = @HAVE_RPM@ +HAVE_RPM_PACKAGING = @HAVE_RPM_PACKAGING@ +HAVE_SVR4_PACKAGING = @HAVE_SVR4_PACKAGING@ +INET_ATON_C = @INET_ATON_C@ +INET_ATON_O = @INET_ATON_O@ +INET_NTOP_C = @INET_NTOP_C@ +INET_NTOP_O = @INET_NTOP_O@ +INET_PTON_C = @INET_PTON_C@ +INET_PTON_O = @INET_PTON_O@ +LEX = @LEX@ +LIBTOOL = @LIBTOOL@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ +LN_S = @LN_S@ +MAKEINFO = @MAKEINFO@ +MKSTEMP_C = @MKSTEMP_C@ +MKSTEMP_O = @MKSTEMP_O@ +NSL_LIBS = @NSL_LIBS@ +OBJDUMP = @OBJDUMP@ +PACKAGE = @PACKAGE@ +PCAP_LIBS = @PCAP_LIBS@ +PERL_PATH = @PERL_PATH@ +PLUGIN_DIR = @PLUGIN_DIR@ +RANLIB = @RANLIB@ +SNMP_LIBS = @SNMP_LIBS@ +SNPRINTF_C = @SNPRINTF_C@ +SNPRINTF_O = @SNPRINTF_O@ +SOCKET_LIBS = @SOCKET_LIBS@ +STRCASECMP_C = @STRCASECMP_C@ +STRCASECMP_O = @STRCASECMP_O@ +STRERROR_C = @STRERROR_C@ +STRERROR_O = @STRERROR_O@ +STRNCASECMP_C = @STRNCASECMP_C@ +STRNCASECMP_O = @STRNCASECMP_O@ +VERSION = @VERSION@ +YACC = @YACC@ +ethereal_SUBDIRS = @ethereal_SUBDIRS@ + +EXTRA_DIST = ethereal.spec.in +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../../config.h +CONFIG_CLEAN_FILES = ethereal.spec +DIST_COMMON = Makefile.am Makefile.in ethereal.spec.in + + +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +TAR = gtar +GZIP_ENV = --best +all: all-redirect +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu packaging/rpm/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +ethereal.spec: $(top_builddir)/config.status ethereal.spec.in + cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status +tags: TAGS +TAGS: + + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = packaging/rpm + +distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu packaging/rpm/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: +install-exec: install-exec-am + +install-data-am: +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: +uninstall: uninstall-am +all-am: Makefile +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install +installdirs: + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-generic clean-am + -rm -f libtool + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: tags distdir info-am info dvi-am dvi check check-am \ +installcheck-am installcheck install-exec-am install-exec \ +install-data-am install-data install-am install uninstall-am uninstall \ +all-redirect all-am all installdirs mostlyclean-generic \ +distclean-generic clean-generic maintainer-clean-generic clean \ +mostlyclean distclean maintainer-clean + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/packaging/rpm/ethereal.spec.in b/packaging/rpm/ethereal.spec.in new file mode 100644 index 0000000000..d8c68c03a0 --- /dev/null +++ b/packaging/rpm/ethereal.spec.in @@ -0,0 +1,73 @@ +# Note that this is NOT a relocatable package +%define ver @VERSION@ +%define rel 1 +%define prefix /usr/X11R6 + +Summary: Network traffic analyzer +Name: ethereal +Version: %ver +Release: %rel +Copyright: GPL +Group: Networking/Utilities +Source: ethereal-%{PACKAGE_VERSION}.tar.gz +URL: http://ethereal.zing.org/ +BuildRoot: /tmp/ethereal-%{PACKAGE_VERSION}-root +Packager: FastJack +Requires: gtk+ +Requires: libpcap + +%description +Ethereal is a network traffic analyzer for Unix-ish operating systems. + +%prep +%setup +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --sysconfdir=/etc +make + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/{etc,usr/X11R6/bin,usr/X11R6/man/man1,usr/bin,usr/man/man1} + +# can't use make install here. It would put manuf directly into /etc +cp ethereal $RPM_BUILD_ROOT/usr/X11R6/bin +cp tethereal $RPM_BUILD_ROOT/usr/bin +cp editcap $RPM_BUILD_ROOT/usr/bin +cp ethereal.1 $RPM_BUILD_ROOT/usr/X11R6/man/man1 +cp tethereal.1 $RPM_BUILD_ROOT/usr/man/man1 +cp editcap.1 $RPM_BUILD_ROOT/usr/man/man1 +cp manuf $RPM_BUILD_ROOT/etc + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-, root, root) +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README +%doc README.hpux README.linux README.vmware +%doc README.aix README.irix README.tru64 README.win32 +%doc README.bsd +%config /etc/manuf +/usr/X11R6/bin/ethereal +/usr/X11R6/man/man1/ethereal.1 +/usr/bin/tethereal +/usr/bin/editcap +/usr/man/man1/tethereal.1 +/usr/man/man1/editcap.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 +- updated to 0.7.0 and changed gtk+ requirement + +* Sun Jan 01 1999 Gerald Combs +- updated to 0.5.1 + +* Fri Nov 20 1998 FastJack +- updated to 0.5.0 + +* Sun Nov 15 1998 FastJack +- created .spec file + -- cgit v1.2.3