|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
Name: lirc
|
|
|
|
Version: 0.8.6
|
|
|
|
Version: 0.8.6
|
|
|
|
Release: 4%{?pre:.%{pre}}%{?dist}
|
|
|
|
Release: 5%{?pre:.%{pre}}%{?dist}
|
|
|
|
Summary: The Linux Infrared Remote Control package
|
|
|
|
Summary: The Linux Infrared Remote Control package
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
@ -36,6 +36,7 @@ Patch2: lirc-0.8.6-standardized-remote-keycodes.patch
|
|
|
|
Patch3: lirc-0.8.4-make-remote-names-all-unique.patch
|
|
|
|
Patch3: lirc-0.8.4-make-remote-names-all-unique.patch
|
|
|
|
Patch4: lirc-0.8.6-ioctl-portability.patch
|
|
|
|
Patch4: lirc-0.8.6-ioctl-portability.patch
|
|
|
|
Patch5: lirc-0.8.6-remove-obsolete-modes.patch
|
|
|
|
Patch5: lirc-0.8.6-remove-obsolete-modes.patch
|
|
|
|
|
|
|
|
Patch6: lirc-0.8.6-devinput-conf-update.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
BuildRequires: %{__perl}
|
|
|
@ -167,6 +168,7 @@ touch -r aclocal.m4 configure.ac # avoid autofoo re-run
|
|
|
|
%patch3 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
|
|
|
|
%patch6 -p1
|
|
|
|
# Re-run autofoo for new cvs features
|
|
|
|
# Re-run autofoo for new cvs features
|
|
|
|
#autoreconf -i -f
|
|
|
|
#autoreconf -i -f
|
|
|
|
#automake
|
|
|
|
#automake
|
|
|
@ -289,6 +291,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 17 2010 Jarod Wilson <jarod@redhat.com> 0.8.6-5
|
|
|
|
|
|
|
|
- Update devinput lircd.conf with additional keys from input.h
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2010 Jarod Wilson <jarod@redhat.com> 0.8.6-4
|
|
|
|
* Mon Feb 15 2010 Jarod Wilson <jarod@redhat.com> 0.8.6-4
|
|
|
|
- Un-bungle newly introduced segfault in prior build
|
|
|
|
- Un-bungle newly introduced segfault in prior build
|
|
|
|
|
|
|
|
|
|
|
|