aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-07 16:33:17 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-07 16:33:17 +0000
commit6484e0c9f72beb8afadf8a889fa185ffc8687038 (patch)
treec2e74116e592aa7c9c68ac3e14d7206cac22dc7a /packaging/rpm
parent11507d00e01ba924b936b3548212bf0a810adc87 (diff)
Perl is required to build Wireshark, add it to BuildRequires.
svn path=/trunk/; revision=47531
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 539ceebbef..7dfece9ed4 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -33,10 +33,13 @@ Source: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
URL: http://www.wireshark.org/
BuildRoot: /tmp/wireshark-%{PACKAGE_VERSION}-root
Packager: Gerald Combs <gerald[AT]wireshark.org>
+# Some distributions create a wireshark-devel package; get rid of it
+Obsoletes: wireshark-devel
BuildRequires: autoconf >= @AC_MIN_VERSION@
BuildRequires: flex, bison
BuildRequires: python
+BuildRequires: perl
BuildRequires: glib2-devel >= @GLIB_MIN_VERSION@
Requires: glib2 >= @GLIB_MIN_VERSION@
@@ -73,9 +76,6 @@ Requires(post): desktop-file-utils
BuildRequires: rpm-build >= 4.7.0
%endif
-# Some distributions create a wireshark-devel package; get rid of it
-Obsoletes: wireshark-devel
-
%package gnome
Summary: Gnome desktop integration for wireshark