Takashi Iwai 2022-09-06 06:22:27 +00:00 committed by Git OBS Bridge
commit 9a4e391b2f
6 changed files with 98 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEI2hsEKRWkb56QlEJ1jiBgfNaCTgFAmFU3VQACgkQ1jiBgfNa
CTjnpw/9H7RUohavJsIZaGTLC0XAGiBmwl076AkkFGR889iE0pOY48+lPqgiA0as
8hZgr4bdecxgeiVAGVFDsCFId91Ofvxo0aWniaFoJ7ZHx77jPhkiS6yWeZRyMsU9
lPjMCHnfGEcRJoPOIdF3JSeIT2AbIgPF4+QoigOVinGwj1L0c8jjiKv8It4nJuMS
MLjICls07PSVSyy4bBkk0V2ZL62HqK7cLz0nkoINJ6HQ4AbEi1ma3ZRfIJrYNtxt
e/xqD7cp0aE9s1lI4GuDwtC8s2WZpvrh58yteB61vAjUwIRjSnR5w9yespWqNCWK
FoJmla+CWhOAZT8OPm7jePKGjeFUzy07r3AlT+pvw5vJc25rwB0AYhVHWAp4/zMS
rOUDVCFjUBrLorQS7j3WbHs9LXQC66uNLtLOCjej7ymwZ9qc19Vl9tU3jQN7+cOO
MCXqW1RgaWbl7lnUmcMIB/todMOWqdyEtNt2jRB2HDHU0ZinxRndukgHxwinHBAU
RYSEkJqztDGL6xzTkmU12csHtXexvkKsOLrUHHBxB8AHOdU6PuupdotsEYcbMMGY
4JbCPO+0IW03hvluv3qQ0kdZ6hWN7RNlkyLyW4s4fSd0E3imHIiVns+atpyRz4jA
fcjyKNs9WfV0GgQkzbB3dsWULlaip+FiPt7aZT9KYMX22U1Wor8=
=AcfI
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b683eb10bc46551c4d1e678c3f3e8e40b6dadaae752e93a4af662e434bc8dca9
size 148016

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sat Sep 3 12:48:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package for build.opensuse.org (version 3.02.9)

View File

@ -0,0 +1,51 @@
#
# spec file for package consoleet-fixedsys-fonts
#
# Copyright (c) 2022 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: consoleet-fixedsys-fonts
Version: 3.02.9
Release: 0
Summary: Smooth-edge version of Fixedsys Excelsior
License: SUSE-Public-Domain
Group: System/X11/Fonts
URL: https://inai.de/projects/consoleet/
Source: https://inai.de/files/consoleet/consoleet-fixedsys-%version.tar.zst
Source2: https://inai.de/files/consoleet/consoleet-fixedsys-%version.tar.asc
BuildRequires: fontpackages-devel
BuildRequires: zstd
BuildArch: noarch
%reconfigure_fonts_prereq
%description
Smooth-edge versions of the Fixedsys Excelsior font.
%prep
%setup -Tcq
tar --use=zstd --strip-components=1 -xf %SOURCE0
%build
%install
mkdir -pv "%buildroot/%_ttfontsdir"
cp -av *.otf "%buildroot/%_ttfontsdir/"
%reconfigure_fonts_scriptlets
%files
%_ttfontsdir/
%changelog