Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
b4cc01e4b6
commit
3a36255906
@ -1,6 +1,6 @@
|
||||
Name: libevdev
|
||||
Version: 1.5.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Kernel Evdev Device Wrapper Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -9,7 +9,7 @@ URL: http://www.freedesktop.org/wiki/Software/libevdev
|
||||
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: automake libtool
|
||||
BuildRequires: python
|
||||
BuildRequires: python2
|
||||
|
||||
%description
|
||||
%{name} is a library to wrap kernel evdev devices and provide a proper API
|
||||
@ -64,6 +64,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_bindir}/libevdev-tweak-device
|
||||
|
||||
%changelog
|
||||
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.9-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Thu Mar 08 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.5.9-1
|
||||
- libevdev 1.5.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user