Update to 1.6.0 (#1328645)
This commit is contained in:
parent
9a845b745b
commit
534868f8e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/linuxconsoletools-1.4.7.tar.bz2
|
||||
/linuxconsoletools-1.4.8.tar.bz2
|
||||
/linuxconsoletools-1.4.9.tar.bz2
|
||||
/linuxconsoletools-1.6.0.tar.bz2
|
||||
|
||||
@ -1,31 +1,33 @@
|
||||
%global udevdir %(pkg-config --variable=udevdir udev)
|
||||
|
||||
Name: linuxconsoletools
|
||||
Version: 1.4.9
|
||||
Release: 5%{?dist}
|
||||
Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://sourceforge.net/projects/linuxconsole/
|
||||
Name: linuxconsoletools
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://sourceforge.net/projects/linuxconsole/
|
||||
Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2
|
||||
|
||||
Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: SDL-devel
|
||||
|
||||
BuildRequires: SDL-devel
|
||||
Provides: joystick = %{version}-%{release}
|
||||
Provides: ff-utils = 1:%{version}-%{release}
|
||||
Obsoletes: joystick < 1.2.16-1
|
||||
Obsoletes: ff-utils < 2.4.22-1
|
||||
Conflicts: gpm < 1.20.6-26
|
||||
|
||||
Provides: joystick = %{version}-%{release}
|
||||
Provides: ff-utils = 1:%{version}-%{release}
|
||||
Obsoletes: joystick < 1.2.16-1
|
||||
Obsoletes: ff-utils < 2.4.22-1
|
||||
Conflicts: gpm < 1.20.6-26
|
||||
|
||||
%description
|
||||
This package contains utilities for testing and configuring joysticks,
|
||||
connecting legacy devices to the kernel's input subsystem (providing support
|
||||
for serial mice, touchscreens etc.), and test the input event layer.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
make PREFIX=%{_prefix} CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||
|
||||
@ -46,6 +48,7 @@ mv -f %{buildroot}/lib %{buildroot}/usr/
|
||||
# fixing man permissions
|
||||
chmod -x %{buildroot}%{_mandir}/man1/*
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README NEWS
|
||||
|
||||
@ -58,17 +61,22 @@ chmod -x %{buildroot}%{_mandir}/man1/*
|
||||
%{_bindir}/jscal-restore
|
||||
%{_bindir}/jscal-store
|
||||
%{_bindir}/jstest
|
||||
%{_bindir}/evdev-joystick
|
||||
|
||||
%{_libexecdir}/joystick/extract
|
||||
%{_libexecdir}/joystick/filter
|
||||
%{_libexecdir}/joystick/ident
|
||||
|
||||
%{udevdir}/js-set-enum-leds
|
||||
%{udevdir}/rules.d/80-stelladaptor-joystick.rules
|
||||
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 15 2017 Michal Ambroz <rebus _at seznam.cz> - 1.6.0-1
|
||||
- Updating to 1.6.0 (#1328645)
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user