|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: 4%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Release: 5%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Summary: The Linux Infrared Remote Control package
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
@ -31,6 +31,9 @@ Source2: %{name}.sysconfig
|
|
|
|
|
Patch0: lirc-0.8.3-remote-includes-directive.patch
|
|
|
|
|
Patch1: lirc-0.8.3-validate-transmit-buffer.patch
|
|
|
|
|
Patch2: lirc-use-new-instead-of-conf-as-filename-suffix.patch
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=457273
|
|
|
|
|
# http://thread.gmane.org/gmane.comp.hardware.lirc/6884
|
|
|
|
|
Patch3: lirc-0.8.3-fix-remote-keycodes.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
@ -115,6 +118,7 @@ of remote control configuration files.
|
|
|
|
|
%patch0 -p1 -b .incl
|
|
|
|
|
%patch1 -p1 -b .xbuf
|
|
|
|
|
%patch2 -p1 -b .suf
|
|
|
|
|
%patch3 -p1 -b .keycode
|
|
|
|
|
|
|
|
|
|
chmod 644 contrib/*
|
|
|
|
|
|
|
|
|
@ -159,7 +163,6 @@ touch -r aclocal.m4 configure.ac # avoid autofoo re-run
|
|
|
|
|
--with-driver=userspace
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT __docs
|
|
|
|
|
|
|
|
|
@ -258,6 +261,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 14 2008 - Bastien Nocera <bnocera@redhat.com> - 0.8.3-5
|
|
|
|
|
- Add huge patch to fix the majority of remotes to have sensible keycodes,
|
|
|
|
|
so they work out-of-the-box (#457273)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 23 2008 Jarod Wilson <jwilson@redhat.com> - 0.8.3-4
|
|
|
|
|
- Drop resume switch patch, no longer required
|
|
|
|
|
- Add support for config option style used by gnome-lirc-properties (#442341)
|
|
|
|
|