|
|
|
@ -25,19 +25,19 @@ BuildRequires: pkgconfig(x11)
|
|
|
|
|
BuildRequires: pkgconfig(xtst)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libfakekey is a simple library for converting UTF-8 characters into
|
|
|
|
|
'fake' X key-presses.
|
|
|
|
|
libfakekey is a simple library for converting UTF-8 characters into 'fake' X
|
|
|
|
|
key-presses.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Summary: Development files for libfakekey
|
|
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: libfakekey = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig(x11)
|
|
|
|
|
Requires: pkgconfig(xtst)
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
The libfakekey-devel package contains libraries and header files for developing
|
|
|
|
|
applications that use libfakekey.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -78,6 +78,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la
|
|
|
|
|
- Add a build conditional for autoreconf
|
|
|
|
|
- Use pkgconfig(…) dependencies where appropriate
|
|
|
|
|
- Upgrade source hash from MD5 to SHA-512
|
|
|
|
|
- Reduce spec file macro indirection
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-27
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|