|
|
|
@ -14,18 +14,18 @@
|
|
|
|
|
%bcond_without portaudio
|
|
|
|
|
%bcond_without x
|
|
|
|
|
%bcond_with svgalib
|
|
|
|
|
%define pre pre3
|
|
|
|
|
#define pre pre3
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.8.5
|
|
|
|
|
Release: 1%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Release: 2%{?pre:.%{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://lirc.sourceforge.net/software/snapshots/%{name}-%{version}%{pre}.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
|
|
|
|
|
Patch0: lirc-use-new-instead-of-conf-as-filename-suffix.patch
|
|
|
|
@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
|
BuildRequires: libusb-devel, python-devel
|
|
|
|
|
BuildRequires: libftdi-devel
|
|
|
|
|
BuildRequires: libftdi-devel, libirman-devel
|
|
|
|
|
BuildRequires: automake libtool
|
|
|
|
|
%if %{with alsa}
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
@ -265,13 +265,17 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun May 17 2009 Jarod Wilson <jarod@redhat.com> 0.8.5-0.1.pre3
|
|
|
|
|
* Thu May 28 2009 Jarod Wilson <jarod@redhat.com> 0.8.5-2
|
|
|
|
|
- Update to lirc 0.8.5
|
|
|
|
|
- Add irman support, now that libirman is in Fedora (#474992)
|
|
|
|
|
|
|
|
|
|
* Sun May 17 2009 Jarod Wilson <jarod@redhat.com> 0.8.5-1.pre3
|
|
|
|
|
- Update to lirc 0.8.5pre3 cvs snapshot
|
|
|
|
|
|
|
|
|
|
* Fri Apr 10 2009 Jarod Wilson <jarod@redhat.com> 0.8.5-0.1.pre2
|
|
|
|
|
* Fri Apr 10 2009 Jarod Wilson <jarod@redhat.com> 0.8.5-1.pre2
|
|
|
|
|
- Update to lirc 0.8.5pre2 cvs snapshot
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Jarod Wilson <jarod@redhat.com> 0.8.5-0.1.pre1
|
|
|
|
|
* Thu Feb 26 2009 Jarod Wilson <jarod@redhat.com> 0.8.5-1.pre1
|
|
|
|
|
- Update to lirc 0.8.5pre1 cvs snapshot
|
|
|
|
|
- Adds support for usb-connected ftdi-based homebrew transceivers
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|