rpms/fbterm/EL-5 fbterm-1.1-kernel-header.patch, NONE, 1.1 fbterm.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ding-Yi Chen dchen at fedoraproject.org
Mon Oct 20 00:01:49 UTC 2008


Author: dchen

Update of /cvs/pkgs/rpms/fbterm/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29345/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	fbterm-1.1-kernel-header.patch fbterm.spec import.log 
Log Message:
Initial import

fbterm-1.1-kernel-header.patch:

--- NEW FILE fbterm-1.1-kernel-header.patch ---
--- src/fbterm.cpp.orig	2008-08-23 11:38:12.000000000 +0530
+++ src/fbterm.cpp	2008-10-16 12:45:49.000000000 +0530
@@ -35,7 +35,9 @@
 
 #ifdef SYS_signalfd
 #include <asm/types.h>
-#include <linux/signalfd.h>
+#undef __THROW
+#define __THROW
+#include <sys/signalfd.h>
 
 sigset_t oldSigmask;
 

--- NEW FILE fbterm.spec ---
Name:       fbterm
Version:    1.1
Release:    3%{?dist}
License:    GPLv2+
Group:      Applications/System
URL:        http://code.google.com/p/fbterm/
Source0:    http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:     %{name}-1.1-kernel-header.patch   
Summary:    FbTerm is a fast terminal emulator for linux with frame buffer device
Summary(zh_CN): FbTerm 是个快速的终端仿真器,它直接运行在 Linux 中的帧缓冲(framebuffer)之上。
Summary(zh_TW): FbTerm 是個快速的終端模擬器,它直接运行在 Linux 中的 framebuffer)之上。


BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: fontconfig-devel gpm-devel
Requires: fontconfig

%description
FbTerm is a fast terminal emulator for linux with frame buffer device. 
Features include: 
- mostly as fast as terminal of linux kernel while accelerated scrolling
  is enabled on framebuffer device 
- select font with fontconfig and draw text with freetype2, same as 
  Qt/Gtk+ based GUI apps 
- dynamicly create/destroy up to 10 windows initially running default
  shell 
- record scrollback history for every window 
- auto-detect text encoding with current locale, support double width 
  scripts like  Chinese, Japanese etc 
- switch between configurable additional text encodings with hot keys
  on the fly 
- copy/past selected text between windows with mouse when gpm server 
  is running

%prep
%setup -q
%patch0 -p0 -b .kernel-header

%build
%configure --disable-static --disable-rpath
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install
chmod 755 $RPM_BUILD_ROOT/%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz


%changelog
* Fri Oct 16 2008 Ding-Yi Chen <dchen at redhat dot com> - 1.1-3
- Add gpm support.

* Thu Oct 16 2008 Ding-Yi Chen <dchen at redhat dot com> - 1.1-2
- Fix the kernel-header build problem in F-10.

* Thu Aug 07 2008 Ding-Yi Chen <dchen at redhat dot com> - 1.1-1
- Unset the SUID flag, as it does not need it.

* Thu Aug 07 2008 Ding-Yi Chen <dchen at redhat dot com> - 1.1-0
- The first version.


--- NEW FILE import.log ---
fbterm-1_1-3_fc9:EL-5:fbterm-1.1-3.fc9.src.rpm:1224460854


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fbterm/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Oct 2008 22:47:59 -0000	1.1
+++ .cvsignore	20 Oct 2008 00:01:19 -0000	1.2
@@ -0,0 +1 @@
+fbterm-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fbterm/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Oct 2008 22:47:59 -0000	1.1
+++ sources	20 Oct 2008 00:01:19 -0000	1.2
@@ -0,0 +1 @@
+f97c7a403fa0895349809c8d18355cbc  fbterm-1.1.tar.gz




More information about the scm-commits mailing list