Update to 0.3.0

epel9
Benjamin A. Beasley 3 years ago
parent 1bb89cb9ec
commit 364db19503

1
.gitignore vendored

@ -1 +1,2 @@
libfakekey-0.1.tar.bz2
/libfakekey-0.3.tar.bz2

@ -1,26 +1,19 @@
# Note: running autoreconf is not currently possible
# (configure.ac:21: error: possibly undefined macro: LT_AGE)
%bcond_with autoreconf
Name: libfakekey
Version: 0.1
Version: 0.3
%global so_version 0
Release: 28%{?dist}
Release: 1%{?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
URL: https://git.yoctoproject.org/cgit/cgit.cgi/libfakekey
Source0: %{url}/snapshot/libfakekey-%{version}.tar.bz2
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: make
%if %{with autoreconf}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xtst)
@ -46,11 +39,12 @@ applications that use libfakekey.
%build
%if %{with autoreconf}
# The tarball generated from the git tag has no configure script, so this is
# mandatory. See autogen.sh (which, however, we do not use because we need to
# use the %%configure macro).
autoreconf -f -i -v
%endif
%configure --disable-static
%make_build AM_LDFLAGS="$(pkgconf --libs x11)"
%configure --enable-maintainer-mode --disable-static
%make_build
%install
@ -77,6 +71,9 @@ rm -vf '%{buildroot}%{_libdir}/libfakekey.la'
%changelog
* Wed Oct 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3-1
- Update to 0.3.0
* Wed Oct 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1-28
- Update URLs
- Adjust whitespace to match personal preference

@ -1 +1 @@
SHA512 (libfakekey-0.1.tar.bz2) = 1fda0548cf14657083a6602f8d6c08efae8cae2236de7ed17fc4058765156c6bb923956e3c7fd75f2db586399f1d8a3320ab5bbed71cc5a8b0d146590a14a808
SHA512 (libfakekey-0.3.tar.bz2) = b0502dbb01839009de7120f8ca939c839850e7c3c88678b52d6df9f4205cbec20769cedd61c9307e8307f6bf789eee25b20d4fe20c25e7285318f5ea1334555a

Loading…
Cancel
Save