aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-07-20 19:55:01 +0000
committerJörg Mayer <jmayer@loplof.de>2004-07-20 19:55:01 +0000
commitdacfa8f1a4db01e769ceaad4f3dbffc2585650bf (patch)
treeaa262f44f3e980bb632a67b84d1828b3a8d408b8 /packaging/rpm
parentbb7d93130330cfd0dc1a33d40437d6923972ce37 (diff)
Make building rpms possible again. Feedback for improvements welcome.
svn path=/trunk/; revision=11446
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