SPECS: lcdproc.spec - added patch to support iMON LCD panels - rel 3

czarny czarny at pld-linux.org
Mon Nov 6 23:00:50 CET 2006


Author: czarny                       Date: Mon Nov  6 22:00:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added patch to support iMON LCD panels
- rel 3

---- Files affected:
SPECS:
   lcdproc.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/lcdproc.spec
diff -u SPECS/lcdproc.spec:1.9 SPECS/lcdproc.spec:1.10
--- SPECS/lcdproc.spec:1.9	Tue Dec 13 19:01:46 2005
+++ SPECS/lcdproc.spec	Mon Nov  6 23:00:44 2006
@@ -3,12 +3,15 @@
 Summary(pl):	LCDproc wyświetla aktualne informacje o systemie na wyświetlaczu LCD 20x4
 Name:		lcdproc
 Version:	0.4.5
-Release:	2
+Release:	3
 License:	GPL
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/lcdproc/%{name}-%{version}.tar.bz2
 # Source0-md5:	2d342eb87c550a46629ec3efb1d70f49
 Source1:	LCDd.init
+# Extracted from tweaked lcdproc source
+# http://venky.ws/projects/imon/
+Patch0:		%{name}-imon.patch
 URL:		http://lcdproc.omnipotent.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -36,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 rm -f missing
@@ -48,7 +52,7 @@
 %configure \
 	--enable-stat-nfs \
 	--enable-stat-smbfs \
-	--enable-drivers="mtxorb,cfontz,curses,text,lb216,hd44780,joy,irman,bayrad,glk,stv5730,sed1330,sed1520,lcdm001,t6963"
+	--enable-drivers="mtxorb,cfontz,curses,text,lb216,hd44780,joy,irman,bayrad,glk,stv5730,sed1330,sed1520,lcdm001,t6963,imon"
 
 %{__make} CFLAGS="%{rpmcflags}"
 
@@ -86,6 +90,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/11/06 22:00:44  czarny
+- added patch to support iMON LCD panels
+- rel 3
+
 Revision 1.9  2005/12/13 18:01:46  glen
 - adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lcdproc.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list