From 041cc65780d25e246004b000f3d58bd0e2dbaa3c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 28 Jul 2012 13:05:27 +0100 Subject: [PATCH] Add libXi to fix FTBFS --- libfakekey.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 0.1-9 +- Add libXi to fix FTBFS + * Thu Jul 19 2012 Fedora Release Engineering - 0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild