commit 78e78d3e6458e08d1c237bc2c6992aec9f35d87c Author: CentOS Sources Date: Tue May 17 06:13:22 2022 -0400 import python-libevdev-0.9-4.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c071b4d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/python-libevdev-0.9.tar.gz diff --git a/.python-libevdev.metadata b/.python-libevdev.metadata new file mode 100644 index 0000000..ee7e3e6 --- /dev/null +++ b/.python-libevdev.metadata @@ -0,0 +1 @@ +3ca307607b7c46d3cf7d3bf874882abf3354b688 SOURCES/python-libevdev-0.9.tar.gz diff --git a/SPECS/python-libevdev.spec b/SPECS/python-libevdev.spec new file mode 100644 index 0000000..fa9e2d9 --- /dev/null +++ b/SPECS/python-libevdev.spec @@ -0,0 +1,55 @@ +Name: python-libevdev +Version: 0.9 +Release: 4%{?dist} +Summary: Python bindings to the libevdev evdev device wrapper library + +License: MIT +URL: https://pypi.python.org/pypi/libevdev/ +Source0: https://gitlab.freedesktop.org/libevdev/python-libevdev/-/archive/%{version}/%{name}-%{version}.tar.gz + +BuildArch: noarch + +%description +%{name} provides the Python bindings to the libevdev evdev device +wrapper library. These bindings provide a pythonic API to access evdev +devices and create uinput devices. + +%package -n python3-libevdev +Summary: Python bindings to the libevdev evdev device wrapper library + +BuildRequires: python3-devel python3-setuptools +Requires: libevdev + +%{?python_provide:%python_provide python3-libevdev} + +%description -n python3-libevdev +%{name} provides the Python bindings to the libevdev evdev device +wrapper library. These bindings provide a pythonic API to access evdev +devices and create uinput devices. + + +%prep +%autosetup -n %{name}-%{version} -p1 + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-libevdev +%license COPYING +%{python3_sitelib}/libevdev/ +%{python3_sitelib}/libevdev-%{version}-py*.egg-info + +%changelog +* Tue Aug 10 2021 Mohan Boddu - 0.9-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri May 14 2021 Peter Hutterer 0.9-3 +- Import from Fedora (#1957087) +