linuxconsoletools upgrade

This commit is contained in:
root 2020-10-27 10:38:05 +08:00
parent cb1e32e90a
commit afdd1518a8
3 changed files with 9 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,16 @@
%global udevdir %(pkg-config --variable=udevdir udev) %global udevdir %(pkg-config --variable=udevdir udev)
Name: linuxconsoletools Name: linuxconsoletools
Version: 1.6.0 Version: 1.7.0
Release: 3 Release: 1
Summary: Tools for connecting/testing joysticks & legacy devices to the kernel's input subsystem Summary: Tools for connecting/testing joysticks & legacy devices to the kernel's input subsystem
License: GPLv2+ License: GPLv2+
URL: http://sourceforge.net/projects/linuxconsole/ URL: http://sourceforge.net/projects/linuxconsole/
Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2 Source: http://liquidtelecom.dl.sourceforge.net/project/linuxconsole/%{name}-%{version}.tar.bz2
BuildRequires: SDL-devel git BuildRequires: gcc
BuildRequires: pkgconfig(sdl2)
BuildRequires: systemd-udev
Provides: joystick = %{version}-%{release} Provides: joystick = %{version}-%{release}
Provides: ff-utils = 1:%{version}-%{release} Provides: ff-utils = 1:%{version}-%{release}
@ -62,5 +64,8 @@ chmod -x %{buildroot}%{_mandir}/man1/*
%changelog %changelog
* Mon Oct 26 2020 weishengjing1<weishengjing1@huawei.com> - 1.7.0-1
- upgrade to v1.7.0
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.6.0-3 * Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.6.0-3
- Package init - Package init