|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.9.0
|
|
|
|
|
%if 0%{?released}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
%else
|
|
|
|
|
Release: 0.1.%{pre}%{?dist}
|
|
|
|
|
%endif
|
|
|
|
@ -43,7 +43,7 @@ Source2: %{name}.sysconfig
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
|
BuildRequires: libusb-devel, python-devel
|
|
|
|
|
BuildRequires: libusb-devel, libusb1-devel, python-devel
|
|
|
|
|
BuildRequires: automake libtool
|
|
|
|
|
%if %{with irman}
|
|
|
|
|
BuildRequires: libirman-devel
|
|
|
|
@ -305,6 +305,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 31 2011 Jarod Wilson <jarod@redhat.com> 0.9.0-5
|
|
|
|
|
- Add explict BR: libusb1-devel, as some userspace drivers require it, and
|
|
|
|
|
its apparently not getting into the build root any longer
|
|
|
|
|
|
|
|
|
|
* Sat May 28 2011 Jarod Wilson <jarod@redhat.com> 0.9.0-4
|
|
|
|
|
- Apparently, the title of bz656613 wasn't quite correct, some stuff
|
|
|
|
|
in /var/run does need to be installed, not ghosted...
|
|
|
|
|