Blame consoleet-xorg-fonts.spec

ef01bf
#
ef01bf
# spec file for package consoleet-xorg-fonts
ef01bf
#
3a98e1
# Copyright (c) 2023 SUSE LLC
ef01bf
#
ef01bf
# All modifications and additions to the file contributed by third parties
ef01bf
# remain the property of their copyright owners, unless otherwise agreed
ef01bf
# upon. The license for this file, and modifications and additions to the
ef01bf
# file, is the same license as for the pristine package itself (unless the
ef01bf
# license for the pristine package is not an Open Source License, in which
ef01bf
# case the license is the MIT License). An "Open Source License" is a
ef01bf
# license that conforms to the Open Source Definition (Version 1.9)
ef01bf
# published by the Open Source Initiative.
ef01bf
ef01bf
# Please submit bugfixes or comments via https://bugs.opensuse.org/
ef01bf
#
ef01bf
ef01bf
ef01bf
Name:           consoleet-xorg-fonts
3a98e1
Version:        7.6.1
ef01bf
Release:        0
3a98e1
Summary:        Vector/OTF remakes of Xorg fonts
3a98e1
License:        CC-BY-SA-4.0
ef01bf
Group:          System/X11/Fonts
ef01bf
URL:            https://inai.de/projects/consoleet/
ef01bf
Source:         https://inai.de/files/consoleet/consoleet-xorg-%version.tar.zst
ef01bf
Source2:        https://inai.de/files/consoleet/consoleet-xorg-%version.tar.asc
3a98e1
Source3:        %name.keyring
ef01bf
BuildRequires:  fontpackages-devel
ef01bf
BuildRequires:  zstd
ef01bf
BuildArch:      noarch
ef01bf
%reconfigure_fonts_prereq
ef01bf
ef01bf
%description
3a98e1
Vector remakes of the Xorg "Misc Fixed" fonts (8x13, 9x15, 10x20) and
3a98e1
"Sony Fixed" (12x24).
ef01bf
ef01bf
%prep
ef01bf
%setup -Tcq
ef01bf
tar --use=zstd --strip-components=1 -xf %SOURCE0
ef01bf
ef01bf
%build
ef01bf
ef01bf
%install
ef01bf
mkdir -pv "%buildroot/%_ttfontsdir"
ef01bf
cp -av *.otf "%buildroot/%_ttfontsdir/"
ef01bf
ef01bf
%reconfigure_fonts_scriptlets
ef01bf
ef01bf
%files
ef01bf
%_ttfontsdir/
ef01bf
ef01bf
%changelog