[libfakekey] Add libXi to fix FTBFS

Peter Robinson pbrobinson at fedoraproject.org
Sat Jul 28 12:06:06 UTC 2012


commit 041cc65780d25e246004b000f3d58bd0e2dbaa3c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jul 28 13:05:27 2012 +0100

    Add libXi to fix FTBFS

 libfakekey.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libfakekey.spec b/libfakekey.spec
index 825fb4f..da88432 100644
--- a/libfakekey.spec
+++ b/libfakekey.spec
@@ -1,6 +1,6 @@
 Name:           libfakekey
 Version:        0.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Library for converting characters to X key-presses
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@ License:        LGPLv2+
 URL:            http://projects.o-hand.com/matchbox/
 Source0:        http://matchbox-project.org/sources/libfakekey/0.1/%{name}-%{version}.tar.bz2
 BuildRequires:  libXtst-devel
+BuildRequires:  libXi-devel
 
 %description
 libfakekey is a simple library for converting UTF-8 characters into
@@ -19,6 +20,7 @@ Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       libXtst-devel
+Requires:       libXi-devel
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -58,6 +60,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la
 %{_libdir}/pkgconfig/libfakekey.pc
 
 %changelog
+* Sat Jul 28 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.1-9
+- Add libXi to fix FTBFS
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list