|
|
|
@ -14,16 +14,18 @@
|
|
|
|
|
%bcond_with portaudio
|
|
|
|
|
%bcond_with svgalib
|
|
|
|
|
%bcond_without x
|
|
|
|
|
%define pre pre1
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: 0.1.%{?pre}%{?dist}
|
|
|
|
|
Summary: The Linux Infrared Remote Control package
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.lirc.org/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2
|
|
|
|
|
#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
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
@ -81,7 +83,7 @@ documentation and a collection of remote control configuration files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%setup -q -n %{name}-%{version}%{?pre}
|
|
|
|
|
chmod 644 contrib/*
|
|
|
|
|
sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc
|
|
|
|
|
sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo \
|
|
|
|
@ -205,6 +207,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 18 2007 Jarod Wilson <jwilson@redhat.com> - 0.8.3-0.1.pre1
|
|
|
|
|
- 0.8.3pre1
|
|
|
|
|
- adds Mac IR support, resolves bz #284291
|
|
|
|
|
|
|
|
|
|
* Wed Aug 15 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.2-2
|
|
|
|
|
- License: GPLv2+
|
|
|
|
|
|
|
|
|
|