|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.10.0
|
|
|
|
|
Release: 2%{?tag:.}%{?tag}%{?dist}
|
|
|
|
|
Release: 3%{?tag:.}%{?tag}%{?dist}
|
|
|
|
|
Summary: The Linux Infrared Remote Control package
|
|
|
|
|
|
|
|
|
|
%global repo http://downloads.sourceforge.net/lirc/LIRC/%{version}
|
|
|
|
@ -222,7 +222,8 @@ autoreconf -fi
|
|
|
|
|
%configure \
|
|
|
|
|
--docdir="%{_pkgdocdir}" \
|
|
|
|
|
--enable-uinput \
|
|
|
|
|
--enable-devinput
|
|
|
|
|
--enable-devinput \
|
|
|
|
|
--with-lockdir=/var/lock/lockdev
|
|
|
|
|
make LANG=C.utf8 V=0 %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -379,6 +380,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf
|
|
|
|
|
%{_udevrulesdir}/99-remote-control-lirc.rules
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 20 2017 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-3
|
|
|
|
|
- Fix rhbz #1483330, use correct serial devices lock dir.
|
|
|
|
|
|
|
|
|
|
* Tue Aug 15 2017 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-2
|
|
|
|
|
- Fix Debian BTS 872074, FTBS on external plugins e. g. libirman.
|
|
|
|
|
|
|
|
|
|