Author: witekfl Date: Mon Dec 18 19:25:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added the caps.patch (the compilation fix for DirectFB >= 0.9.24) - added the latin2.patch (--latin2 option) - rel 3
---- Files affected: SPECS: directvnc.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/directvnc.spec diff -u SPECS/directvnc.spec:1.5 SPECS/directvnc.spec:1.6 --- SPECS/directvnc.spec:1.5 Tue Jul 8 02:05:11 2003 +++ SPECS/directvnc.spec Mon Dec 18 20:25:51 2006 @@ -3,13 +3,15 @@ Summary(pl): DirectVNC - klient VNC dla DirectFB Name: directvnc Version: 0.7.5 -Release: 1 +Release: 3 License: GPL Group: Applications/Networking Source0: http://freesoftware.fsf.org/download/directvnc/%{name}-%{version}.tar.gz # Source0-md5: 1fba84dc5450751bb402b68a9b9fb429 +Patch0: %{name}-caps.patch +Patch1: %{name}-latin2.patch URL: http://www.adam-lilienthal.de/directvnc/ -BuildRequires: DirectFB-devel >= 0.9.16 +BuildRequires: DirectFB-devel >= 0.9.24 BuildRequires: XFree86-devel BuildRequires: libjpeg-devel BuildRequires: pkgconfig @@ -46,6 +48,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build %configure @@ -73,6 +77,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/12/18 19:25:51 witekfl +- added the caps.patch (the compilation fix for DirectFB >= 0.9.24) +- added the latin2.patch (--latin2 option) +- rel 3 + Revision 1.5 2003/07/08 00:05:11 blues - second part of small fixes inspired by kloczek (this time better checked, I hope...) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/directvnc.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
