aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-20 19:55:01 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-20 19:55:01 +0000
commit1e1fab36091a0d84a8d66d7844876d8ac0c412e8 (patch)
treeaa262f44f3e980bb632a67b84d1828b3a8d408b8 /packaging/rpm
parenta727dad8073a482b3c998aeebc0cf90c2ee6543f (diff)
Make building rpms possible again. Feedback for improvements welcome.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11446 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/ethereal.spec.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/rpm/SPECS/ethereal.spec.in b/packaging/rpm/SPECS/ethereal.spec.in
index 67ad3921b9..64dba345fe 100644
--- a/packaging/rpm/SPECS/ethereal.spec.in
+++ b/packaging/rpm/SPECS/ethereal.spec.in
@@ -37,15 +37,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README*
-%config /etc/*
%prefix/X11R6/bin/*
%prefix/X11R6/man/*/*
%prefix/bin/*
%prefix/lib/*
+%prefix/share/ethereal/*
+%prefix/share/ethereal/*/*
%prefix/man/*/*
%changelog
-* Sun Jul 17 2004 Joerg Mayer
+* Tue Jul 20 2004 Joerg Mayer
- Redo install and files section to actually work with normal bulids
* Sat Feb 07 2004 Joerg Mayer