From a93f4f8515b39e6e4d66b44e3dc420092fc79f34 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 12 Dec 2001 08:00:35 +0000 Subject: Add the Diameter dictionary stuff to the list of installed files. Also mark those files as configuration files; "dictionary.xml" should definitely be one, as it could be modified by the administrator if other XML dictionary files are added to the list at the end, and the other ones might be modified if there are any protocol changes. svn path=/trunk/; revision=4389 --- packaging/rpm/ethereal.spec.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'packaging/rpm') diff --git a/packaging/rpm/ethereal.spec.in b/packaging/rpm/ethereal.spec.in index 3b4f85cf21..4524497eb6 100644 --- a/packaging/rpm/ethereal.spec.in +++ b/packaging/rpm/ethereal.spec.in @@ -36,6 +36,11 @@ 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 +cp dictionary.dtd $RPM_BUILD_ROOT/etc +cp dictionary.xml $RPM_BUILD_ROOT/etc +cp mobileipv4.xml $RPM_BUILD_ROOT/etc +cp nasreq.xml $RPM_BUILD_ROOT/etc +cp sunping.xml $RPM_BUILD_ROOT/etc %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT %doc README.aix README.irix README.tru64 README.win32 %doc README.bsd %config /etc/manuf +%config /etc/dictionary.dtd +%config /etc/dictionary.xml +%config /etc/mobileipv4.xml +%config /etc/nasreq.xml +%config /etc/sunping.xml /usr/X11R6/bin/ethereal /usr/X11R6/man/man1/ethereal.1.gz /usr/bin/tethereal -- cgit v1.2.3