diff options
author | Gerald Combs <gerald@wireshark.org> | 2005-08-01 18:04:37 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2005-08-01 18:04:37 +0000 |
commit | 40101cf2b13d642895cc21bcff28c22eb0e4d7d7 (patch) | |
tree | d6f7b2dd8b848b71205a74f49e75f8758cf4ce8a /packaging/rpm | |
parent | dce40ad1768ea64ac5f62c77fdd7a7def0bf2a3c (diff) | |
download | wireshark-40101cf2b13d642895cc21bcff28c22eb0e4d7d7.tar.gz wireshark-40101cf2b13d642895cc21bcff28c22eb0e4d7d7.tar.bz2 wireshark-40101cf2b13d642895cc21bcff28c22eb0e4d7d7.zip |
Update RPM builds.
svn path=/trunk/; revision=15165
Diffstat (limited to 'packaging/rpm')
-rw-r--r-- | packaging/rpm/SPECS/ethereal.spec.in | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/packaging/rpm/SPECS/ethereal.spec.in b/packaging/rpm/SPECS/ethereal.spec.in index 5ac51c14e4..25fca21d3b 100644 --- a/packaging/rpm/SPECS/ethereal.spec.in +++ b/packaging/rpm/SPECS/ethereal.spec.in @@ -3,21 +3,28 @@ %define rel 1 %define prefix /usr -Summary: Network traffic analyzer +Summary: Network protocol analyzer Name: ethereal Version: %ver Release: %rel License: GPL Group: Networking/Utilities -Source: ethereal-%{PACKAGE_VERSION}.tar.gz +Source: http://ethereal.com/distribution/all-versions/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +Source2: %{name}.png URL: http://www.ethereal.com/ BuildRoot: /tmp/ethereal-%{PACKAGE_VERSION}-root -Packager: FastJack <fastjack@i-s-o.net> +Packager: Gerald Combs <gerald[AT]ethereal.com> Requires: gtk2 Requires: libpcap openssl %description -Ethereal is a network traffic analyzer for Unix-ish operating systems. +Ethereal is a free network protocol analyzer for Unix and Windows. It +allows you to examine data from a live network or from a capture file +on disk. You can interactively browse the capture data, viewing summary +and detail information for each packet. Ethereal has several powerful +features, including a rich display filter language and the ability to +view the reconstructed stream of a TCP session. %prep %setup @@ -46,6 +53,13 @@ rm -rf $RPM_BUILD_ROOT %prefix/man/*/* %changelog +* Mon Aug 01 2005 Gerald Combs +- Add a desktop file and icon for future use + +- Take over the role of packager + +- Update descriptions and source locations + * Thu Oct 28 2004 Joerg Mayer - Add openssl requirement (heimdal and net-snmp are still automatic) |