forked from pool/int10h-oldschoolpc-fonts
Jan Engelhardt
b1ea056549
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/int10h-oldschoolpc-fonts?expand=0&rev=6
78 lines
2.3 KiB
RPMSpec
78 lines
2.3 KiB
RPMSpec
#
|
||
# spec file for package int10h-oldschoolpc-fonts
|
||
#
|
||
# Copyright (c) 2020 SUSE LLC
|
||
#
|
||
# All modifications and additions to the file contributed by third parties
|
||
# remain the property of their copyright owners, unless otherwise agreed
|
||
# upon. The license for this file, and modifications and additions to the
|
||
# file, is the same license as for the pristine package itself (unless the
|
||
# license for the pristine package is not an Open Source License, in which
|
||
# case the license is the MIT License). An "Open Source License" is a
|
||
# license that conforms to the Open Source Definition (Version 1.9)
|
||
# published by the Open Source Initiative.
|
||
|
||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||
#
|
||
|
||
|
||
Name: int10h-oldschoolpc-fonts
|
||
Version: 2.0
|
||
Release: 0
|
||
Summary: Remakes of old computer hardware fonts
|
||
License: CC-BY-SA-4.0
|
||
Group: System/X11/Fonts
|
||
URL: http://int10h.org/oldschool-pc-fonts/
|
||
|
||
Source: https://int10h.org/oldschool-pc-fonts/download/oldschool_pc_font_pack_v2.0_ttf.zip
|
||
Source8: ratio.txt
|
||
BuildRequires: fontpackages-devel
|
||
BuildRequires: unzip
|
||
%reconfigure_fonts_prereq
|
||
BuildArch: noarch
|
||
|
||
%description
|
||
This fontpack contains remakes of various type styles from text-mode
|
||
era PCs — in modern Unicode-compatible TrueType form (plus straight
|
||
bitmap versions). The main focus is on hardware character sets: the
|
||
kind that's located in a ROM and shown by default when working in
|
||
text (or graphics) mode.
|
||
|
||
[ Classic hardware text mode stretches the fonts to fit the screen!
|
||
To recreate the same visuals of that, a stretch factor must be
|
||
applied. For details, see ratio.txt inside the package. ]
|
||
|
||
%package stretched
|
||
Summary: Pre-stretched versions of int10h-oldschoolpc-fonts
|
||
Group: System/X11/Fonts
|
||
|
||
%description stretched
|
||
This package contains aspect-corrected and non-corrected-but-stretched
|
||
variants of the main font files.
|
||
|
||
%prep
|
||
%setup -Tcqa0
|
||
cp "%_sourcedir/ratio.txt" .
|
||
|
||
%build
|
||
iconv -f cp437 -t utf-8 <README.NFO | perl -i -pe 's{\r}{}g' >readme.txt
|
||
mv LICENSE.TXT license.txt
|
||
|
||
%install
|
||
c="%buildroot/%_ttfontsdir"
|
||
mkdir -p "$c"
|
||
rm -fv */Mx*.ttf
|
||
install -pm 0644 */*.ttf "$c/"
|
||
|
||
%reconfigure_fonts_scriptlets
|
||
|
||
%files
|
||
%doc readme.txt license.txt ratio.txt
|
||
%_ttfontsdir/Px*
|
||
|
||
%files stretched
|
||
%dir %_ttfontsdir/
|
||
%_ttfontsdir/Ac*
|
||
|
||
%changelog
|