Update RPM builds.

svn path=/trunk/; revision=15165
This commit is contained in:
Gerald Combs 2005-08-01 18:04:37 +00:00
parent dce40ad176
commit 40101cf2b1
2 changed files with 20 additions and 4 deletions

View File

@ -797,6 +797,7 @@ rpm-package: dist
mkdir -p BUILD RPMS SOURCES ; \ mkdir -p BUILD RPMS SOURCES ; \
cd SOURCES ; \ cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \ ln -s ../../../$(distdir).tar.gz ; \
ln -s ../../../image/elogo3d64x64.png ethereal.png ; \
cd .. ; \ cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/ethereal.spec && \ rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/ethereal.spec && \
echo "Package successfully built in `pwd`/RPMS." ; \ echo "Package successfully built in `pwd`/RPMS." ; \
@ -809,6 +810,7 @@ srpm-package: dist
mkdir -p BUILD SRPMS SOURCES ; \ mkdir -p BUILD SRPMS SOURCES ; \
cd SOURCES ; \ cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \ ln -s ../../../$(distdir).tar.gz ; \
ln -s ../../../image/elogo3d64x64.png ethereal.png ; \
cd .. ; \ cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/ethereal.spec && \ rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/ethereal.spec && \
echo "Package successfully built in `pwd`/SRPMS." ; \ echo "Package successfully built in `pwd`/SRPMS." ; \

View File

@ -3,21 +3,28 @@
%define rel 1 %define rel 1
%define prefix /usr %define prefix /usr
Summary: Network traffic analyzer Summary: Network protocol analyzer
Name: ethereal Name: ethereal
Version: %ver Version: %ver
Release: %rel Release: %rel
License: GPL License: GPL
Group: Networking/Utilities 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/ URL: http://www.ethereal.com/
BuildRoot: /tmp/ethereal-%{PACKAGE_VERSION}-root BuildRoot: /tmp/ethereal-%{PACKAGE_VERSION}-root
Packager: FastJack <fastjack@i-s-o.net> Packager: Gerald Combs <gerald[AT]ethereal.com>
Requires: gtk2 Requires: gtk2
Requires: libpcap openssl Requires: libpcap openssl
%description %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 %prep
%setup %setup
@ -46,6 +53,13 @@ rm -rf $RPM_BUILD_ROOT
%prefix/man/*/* %prefix/man/*/*
%changelog %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 * Thu Oct 28 2004 Joerg Mayer
- Add openssl requirement (heimdal and net-snmp are still automatic) - Add openssl requirement (heimdal and net-snmp are still automatic)