initial import (#1549003)
This commit is contained in:
parent
33de336af0
commit
dfae10396d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/python-libevdev-0.4.tar.gz
|
||||
51
python-libevdev.spec
Normal file
51
python-libevdev.spec
Normal file
@ -0,0 +1,51 @@
|
||||
Name: python-libevdev
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings to the libevdev evdev device wrapper library
|
||||
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/libevdev/
|
||||
Source0: http://github.com/whot/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}
|
||||
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
|
||||
%files -n python3-libevdev
|
||||
%license COPYING
|
||||
%{python3_sitelib}/libevdev/
|
||||
%{python3_sitelib}/libevdev-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Feb 26 2018 Peter Hutterer <peter.hutterer@redhat.com>- 0.4-1
|
||||
- initial import (#1549003)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user