[librime] FTBFS on all arches due to missing gflags.h; adding BR for gflags-devel

Brent Baude baude at fedoraproject.org
Thu May 22 16:02:51 UTC 2014


commit 68f906b10b5fc1b7dba96f07c509278561317ef4
Author: Brent Baude <baude at us.ibm.com>
Date:   Thu May 22 11:02:13 2014 -0500

    FTBFS on all arches due to missing gflags.h; adding BR for gflags-devel

 librime.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/librime.spec b/librime.spec
index 9ebf7ba..8d2191b 100644
--- a/librime.spec
+++ b/librime.spec
@@ -1,6 +1,6 @@
 Name:           librime
 Version:        1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Rime Input Method Engine Library
 
 License:        GPLv3
@@ -12,6 +12,7 @@ BuildRequires:  boost-devel >= 1.46
 BuildRequires:  zlib-devel
 BuildRequires:  glog-devel, gtest-devel
 BuildRequires:  yaml-cpp-devel, kyotocabinet-devel
+BuildRequires:	gflags-devel
 
 #Fixes arm build
 Patch1:         librime-fixes-misaligned-address.patch
@@ -82,6 +83,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Thu May 22 2014 Brent Baude <baude at us.ibm.com> - 1.1-3
+- FTBFS on all arches due to missing gflags.h
+- Adding BR for gflags-devel 
+
 * Mon Dec 30 2013 Peng Wu <pwu at redhat.com> - 1.1-2
 - Update arm patch
 


More information about the scm-commits mailing list