SPECS: fbterm.spec - up to 1.4 - added the terminfo entry for fbterm

witekfl witekfl at pld-linux.org
Sat Mar 14 15:07:15 CET 2009


Author: witekfl                      Date: Sat Mar 14 14:07:15 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.4
- added the terminfo entry for fbterm

---- Files affected:
SPECS:
   fbterm.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/fbterm.spec
diff -u SPECS/fbterm.spec:1.8 SPECS/fbterm.spec:1.9
--- SPECS/fbterm.spec:1.8	Thu Dec 25 13:30:31 2008
+++ SPECS/fbterm.spec	Sat Mar 14 15:07:09 2009
@@ -2,16 +2,17 @@
 Summary:	Terminal emulator for framebuffer
 Summary(pl.UTF-8):	Emulator terminala dla framebuffera
 Name:		fbterm
-Version:	1.3
-Release:	0.3
+Version:	1.4
+Release:	1
 License:	GPL v2
 Group:		Applications/Graphics
 Source0:	http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5:	12f52f60390576866ce9f7696779050d
-Patch0:		%{name}-256_colors.patch
+# Source0-md5:	58543d0e630bc9bfd7cda93b5e844564
 URL:		http://code.google.com/p/fbterm/
+BuildRequires:	ncurses
 BuildRequires:	fontconfig-devel
 BuildRequires:	freetype-devel
+BuildRequires:	gpm-devel
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,16 +35,18 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
 %{__make}
+tic -o terminfo terminfo/fbterm
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/terminfo/f
+install terminfo/f/fbterm $RPM_BUILD_ROOT%{_datadir}/terminfo/f
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,14 +58,20 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README 
 %attr(755,root,root) %{_bindir}/*
+%{_datadir}/terminfo/f/fbterm
 %{_mandir}/man1/*
 
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2009/03/14 14:07:09  witekfl
+- up to 1.4
+- added the terminfo entry for fbterm
+
 Revision 1.8  2008/12/25 12:30:31  witekfl
 - readded the 256_colors.patch
 - rel 0.3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fbterm.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list