|
|
|
@ -14,11 +14,11 @@
|
|
|
|
|
%bcond_with portaudio
|
|
|
|
|
%bcond_with svgalib
|
|
|
|
|
%bcond_without x
|
|
|
|
|
%define pre pre1
|
|
|
|
|
%define pre pre2
|
|
|
|
|
|
|
|
|
|
Name: lirc
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: 0.2%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Release: 0.3%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Summary: The Linux Infrared Remote Control package
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
@ -126,7 +126,7 @@ sed -i -e 's/portaudio.h/PORTAUDIO_DISABLED/g' configure*
|
|
|
|
|
sed -i -e 's/vga.h/SVGALIB_DISABLED/g' configure*
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
touch -r acconfig.h aclocal.m4 configure.ac # avoid autofoo re-run
|
|
|
|
|
touch -r aclocal.m4 configure.ac # avoid autofoo re-run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -233,6 +233,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Apr 06 2008 Jarod Wilson <jwilson@redhat.com> - 0.8.3-0.3.pre2
|
|
|
|
|
- Update to 0.8.3pre2
|
|
|
|
|
|
|
|
|
|
* Tue Feb 12 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.3-0.2.pre1
|
|
|
|
|
- Split libraries into -libs subpackage.
|
|
|
|
|
- Refresh autotools re-run avoidance hack.
|
|
|
|
|