aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-01 22:39:34 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-01 22:39:34 +0000
commit8a2158c5672f2777ebc10fdd84acb407769574fd (patch)
tree5bf816e81d6b08dfb265cc94a311d7cfec9a6cbb /packaging
parent680966e5835f096ae5c6464583b8d424575bd3c1 (diff)
Include shared libs if they exist
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10272 f5534014-38df-0310-8fa8-9805f1628bb7
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