diff options
author | James Booth <boothj5@gmail.com> | 2014-03-28 22:12:32 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-03-28 22:12:32 +0000 |
commit | bf0fdc4d762622163a957f4261130becf86fc051 (patch) | |
tree | 734ae1f582c1777f6ff93b2c41ead15c7156d5b3 | |
parent | 9db02541e4af8cbb046c8d894d0147c9f7d13e0e (diff) | |
download | profani-tty-bf0fdc4d762622163a957f4261130becf86fc051.tar.gz |
Updated profanity.spec
-rw-r--r-- | profanity.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profanity.spec b/profanity.spec index 0c1a60e3..c4512f3e 100644 --- a/profanity.spec +++ b/profanity.spec @@ -1,5 +1,5 @@ Name: profanity -Version: 0.2.1 +Version: 0.4.0 Release: 2%{?dist} Summary: A console based XMPP client @@ -14,12 +14,14 @@ BuildRequires: ncurses-devel BuildRequires: openssl-devel BuildRequires: glib2-devel BuildRequires: expat-devel +BuildRequires: libotr-devel Requires: libstrophe Requires: libcurl Requires: ncurses-libs Requires: openssl Requires: glib2 Requires: expat +Requires: libotr %description Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi. |