|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: 1%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Release: 2%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Summary: The Linux Infrared Remote Control package
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
@ -28,6 +28,8 @@ Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2
|
|
|
|
|
#Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}%{pre}.tar.bz2
|
|
|
|
|
Source1: %{name}.init
|
|
|
|
|
Source2: %{name}.sysconfig
|
|
|
|
|
Patch0: lirc-0.8.3-remote-includes-directive.patch
|
|
|
|
|
Patch1: lirc-0.8.3-validate-transmit-buffer.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
@ -97,6 +99,8 @@ documentation and a collection of remote control configuration files.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}%{?pre}
|
|
|
|
|
%patch0 -p1 -b .incl
|
|
|
|
|
%patch1 -p1 -b .xbuf
|
|
|
|
|
|
|
|
|
|
chmod 644 contrib/*
|
|
|
|
|
|
|
|
|
@ -233,6 +237,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 12 2008 Jarod Wilson <jwilson@redhat.com> - 0.8.3-2
|
|
|
|
|
- Include upstream patch for lircd.conf remote include directives (#442248)
|
|
|
|
|
- Include upstream patch to validate transmit buffers
|
|
|
|
|
|
|
|
|
|
* Sun May 04 2008 Jarod Wilson <jwilson@redhat.com> - 0.8.3-1
|
|
|
|
|
- Update to 0.8.3 release
|
|
|
|
|
|
|
|
|
|