|
|
|
@ -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@fedoraproject.org> - 0.1-9
|
|
|
|
|
- Add libXi to fix FTBFS
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|