|
@@ -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}
|