Accepting request 924182 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/924182
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/consoleet-darwin-fonts?expand=0&rev=1
This commit is contained in:
Takashi Iwai 2021-10-08 11:46:42 +00:00 committed by Git OBS Bridge
commit 664584da64
6 changed files with 99 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-----
iQIzBAABCgAdFiEEI2hsEKRWkb56QlEJ1jiBgfNaCTgFAmFgDUEACgkQ1jiBgfNa
CTioIA//W48sZiKqCYKRVnYUxgrYQXWPzrjp97rbnKr9pwRuIRP0sE6Ljcfwp9ta
NJpUFljDBzcHZMFxMi/yih/LzzaDITahhxRkcLNkzDZMyGnCbbH423UzxKz5oAYv
u7kIjRQRbC/Ds81svEnZjcwyAcjlDDtU9IHf06bcaQH7rFvILgLYCNAWLrnfW2jQ
+DPshMa4/+38JcTJt8aw8oeZLumCEcODHx6eCBtgeFCrIzdA5iOlbO8dijDS85fJ
VrFgwgoDqg/ISPyY+2CJC6mIVaqN+0HJextE3aw1+Mf378EIU0euoiJkKTDIMrp+
IVfzAQOaYBDBz29sOtfaujfAlUl86aUOXDThTJBroiQshZgLxzxVPzEG3lTzqmtJ
jXnS5BtevJ+ou5uuWXzWxiqStU4Q1VhyjaROMIKoW8bID6xKHspLcvMgRgi8FQ1B
beEXOyA/8EVSvFGtqTO1WgSufbHFEI8+RwKgXPzazqRT0G+eSqGsW5j2CBIFNNci
X5s8owjp+pw9DQjTzW9UMDAiCSeeUUSyeJ51uKSM7OwjVJCeRkHfFzza0TfIFIlH
8TAh2oA45B1vaxFE/Fv1bdjBgLfVEMJIicseiC6GjHHzmAMmWJorhgz7+MuaDd/r
JGe3Dz3V7OV1hRhZGy3gdgXguXbU+ppN8J694/p2KPWzZi93k/Y=
=8f4b
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Oct 8 09:22:10 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Initial package for build.opensuse.org (version 20211008)

View File

@ -0,0 +1,52 @@
#
# spec file for package consoleet-darwin-fonts
#
# Copyright (c) 2021 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-darwin-fonts
Version: 20211008
Release: 0
Summary: Vector/OTF versions of the Darwin console font
License: APSL-2.0
Group: System/X11/Fonts
URL: https://inai.de/projects/consoleet/
Source: https://inai.de/files/consoleet/consoleet-darwin-%version.tar.zst
Source2: https://inai.de/files/consoleet/consoleet-darwin-%version.tar.asc
BuildRequires: fontpackages-devel
BuildRequires: zstd
BuildArch: noarch
%reconfigure_fonts_prereq
%description
The 8x16 system console font from the MacOS kernel, Darwin (XNU).
%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
%license LIC*
%_ttfontsdir/
%changelog