aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-01 22:39:34 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-01 22:39:34 +0000
commitcafe878cd7991d0e5023722f72e1f1aa15d865df (patch)
tree5bf816e81d6b08dfb265cc94a311d7cfec9a6cbb /packaging
parent89530865b8dd001a4c0ed6e5b2e0a92360b490f4 (diff)
Include shared libs if they exist
svn path=/trunk/; revision=10272
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/SPECS/ethereal.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/rpm/SPECS/ethereal.spec.in b/packaging/rpm/SPECS/ethereal.spec.in
index d8b06a69f7..ce23d507d2 100644
--- a/packaging/rpm/SPECS/ethereal.spec.in
+++ b/packaging/rpm/SPECS/ethereal.spec.in
@@ -60,11 +60,16 @@ rm -rf $RPM_BUILD_ROOT
/usr/X11R6/bin/ethereal
/usr/X11R6/man/man1/ethereal.1.gz
/usr/bin/tethereal
+/usr/lib/libwiretap.so*
+/usr/lib/libethereal.so*
/usr/bin/editcap
/usr/man/man1/tethereal.1.gz
/usr/man/man1/editcap.1.gz
%changelog
+* Sat Feb 07 2004 Joerg Mayer
+- in case there are shared libs: include them
+
* Tue Aug 24 1999 Gilbert Ramirez
- changed to ethereal.spec.in so that 'configure' can update
the version automatically