- update to 0.99.5 prerelease, spec file tuneup

This commit is contained in:
Radek Vokál 2006-12-12 10:54:43 +00:00
parent 258f8af1e3
commit 54b7d12e29
3 changed files with 16 additions and 6 deletions

View File

@ -1 +1 @@
wireshark-0.99.4.tar.gz
wireshark-0.99.5-SVN-20123.tar.gz

View File

@ -1 +1 @@
2556a31d0d770dd1990bd67b98bd2f9b wireshark-0.99.4.tar.gz
df793c9f1df06d40491d28b9d56b3d75 wireshark-0.99.5-SVN-20123.tar.gz

View File

@ -1,14 +1,18 @@
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
%define svn_version 19669
#define to 0 for final version
%define svn_version 20123
Summary: Network traffic analyzer
Name: wireshark
Version: 0.99.4
Release: 5%{?dist}
Release: 0.pre1%{?dist}
License: GPL
Group: Applications/Internet
%if %{svn_version}
Source0: http://www.wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
%else
Source0: http://www.wireshark.org/download/prerelease/%{name}-%{version}.tar.gz
#Source0: http://www.wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
%endif
Source1: wireshark.pam
Source2: wireshark.console
Source3: wireshark.desktop
@ -56,8 +60,11 @@ Contains wireshark for Gnome 2 and desktop integration file
%prep
#%setup -q -n %{name}-%{version}-SVN-%{svn_version}
%if %{svn_version}
%setup -q -n %{name}-%{version}-SVN-%{svn_version}
%else
%setup -q -n %{name}-%{version}
%endif
%patch1 -p1 -b .pie
%patch3 -p1
@ -177,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Dec 12 2006 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre1
- update to 0.99.5 prerelease
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
- rebuild for python 2.5