diff --git a/.gitignore b/.gitignore index 4320b95..d6eca5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ fbterm-1.6.tar.gz /fbterm-1.7.0.tar.gz +/fbterm-1.7.tar.gz diff --git a/fbterm.spec b/fbterm.spec index 63fde55..1279e85 100644 --- a/fbterm.spec +++ b/fbterm.spec @@ -1,5 +1,5 @@ Name: fbterm -Version: 1.7.0 +Version: 1.7 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -9,8 +9,8 @@ Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz #Patch0: %{name}-1.2-kernel-header.patch #Patch1: %{name}-1.3-setcap.patch #Patch2: %{name}-1.4-iminput.patch -Patch3: %{name}-1.6-rpmpack.patch -Patch4: %{name}-1.6-el5.patch +#Patch3: %{name}-1.6-rpmpack.patch +#Patch4: %{name}-1.6-el5.patch Summary: A frame-buffer terminal emulator Summary(zh_CN): 运行在帧缓冲的快速终端仿真器 @@ -57,15 +57,16 @@ This sub-package enables regular user for such access. %endif %prep + %setup -q #%patch0 -p0 -b .kernel-header #%patch1 -p0 -b .setcap #%patch2 -p0 -b .iminput -%patch3 -p0 -b .rpmpack -%if 0%{?fedora} >= 9 -%else -%patch4 -p0 -b .el5 -%endif +#%patch3 -p0 -b .rpmpack +#%if 0%{?fedora} >= 9 +#%else +#%patch4 -p0 -b .el5 +#%endif %build autoreconf -iv @@ -109,7 +110,7 @@ setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} %changelog -* Mon Nov 12 2012 Luis Bazan - 1.7.0-1 +* Mon Nov 12 2012 Luis Bazan - 1.7-1 - New Upstream Version 1. added redirecting /dev/tty0 output to FbTerm's sub-window 2. added option "ambiguous-wide" to treat ambiguous CJK characters as wide width diff --git a/sources b/sources index ffe9267..b2a7789 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db49e3cbe64526eda358e79e824a2617 fbterm-1.7.0.tar.gz +c36bae75a450df0519b4527cccaf7572 fbterm-1.7.tar.gz