Summary: A terminal program for displaying Unicode on the console. Summary(ja): コンソール上でユニコードを表示するためのターミナルプログラム Name: bogl Epoch: 0 Version: 0.1.18 Release: 15%{?_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 Source1: 14x14cjk.bdf.gz Patch0: bogl-0.1.18-1.1.sigchld.patch Patch1: bogl-0.1.18-1.2.reduce-font.patch Patch2: bogl-0.1.18-1.2.gzip-fonts.patch Patch3: bogl-0.1.18-1.2.term.patch Patch4: bogl-0.1.18-1.5.rh.patch Patch5: bogl-0.1.9-2.6fbdev.patch Patch6: bogl-0.1.18-noexecstack.patch Patch10: bogl-0.1.18-vine.patch License: GPLv2+ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root BuildRequires: gd-devel, libpng-devel %description BOGL stands for Ben's Own Graphics Library. It is a small graphics library for Linux kernel frame buffers. It supports only very simple graphics. %package devel Summary: Development files required to build BOGL applications. Group: Development/Libraries Requires: bogl = %{epoch}:%{version}-%{release} %description devel The bogl-devel package contains the static libraries and header files for writing BOGL applications. %package bterm 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 frame buffer. It is able to display Unicode text on the console. %prep %setup -q %patch0 -p1 -b .sigchld %patch1 -p1 -b .reduce-font %patch2 -p1 -b .gzip-fonts %patch3 -p1 -b .term %patch4 -p1 -b .rh %patch5 -p1 -b .26fbdev %patch6 -p1 -b .noexecstack %patch10 -p1 -b .vine %build make CFLAGS="$RPM_OPT_FLAGS" gunzip -c %{SOURCE1} > font.bdf ./bdftobogl -b font.bdf > font.bgf %install rm -rf $RPM_BUILD_ROOT make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir} install chmod a+x $RPM_BUILD_ROOT%{_libdir}/*.so* mkdir -p $RPM_BUILD_ROOT%{_datadir}/bogl/ cp font.bgf $RPM_BUILD_ROOT%{_datadir}/bogl/ 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 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc README %{_libdir}/*.so.* %files devel %defattr(-,root,root) %{_bindir}/bdftobogl %{_bindir}/mergebdf %{_bindir}/pngtobogl %{_bindir}/reduce-font %{_libdir}/*.a %{_libdir}/*.so %{_includedir}/bogl %files bterm %defattr(-,root,root) %doc README.BOGL-bterm %{_bindir}/bterm %{_datadir}/bogl %changelog * Sat Jan 09 2016 Daisuke SUZUKI 0.1.18-15 - add execute flag to libbterm.so.1 * Fri Jul 18 2014 Yoji TOYODA 0.1.18-14 - rebuild with libpng-1.6.12 * Wed Oct 02 2013 Tomohiro "Tomo-p" KATO 0.1.18-13 - rebuilt with gd-2.1.0. * Thu Sep 29 2011 Daisuke SUZUKI 0.1.18-12 - remove bterm terminfo which is shipped in ncurses>=5.9 * Wed Jun 01 2011 Daisuke SUZUKI 0.1.18-11 - update patches to sync with fedora package - move bogl font to %%{_datadir} - drop wlite * Sun Apr 17 2011 Shu KONNO 0.1.18-10 - rebuilt with rpm-4.8.1-3 * Sat Apr 18 2009 Daisuke SUZUKI 0.1.18-9 - add font.bdf for anaconda * Wed Apr 15 2009 Daisuke SUZUKI 0.1.18-8 - update to 0.1.18-1.5 - spec in utf-8, new versioning policy - remove unused ucs fonts - remove unneeded font.bdf * Sat Aug 05 2006 Daisuke SUZUKI 0.1.18-7vl1 - initial build for Vine Linux * Fri Mar 4 2005 Miloslav Trmac - 0:0.1.18-7 - Add missing includes in bogl-0.1.18-rh.patch - Rebuild with gcc 4 * Thu Feb 17 2005 Miloslav Trmac - 0:0.1.18-6 - Don't require executable stack - Fix build with gcc 4 - Use $RPM_OPT_FLAGS * Tue Nov 23 2004 Jeremy Katz - 0:0.1.18-5 - don't build against dietlibc anymore on x86 * Wed Oct 20 2004 Jeremy Katz - 0:0.1.18-4 - rebuild again * Tue Oct 19 2004 Jeremy Katz - 0:0.1.18-3 - rebuild against newer diet with fixed signal handling * Mon Sep 6 2004 Jeremy Katz - 0:0.1.18-2 - fPIC on ppc too (#130719) * Mon Jul 05 2004 Akira TAGOH 0:0.1.18-1 - New upstream release. #113910 has been fixed in this release. - bogl-0.1.18-rh.patch: updated to be able to apply it for this release. - bogl-0.1.9-vga16-others.patch: removed. no need this patch anymore. * Fri Jun 18 2004 Jeremy Katz - 0:0.1.9-33 - fix build with gcc 3.4 * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Mar 02 2004 Elliot Lee - rebuilt * Wed Feb 18 2004 Jeremy Katz - 0:0.1.9-31 - fix build * Tue Feb 17 2004 Jeremy Katz - 0:0.1.9-30 - fix to work with changed 2.6 fbdev semantics * Fri Feb 13 2004 Elliot Lee - rebuilt * Mon Dec 15 2003 Matt Wilson 0:0.1.9-28 - add BuildRequires: gd-devel, libpng-devel (#111165) * Mon Aug 25 2003 Jeremy Katz 0:0.1.9-27 - add hack to fix #92240 * Wed Jun 04 2003 Elliot Lee - rebuilt * Fri May 30 2003 Matt Wilson 0:0.1.9-25 - rebuild * Fri May 30 2003 Matt Wilson 0:0.1.9-24 - enable vga16 support on ia64 - removed workaround for AMD64, kernel should be fixed now * Tue May 06 2003 Phil Knirsch 0:0.1.9-23 - Bumped release and rebuilt due to new gd version. * Wed Apr 2 2003 Matt Wilson 0:0.1.9-22 - add a workaround for AMD64 that calls iopl(3) in order to gain io port access until ioperm() is fixed (#87835). Workaround for (#86321) - gzip font.bgf * Wed Mar 19 2003 Jeremy Katz 0:0.1.9-21 - include vga16fb support on x86_64 (#86321) * Thu Feb 13 2003 Adrian Havill 0:0.1.9-20 - Change the font combo to add zh, change ja to k14 (#81717, #82888) * Tue Feb 11 2003 Jeremy Katz 0:0.1.9-19 - actually do the test correctly - buildrequire dietlibc on i386 * Tue Feb 11 2003 Jeremy Katz 0:0.1.9-18 - only fPIC on needed arches, and do it everywhere * Mon Feb 10 2003 Matt Wilson 0:0.1.9-17 - always use wlite for bogl/bterm (for now) (#83980) (this makes bterm useless for any non-UTF-8 locale) - fixed 'bterm' for the normal usage case * Mon Feb 3 2003 Matt Wilson 0:0.1.9-16 - add back the Epoch: to support upgrading from betas * Wed Jan 22 2003 Tim Powers - rebuilt * Mon Dec 30 2002 Jeremy Katz 0.1.9-14 - build wlite with -fPIC - fix deps of subpackages * Sun Dec 29 2002 Florian La Roche - delete "Epoch: 0" line in spec file * Mon Dec 16 2002 Adrian Havill 0.1.9-12 - added bogl.bdf.gz to allow us to reduce-font in loader build * Mon Dec 16 2002 Adrian Havill 0.1.9-11 - fixed broken reduce-font to test ENCODING x instead of STARTCHAR x * Mon Dec 16 2002 Matt Wilson 0.1.9-10 - made more changes to the rh patch to enable bogl embedding insode loader * Tue Dec 10 2002 Matt Wilson - use all fb drivers on non-i386 - package wlite for use in loader - use %%{_libdir} to get lib64 right * Tue Dec 10 2002 Adrian Havill - swapped out utf8 code with new and improved wlite * Tue Nov 26 2002 Adrian Havill - re-write font loader so it can load uncompressed or gzipped files - utf8 lib updated - fixed bug in bogl_term_new() so struct is inited (s/malloc/calloc/) - added term bell (screen flash) - changed background/foreground to pretty pretty blue/white * Thu Nov 21 2002 Adrian Havill - updated utf8 library - made bogl_term_out reset the state at every call so glibc and utf8.c behave consistently - concatenated two Red Hat diff patches * Wed Nov 20 2002 Adrian Havill - changed behavior of bogl_term_out to queue and save UTF broken between two buffers - utf8 lib improvements * Thu Nov 14 2002 root - integrate havill's utf8 for diet libs - build and install font * Tue Jul 23 2002 Matt Wilson - Initial build.