- Don't create a backup for the keycodes patch, or all the original files

will also get installed, and get used in gnome-lirc-properties
epel8
Bastien Nocera 17 years ago
parent 17c5bcd5c9
commit a685ff5cb5

@ -18,7 +18,7 @@
Name: lirc
Version: 0.8.4
Release: 0.1%{?pre:.%{pre}}%{?dist}
Release: 0.2%{?pre:.%{pre}}%{?dist}
Summary: The Linux Infrared Remote Control package
Group: System Environment/Daemons
@ -151,7 +151,8 @@ sed -i -e 's/vga.h/SVGALIB_DISABLED/g' configure*
touch -r aclocal.m4 configure.ac # avoid autofoo re-run
# Do this after, as we're touching the remote definitions earlier
%patch1 -p1 -b .keycode
# Don't create a backup, or the original definitions will get installed
%patch1 -p1
%build
%configure \
@ -263,6 +264,10 @@ fi
%changelog
* Wed Oct 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.8.4-0.2.pre1
- Don't create a backup for the keycodes patch, or all the original files
will also get installed, and get used in gnome-lirc-properties
* Wed Sep 24 2008 - Jarod Wilson <jarod@redhat.com> - 0.8.4-0.1.pre1
- Update to 0.8.4pre1
- Drop upstream patches

Loading…
Cancel
Save