]> git.pld-linux.org Git - packages/terminus-font.git/commitdiff
- new spec -- includes great fonts for high-res framebuffer console :)
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 27 Sep 2004 09:36:53 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    terminus-font.spec -> 1.1

terminus-font.spec [new file with mode: 0644]

diff --git a/terminus-font.spec b/terminus-font.spec
new file mode 100644 (file)
index 0000000..c780745
--- /dev/null
@@ -0,0 +1,88 @@
+Summary:       A clean fixed width font
+Name:          terminus-font
+Version:       4.09
+Release:       1
+Epoch:         0
+License:       GPL
+Group:         Fonts
+Source0:       http://www.is-vn.bg/hamster/%{name}-%{version}.tar.gz
+# Source0-md5: 21e832a4b4bfdd1f494eddea06ccfedf
+URL:           http://www.is-vn.bg/hamster/jimmy-en.html
+BuildRequires: X11-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Terminus Font is designed for long (8 and more hours per day) work with
+computers. Version 4.09 contains 594 characters, covering code pages
+ISO8859-1/2/5/9/13/15/16, Windows-1250/1251/1252/1254/1257,
+IBM-437/852/855/866, KOI8-R/U/E/F, Bulgarian-MIK, Paratype-PT154/PT254,
+Macintosh-Ukrainian and Esperanto, and also the vt100 and xterm pseudographic
+characters.
+
+The sizes present are 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32. The styles are
+normal and bold, plus EGA/VGA-bold for 8x14 and 8x16.
+
+%package console
+Summary:       A clean fixed width font
+Group:         Fonts
+
+%description console
+Terminus Font is designed for long (8 and more hours per day) work with
+computers. Version 4.09 contains 594 characters, covering code pages
+ISO8859-1/2/5/9/13/15/16, Windows-1250/1251/1252/1254/1257,
+IBM-437/852/855/866, KOI8-R/U/E/F, Bulgarian-MIK, Paratype-PT154/PT254,
+Macintosh-Ukrainian and Esperanto, and also the vt100 and xterm pseudographic
+characters.
+
+The sizes present are 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32. The styles are
+normal and bold, plus EGA/VGA-bold for 8x14 and 8x16.
+
+This package contains Terminus Font for Linux console.
+
+%package X11
+Summary:       A clean fixed width font
+Group:         Fonts
+
+%description X11
+Terminus Font is designed for long (8 and more hours per day) work with
+computers. Version 4.09 contains 594 characters, covering code pages
+ISO8859-1/2/5/9/13/15/16, Windows-1250/1251/1252/1254/1257,
+IBM-437/852/855/866, KOI8-R/U/E/F, Bulgarian-MIK, Paratype-PT154/PT254,
+Macintosh-Ukrainian and Esperanto, and also the vt100 and xterm pseudographic
+characters.
+
+The sizes present are 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32. The styles are
+normal and bold, plus EGA/VGA-bold for 8x14 and 8x16.
+
+This package contains Terminus Font for X11 displays.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+
+%{__make} install \
+       x11dir=$RPM_BUILD_ROOT/usr/share/fonts/local \
+       psfdir=$RPM_BUILD_ROOT/usr/share/consolefonts
+       
+%post X11
+fontpostinst local
+
+%postun X11
+fontpostinst local
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files console
+%defattr(644,root,root,755)
+%doc README
+/usr/share/consolefonts/*
+
+%files X11
+%defattr(644,root,root,755)
+%doc README
+/usr/share/fonts/local/*
This page took 0.092525 seconds and 4 git commands to generate.