Update to 1.6.1.
This commit is contained in:
parent
9ef737740b
commit
2b9bb393ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/linuxconsoletools-1.4.8.tar.bz2
|
||||
/linuxconsoletools-1.4.9.tar.bz2
|
||||
/linuxconsoletools-1.6.0.tar.bz2
|
||||
/linuxconsoletools-1.6.1.tar.bz2
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global udevdir %(pkg-config --variable=udevdir udev)
|
||||
|
||||
Name: linuxconsoletools
|
||||
Version: 1.6.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem
|
||||
License: GPLv2+
|
||||
URL: http://sourceforge.net/projects/linuxconsole/
|
||||
@ -10,6 +10,7 @@ Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: systemd-udev
|
||||
|
||||
Provides: joystick = %{version}-%{release}
|
||||
Provides: ff-utils = 1:%{version}-%{release}
|
||||
@ -25,18 +26,19 @@ for serial mice, touchscreens etc.), and test the input event layer.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
make PREFIX=%{_prefix} CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||
%{set_build_flags}
|
||||
%{make_build}
|
||||
|
||||
# moving helper scripts from /usr/share/joystick to /usr/libexec/joystick
|
||||
sed -i "s|%{_prefix}/share/joystick|%{_libexecdir}/joystick|g" utils/jscal-restore utils/jscal-store
|
||||
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
|
||||
%{make_install} PREFIX=%{_prefix}
|
||||
|
||||
# moving helper scripts from /usr/share/joystick to /usr/libexec/joystick
|
||||
install -d -m 0755 %{buildroot}%{_libexecdir}/joystick
|
||||
@ -50,8 +52,8 @@ chmod -x %{buildroot}%{_mandir}/man1/*
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING README NEWS
|
||||
|
||||
%doc README NEWS
|
||||
%license COPYING
|
||||
%{_bindir}/ffcfstress
|
||||
%{_bindir}/ffmvforce
|
||||
%{_bindir}/ffset
|
||||
@ -68,12 +70,15 @@ chmod -x %{buildroot}%{_mandir}/man1/*
|
||||
%{_libexecdir}/joystick/ident
|
||||
|
||||
%{udevdir}/js-set-enum-leds
|
||||
%{udevdir}/rules.d/80-stelladaptor-joystick.rules
|
||||
%{_udevrulesdir}/80-stelladaptor-joystick.rules
|
||||
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 13 2019 Vasiliy N. Glazov <vascom2@gmail.com> - 1.6.1-1
|
||||
- Update to 1.6.1
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linuxconsoletools-1.6.0.tar.bz2) = 35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
|
||||
SHA512 (linuxconsoletools-1.6.1.tar.bz2) = b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
|
||||
|
||||
Loading…
Reference in New Issue
Block a user