Browse Source

remove bterm terminfo

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4844 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
43c1bcd887
1 changed files with 8 additions and 3 deletions
  1. 8 3
      b/bogl/bogl-vl.spec

+ 8 - 3
b/bogl/bogl-vl.spec

@@ -3,7 +3,7 @@ Summary(ja): コンソール上でユニコードを表示するためのター
 Name: bogl
 Epoch: 0
 Version: 0.1.18
-Release: 11%{?_dist_release}
+Release: 12%{?_dist_release}
 URL: http://www.msu.edu/user/pfaffben/projects.html
 
 Source0: http://ftp.debian.org/debian/pool/main/b/bogl/bogl_0.1.18-1.5.tar.gz
@@ -40,6 +40,7 @@ for writing BOGL applications.
 Summary: A Unicode capable terminal program for the Linux frame buffer.
 Group: Applications/System
 Requires: bogl = %{epoch}:%{version}-%{release}
+Requires: ncurses >= 5.9
 
 %description bterm
 The bterm application is a terminal emulator that displays to a Linux
@@ -71,6 +72,9 @@ cp font.bdf $RPM_BUILD_ROOT%{_datadir}/bogl/
 gzip -9 $RPM_BUILD_ROOT%{_datadir}/bogl/font.bgf
 gzip -9 $RPM_BUILD_ROOT%{_datadir}/bogl/font.bdf
 
+# remove bterm terminfo which is shipped in ncurses>=5.9
+rm $RPM_BUILD_ROOT/%{_datadir}/terminfo/b/bterm
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -98,11 +102,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc README.BOGL-bterm
 %{_bindir}/bterm
-%dir %{_datadir}/terminfo/b
-%{_datadir}/terminfo/b/bterm
 %{_datadir}/bogl
 
 %changelog
+* Thu Sep 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.18-12
+- remove bterm terminfo which is shipped in ncurses>=5.9
+
 * Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.18-11
 - update patches to sync with fedora package
 - move bogl font to %%{_datadir}