From 11615a14c26834c100f691491fc68de81f700aa9 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Jul 04 2013 03:38:13 +0000 Subject: Add new dep on pkgconfig(json) --- diff --git a/bti.spec b/bti.spec index 8f36f4a..649e39f 100644 --- a/bti.spec +++ b/bti.spec @@ -22,7 +22,12 @@ BuildRequires: libcurl-devel %endif # for building from github # BuildRequires: autoconf automake -BuildRequires: liboauth-devel libxml2-devel pcre-devel +# Not using pkgconfig(...) deps yet since we're still supporting EL5 +BuildRequires: pkgconfig +BuildRequires: liboauth-devel +BuildRequires: pcre-devel +BuildRequires: libxml2-devel +BuildRequires: json-c-devel %description Allows you to pipe your bash input to twitter or identi.ca in an easy