|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
%bcond_without irman
|
|
|
|
|
%bcond_without ftdi
|
|
|
|
|
|
|
|
|
|
%global released 0
|
|
|
|
|
%global released 1
|
|
|
|
|
%define pre pre3
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
@ -135,7 +135,11 @@ of remote control configuration files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}-%{?pre}
|
|
|
|
|
%if 0%{?released}
|
|
|
|
|
%setup -q
|
|
|
|
|
%else
|
|
|
|
|
%setup -q -n %{name}-%{version}-%{pre}
|
|
|
|
|
%endif
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
@ -304,6 +308,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 06 2010 Jarod Wilson <jarod@redhat.com> 0.8.7-1
|
|
|
|
|
- Update to lirc 0.8.7 release
|
|
|
|
|
|
|
|
|
|
* Sat Sep 04 2010 Jarod Wilson <jarod@redhat.com> 0.8.7-0.1.pre3
|
|
|
|
|
- Update to lirc 0.8.7-pre3 snapshot
|
|
|
|
|
|
|
|
|
|