rpms/lirc/devel lirc.spec,1.57,1.58

Jarod Wilson jwilson at fedoraproject.org
Wed Jul 22 02:41:45 UTC 2009


Author: jwilson

Update of /cvs/pkgs/rpms/lirc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5545

Modified Files:
	lirc.spec 
Log Message:
* Tue Jul 21 2009 Jarod Wilson <jarod at redhat.com> 0.8.6-0.3.pre1
- Set up tools to use /dev/lirc0 instead of /dev/lirc by default
- Set a default font for xmode2 most people actually have (#467339)



Index: lirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/devel/lirc.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- lirc.spec	24 Jun 2009 23:39:51 -0000	1.57
+++ lirc.spec	22 Jul 2009 02:41:45 -0000	1.58
@@ -18,7 +18,7 @@
 
 Name:           lirc
 Version:        0.8.6
-Release:        0.2%{?pre:.%{pre}}%{?dist}
+Release:        0.3%{?pre:.%{pre}}%{?dist}
 Summary:        The Linux Infrared Remote Control package
 
 Group:          System Environment/Daemons
@@ -136,6 +136,12 @@ for f in remotes/chronos/lircd.conf.chro
     iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 done
 
+# use /dev/lirc0 by default instead of /dev/lirc
+sed -i -e 's|#define DEV_LIRC	"lirc"|#define DEV_LIRC	"lirc0"|' config.h.in
+
+# use fixed instead of Courier w/xmode2, should be more prevalent on linux boxen
+sed -i -e 's|char.*font1_name.*Courier.*$|char		font1_name[]="-misc-fixed-*-r-*-*-12-*-*-*-*-*-iso8859-1";|g' tools/xmode2.c
+
 sed -i -e 's|"/lib /usr/lib |"/%{_lib} %{_libdir} |' configure # lib64 rpath
 
 # *cough* I wish there was a good way to disable alsa/portaudio/svgalib...
@@ -267,6 +273,10 @@ fi
 
 
 %changelog
+* Tue Jul 21 2009 Jarod Wilson <jarod at redhat.com> 0.8.6-0.3.pre1
+- Set up tools to use /dev/lirc0 instead of /dev/lirc by default
+- Set a default font for xmode2 most people actually have (#467339)
+
 * Wed Jun 24 2009 Jarod Wilson <jarod at redhat.com> 0.8.6-0.2.pre1
 - Fix things up so the relocated socket actually works out of the box
 




More information about the fedora-extras-commits mailing list