From 9a4e391b2f8b23c17d4e55ea350cf307eb2ee29403bea6a94af94373bfb3d451 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 6 Sep 2022 06:22:27 +0000 Subject: [PATCH] Accepting request 1001027 from home:jengelh:dev OBS-URL: https://build.opensuse.org/request/show/1001027 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/consoleet-fixedsys-fonts?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + consoleet-fixedsys-3.02.9.tar.asc | 16 ++++++++++ consoleet-fixedsys-3.02.9.tar.zst | 3 ++ consoleet-fixedsys-fonts.changes | 4 +++ consoleet-fixedsys-fonts.spec | 51 +++++++++++++++++++++++++++++++ 6 files changed, 98 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 consoleet-fixedsys-3.02.9.tar.asc create mode 100644 consoleet-fixedsys-3.02.9.tar.zst create mode 100644 consoleet-fixedsys-fonts.changes create mode 100644 consoleet-fixedsys-fonts.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/consoleet-fixedsys-3.02.9.tar.asc b/consoleet-fixedsys-3.02.9.tar.asc new file mode 100644 index 0000000..23980bb --- /dev/null +++ b/consoleet-fixedsys-3.02.9.tar.asc @@ -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----- diff --git a/consoleet-fixedsys-3.02.9.tar.zst b/consoleet-fixedsys-3.02.9.tar.zst new file mode 100644 index 0000000..3dafc87 --- /dev/null +++ b/consoleet-fixedsys-3.02.9.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b683eb10bc46551c4d1e678c3f3e8e40b6dadaae752e93a4af662e434bc8dca9 +size 148016 diff --git a/consoleet-fixedsys-fonts.changes b/consoleet-fixedsys-fonts.changes new file mode 100644 index 0000000..9ec8d14 --- /dev/null +++ b/consoleet-fixedsys-fonts.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Sep 3 12:48:50 UTC 2022 - Jan Engelhardt + +- Initial package for build.opensuse.org (version 3.02.9) diff --git a/consoleet-fixedsys-fonts.spec b/consoleet-fixedsys-fonts.spec new file mode 100644 index 0000000..9654fbc --- /dev/null +++ b/consoleet-fixedsys-fonts.spec @@ -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