- Updating to 1.4.8 (#1183543)
This commit is contained in:
parent
68ad2a1cbe
commit
d7940846d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/linuxconsoletools-1.4.5.tar.bz2
|
||||
/linuxconsoletools-1.4.6.tar.bz2
|
||||
/linuxconsoletools-1.4.7.tar.bz2
|
||||
/linuxconsoletools-1.4.8.tar.bz2
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
%global udevdir %(pkg-config --variable=udevdir udev)
|
||||
|
||||
Name: linuxconsoletools
|
||||
Version: 1.4.7
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
@ -38,6 +40,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
|
||||
install -d -m 0755 %{buildroot}%{_libexecdir}/joystick
|
||||
mv -f %{buildroot}%{_prefix}/share/joystick/* %{buildroot}%{_libexecdir}/joystick/
|
||||
|
||||
# fixing udev dir
|
||||
mv -f %{buildroot}/lib %{buildroot}/usr/
|
||||
|
||||
# fixing man permissions
|
||||
chmod -x %{buildroot}%{_mandir}/man1/*
|
||||
|
||||
@ -58,10 +63,15 @@ chmod -x %{buildroot}%{_mandir}/man1/*
|
||||
%{_libexecdir}/joystick/filter
|
||||
%{_libexecdir}/joystick/ident
|
||||
|
||||
%{udevdir}/js-set-enum-leds
|
||||
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2015 Jaromir Capik <jcapik@redhat.com> - 1.4.8-1
|
||||
- Updating to 1.4.8 (#1183543)
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user