From: Jakub Bogusz Date: Fri, 16 Feb 2001 17:16:41 +0000 (+0000) Subject: - fixed clockprobe(8), install STM_reset X-Git-Tag: SVGATextMode-1_10-3~2 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=95a08c4131f84ea6ca217b05ee293a88121915f8;p=packages%2FSVGATextMode.git - fixed clockprobe(8), install STM_reset - more proper fonts in conf patch - BuildRequires: flex, Requires: console-data Changed files: SVGATextMode-conf.patch -> 1.2 SVGATextMode.spec -> 1.16 --- diff --git a/SVGATextMode-conf.patch b/SVGATextMode-conf.patch index 8ac5566..756202b 100644 --- a/SVGATextMode-conf.patch +++ b/SVGATextMode-conf.patch @@ -14,11 +14,11 @@ diff -urN SVGATextMode-1.9-src.orig.orig/TextConfig SVGATextMode-1.9-src.orig/Te -FontSelect "Cyr_a8x32" 8x32 9x32 8x31 9x31 +FontProg "/usr/bin/consolechars -f" +FontPath "/usr/share/consolefonts" -+FontSelect "iso2graf-16" 8x16 9x16 8x15 9x15 -+FontSelect "iso2graf-16" 8x14 9x14 8x13 9x13 -+FontSelect "iso2graf-16" 8x12 9x12 8x11 9x11 -+FontSelect "iso2graf-16" 8x10 9x10 8x9 9x9 -+FontSelect "iso2graf-16" 8x8 9x8 8x7 9x7 ++FontSelect "lat2u-16" 8x16 9x16 8x15 9x15 ++FontSelect "lat2-14" 8x14 9x14 8x13 9x13 ++FontSelect "lat2-12" 8x12 9x12 8x11 9x11 ++FontSelect "lat2-10" 8x10 9x10 8x9 9x9 ++FontSelect "lat2-08" 8x8 9x8 8x7 9x7 # # using the following FontProg line will avoid losing high-ascii characters diff --git a/SVGATextMode.spec b/SVGATextMode.spec index 8eb5c22..769f900 100644 --- a/SVGATextMode.spec +++ b/SVGATextMode.spec @@ -12,8 +12,10 @@ Patch1: %{name}-make.patch Patch2: %{name}-cache.patch Patch3: %{name}-stmmenu.patch Patch4: %{name}-set80.patch +BuildRequires: flex BuildRequires: bison Requires: console-tools +Requires: console-data Requires: dialog BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) ExclusiveArch: %{ix86} alpha @@ -54,9 +56,11 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir},%{_mandir}/man{5,8}} %{__make} DESTDIR=$RPM_BUILD_ROOT newinstall man-install install STMmenu $RPM_BUILD_ROOT%{_sbindir}/stm-menu +install contrib/scripts/STM_reset $RPM_BUILD_ROOT%{_sbindir} -rm -f $RPM_BUILD_ROOT%{_mandir}/man8/stm.8 +rm -f $RPM_BUILD_ROOT%{_mandir}/man8/{stm,clockprobe}.8 echo ".so SVGATextMode.8" > $RPM_BUILD_ROOT%{_mandir}/man8/stm.8 +echo ".so grabmode.8" > $RPM_BUILD_ROOT%{_mandir}/man8/clockprobe.8 gzip -9nf doc/* README README.FIRST CREDITS HISTORY TODO