Author: witekfl Date: Sun Apr 26 18:57:42 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.5 - added the install.patch - regenerated build files, added BRs
---- Files affected: SPECS: fbterm.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/fbterm.spec diff -u SPECS/fbterm.spec:1.10 SPECS/fbterm.spec:1.11 --- SPECS/fbterm.spec:1.10 Sat Apr 11 14:24:41 2009 +++ SPECS/fbterm.spec Sun Apr 26 20:57:36 2009 @@ -2,17 +2,21 @@ Summary: Terminal emulator for framebuffer Summary(pl.UTF-8): Emulator terminala dla framebuffera Name: fbterm -Version: 1.4 +Version: 1.5 Release: 1 License: GPL v2 Group: Applications/Graphics Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 58543d0e630bc9bfd7cda93b5e844564 +# Source0-md5: 8f4eb318718aac9f16bf3bd4e401c936 +Patch0: %{name}-install.patch URL: http://code.google.com/p/fbterm/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fontconfig-devel BuildRequires: freetype-devel BuildRequires: gpm-devel BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRequires: ncurses BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -35,8 +39,14 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure %{__make} tic -o terminfo terminfo/fbterm @@ -67,6 +77,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2009/04/26 18:57:36 witekfl +- up to 1.5 +- added the install.patch +- regenerated build files, added BRs + Revision 1.10 2009/04/11 12:24:41 qboosh - sorted BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fbterm.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
