1
0
forked from pool/ttf-converter

Accepting request 1143550 from home:alarrosa:branches:M17N

- Reduce the BuildRequires from python3 to just python-rpm-macros
  and Require: %{primary_python}-base instead of python3-base
  which might be off for a short time when %primary_python changes.

OBS-URL: https://build.opensuse.org/request/show/1143550
OBS-URL: https://build.opensuse.org/package/show/M17N/ttf-converter?expand=0&rev=13
This commit is contained in:
Antonio Larrosa 2024-02-02 06:16:41 +00:00 committed by Git OBS Bridge
parent 5b1c9596be
commit cbe13043f7
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 1 13:23:03 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Reduce the BuildRequires from python3 to just python-rpm-macros
and Require: %{primary_python}-base instead of python3-base
which might be off for a short time when %primary_python changes.
-------------------------------------------------------------------
Thu Feb 1 12:46:52 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -23,10 +23,10 @@ Summary: Python script that converts fonts to TrueType format
License: GPL-3.0-only
URL: https://github.com/antlarr-suse/ttf-converter
Source: ttf-converter-%{version}.tar.xz
BuildRequires: python3
BuildRequires: python-rpm-macros
Requires: %{primary_python}-base
Requires: fontforge
Requires: ftdump
Requires: python3-base
BuildArch: noarch
%description