aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-18 07:21:30 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-18 07:21:30 +0000
commit516c93c5e31a9c22a93b04f09a75ab50ba2e144b (patch)
tree5e9c57a8dda17d4b4c59b01bea2c0c84a0c28fc8 /packaging
parent322f2031f9f1e6735e1b2e231a16db501ba65ce4 (diff)
From Craig Rodrigues: changes to handle current versions of RPM, which
compress man pages. svn path=/trunk/; revision=3567
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/ethereal.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/rpm/ethereal.spec.in b/packaging/rpm/ethereal.spec.in
index fd590b2ced..3b4f85cf21 100644
--- a/packaging/rpm/ethereal.spec.in
+++ b/packaging/rpm/ethereal.spec.in
@@ -48,11 +48,11 @@ rm -rf $RPM_BUILD_ROOT
%doc README.bsd
%config /etc/manuf
/usr/X11R6/bin/ethereal
-/usr/X11R6/man/man1/ethereal.1
+/usr/X11R6/man/man1/ethereal.1.gz
/usr/bin/tethereal
/usr/bin/editcap
-/usr/man/man1/tethereal.1
-/usr/man/man1/editcap.1
+/usr/man/man1/tethereal.1.gz
+/usr/man/man1/editcap.1.gz
%changelog
* Tue Aug 24 1999 Gilbert Ramirez