Blame SPECS/python-libevdev.spec

ae3215
Name:		python-libevdev
ae3215
Version:	0.9
ae3215
Release:	4%{?dist}
ae3215
Summary:	Python bindings to the libevdev evdev device wrapper library
ae3215
ae3215
License:	MIT
ae3215
URL:		https://pypi.python.org/pypi/libevdev/
ae3215
Source0:	https://gitlab.freedesktop.org/libevdev/python-libevdev/-/archive/%{version}/%{name}-%{version}.tar.gz
ae3215
ae3215
BuildArch:	noarch
ae3215
ae3215
%description
ae3215
%{name} provides the Python bindings to the libevdev evdev device
ae3215
wrapper library. These bindings provide a pythonic API to access evdev
ae3215
devices and create uinput devices.
ae3215
ae3215
%package -n	python3-libevdev
ae3215
Summary:	Python bindings to the libevdev evdev device wrapper library
ae3215
ae3215
BuildRequires:	python3-devel python3-setuptools
ae3215
Requires:	libevdev
ae3215
ae3215
%{?python_provide:%python_provide python3-libevdev}
ae3215
ae3215
%description -n	python3-libevdev
ae3215
%{name} provides the Python bindings to the libevdev evdev device
ae3215
wrapper library. These bindings provide a pythonic API to access evdev
ae3215
devices and create uinput devices.
ae3215
ae3215
ae3215
%prep
ae3215
%autosetup -n %{name}-%{version} -p1
ae3215
ae3215
ae3215
%build
ae3215
%py3_build
ae3215
ae3215
ae3215
%install
ae3215
%py3_install
ae3215
ae3215
ae3215
%files -n	python3-libevdev
ae3215
%license COPYING
ae3215
%{python3_sitelib}/libevdev/
ae3215
%{python3_sitelib}/libevdev-%{version}-py*.egg-info
ae3215
ae3215
%changelog
ae3215
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.9-4
ae3215
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
ae3215
  Related: rhbz#1991688
ae3215
ae3215
* Fri May 14 2021 Peter Hutterer <peter.hutterer@redhat.com> 0.9-3
ae3215
- Import from Fedora (#1957087)
ae3215