Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
570d7be17e |
1 changed files with 7 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
########################################################################
|
||||
|
||||
Version: 4.49.1
|
||||
Release: %autorelease -b 6
|
||||
Release: 1
|
||||
URL: http://terminus-font.sourceforge.net/
|
||||
|
||||
%global foundry %{nil}
|
||||
|
|
@ -26,7 +26,7 @@ URL: http://terminus-font.sourceforge.net/
|
|||
%global fontsummary Clean fixed width font
|
||||
# A container for additional subpackage declarations.
|
||||
%global fontpkgheader %{expand:
|
||||
#Obsoletes:
|
||||
#Obsoletes:
|
||||
}
|
||||
#
|
||||
# More shell glob lists:
|
||||
|
|
@ -116,7 +116,8 @@ Source24: %{name}-README.fedora
|
|||
# For generating *.otb (OpenType bitmap font) files
|
||||
Source42: bitmapfonts2otb.py
|
||||
BuildRequires: make
|
||||
BuildRequires: /usr/bin/ftdump
|
||||
# EL9 does not have /usr/bin/ftdump, thus remove it
|
||||
# Nor does the parent bitmapfonts2otb.py used in build
|
||||
BuildRequires: python3 > 3.5.0
|
||||
|
||||
# For generating legacy fonts (*.pcf)
|
||||
|
|
@ -823,4 +824,6 @@ EOF
|
|||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Thu Nov 09 2023 Ding-Yi Chen <dchen@redhat.com> - 4.49.1-1
|
||||
- Initial EPEL-9 import
|
||||
- Removed unused BuildRequires: /usr/bin/ftdump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue