|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libfakekey
|
|
|
|
|
Version: 0.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Library for converting characters to X key-presses
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -32,7 +32,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
make %{?_smp_mflags} AM_LDFLAGS=-lX11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/pkgconfig/libfakekey.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 2 2010 Dan Horák <dan[at]danny.cz> - 0.1-4
|
|
|
|
|
- fix linking with --no-add-needed (#564882)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|