[bti/f18] Add new dep on pkgconfig(json)

Michel Alexandre Salim salimma at fedoraproject.org
Thu Jul 4 04:52:17 UTC 2013


commit 6acd65a5f6d443b8db4063aaac91e69fcf41e5b3
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Jul 4 10:38:13 2013 +0700

    Add new dep on pkgconfig(json)
    
    (cherry picked from commit 11615a14c26834c100f691491fc68de81f700aa9)

 bti.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/bti.spec b/bti.spec
index 1fe698c..88ed383 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


More information about the scm-commits mailing list