]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- fixed clockprobe(8), install STM_reset
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Feb 2001 17:16:41 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more proper fonts in conf patch
- BuildRequires: flex, Requires: console-data

Changed files:
    SVGATextMode-conf.patch -> 1.2
    SVGATextMode.spec -> 1.16

SVGATextMode-conf.patch
SVGATextMode.spec

index 8ac556615c105dcabaf73314e50315b8913335ef..756202b35a08dce365c4ccec869778ab217dbeda 100644 (file)
@@ -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
index 8eb5c222e2edf6c0824d5962347d9880c3f10e34..769f9003ff70915076b718e2c3897e13eeb0a1d6 100644 (file)
@@ -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
 
This page took 0.038731 seconds and 4 git commands to generate.