|
|
|
@ -2,14 +2,17 @@ Name: libfakekey
|
|
|
|
|
Version: 0.1
|
|
|
|
|
Release: 28%{?dist}
|
|
|
|
|
Summary: Library for converting characters to X key-presses
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/
|
|
|
|
|
|
|
|
|
|
Source0: https://downloads.yoctoproject.org/releases/matchbox/libfakekey/%{version}/libfakekey-%{version}.tar.bz2
|
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libfakekey is a simple library for converting UTF-8 characters into
|
|
|
|
@ -17,6 +20,7 @@ libfakekey is a simple library for converting UTF-8 characters into
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
Requires: libXtst-devel
|
|
|
|
@ -54,9 +58,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la
|
|
|
|
|
%{_libdir}/libfakekey.so
|
|
|
|
|
%{_libdir}/pkgconfig/libfakekey.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Oct 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1-28
|
|
|
|
|
- Update URLs
|
|
|
|
|
- Adjust whitespace to match personal preference
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-27
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|