- update to 0.99.5 prerelease, spec file tuneup
This commit is contained in:
parent
258f8af1e3
commit
54b7d12e29
@ -1 +1 @@
|
|||||||
wireshark-0.99.4.tar.gz
|
wireshark-0.99.5-SVN-20123.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
2556a31d0d770dd1990bd67b98bd2f9b wireshark-0.99.4.tar.gz
|
df793c9f1df06d40491d28b9d56b3d75 wireshark-0.99.5-SVN-20123.tar.gz
|
||||||
|
@ -1,14 +1,18 @@
|
|||||||
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
%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
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 0.99.4
|
Version: 0.99.4
|
||||||
Release: 5%{?dist}
|
Release: 0.pre1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
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}.tar.gz
|
||||||
#Source0: http://www.wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
|
%endif
|
||||||
Source1: wireshark.pam
|
Source1: wireshark.pam
|
||||||
Source2: wireshark.console
|
Source2: wireshark.console
|
||||||
Source3: wireshark.desktop
|
Source3: wireshark.desktop
|
||||||
@ -56,8 +60,11 @@ Contains wireshark for Gnome 2 and desktop integration file
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%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}
|
%setup -q -n %{name}-%{version}
|
||||||
|
%endif
|
||||||
%patch1 -p1 -b .pie
|
%patch1 -p1 -b .pie
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
|
||||||
@ -177,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
|
||||||
- rebuild for python 2.5
|
- rebuild for python 2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user