diff options
author | TingPing <tingping@tingping.se> | 2012-10-27 15:15:12 -0300 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-10-27 15:15:12 -0300 |
commit | 646c5a897519dfea4f5626bfce97339830ca4ed6 (patch) | |
tree | e98c1358753c47c6dad67fe60d9ad83897d3b380 /share | |
parent | b15098640252133e61bbab1418f7d4d6c68e48b9 (diff) |
fixed dep in spec
Diffstat (limited to 'share')
-rw-r--r-- | share/misc/hexchat.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/misc/hexchat.spec b/share/misc/hexchat.spec index b4077762..f8a02d52 100644 --- a/share/misc/hexchat.spec +++ b/share/misc/hexchat.spec @@ -8,12 +8,13 @@ URL: http://www.hexchat.org Source: https://github.com/downloads/hexchat/hexchat/hexchat-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl, perl(ExtUtils::Embed), python-devel, tcl-devel, hwdata +BuildRequires: perl, perl(ExtUtils::Embed), python-devel, tcl-devel, pciutils-devel BuildRequires: dbus-devel, dbus-glib-devel BuildRequires: glib2-devel >= 2.10.0, gtk2-devel >= 2.10.0, bison >= 1.35 BuildRequires: libtool, autoconf, gettext-devel, pkgconfig BuildRequires: libproxy-devel, libsexy-devel, libnotify-devel, openssl-devel BuildRequires: desktop-file-utils, hicolor-icon-theme +Requires: hwdata %description HexChat is an easy to use graphical IRC chat client for the X Window System. |