Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a5b1c53cb | ||
|
|
fa4c1b7980 | ||
|
|
886f624cf3 | ||
|
|
c65b0fa5f1 | ||
|
|
bd7a2622c8 | ||
|
|
e19d307bba | ||
|
|
49275f25ab | ||
|
|
bbae6b7614 |
1 changed files with 7 additions and 7 deletions
|
|
@ -7,14 +7,14 @@ Release: %autorelease -b 6
|
|||
URL: http://terminus-font.sourceforge.net/
|
||||
|
||||
%global foundry %{nil}
|
||||
%global fontlicense OFL
|
||||
%global fontlicense OFL-1.1
|
||||
#
|
||||
# The following directives are lists of space-separated shell globs
|
||||
# – matching files associated with the font family,
|
||||
# – as they exist in the build root,
|
||||
# — at the end of the %%build stage:
|
||||
# – legal files (licensing…)
|
||||
%global fontlicenses OFL.txt
|
||||
%global fontlicenses OFL.TXT
|
||||
# – exclusions from the “fontlicenses” list
|
||||
%global fontlicensesex %{nil}
|
||||
# – documentation files
|
||||
|
|
@ -121,7 +121,7 @@ BuildRequires: python3 > 3.5.0
|
|||
|
||||
# For generating legacy fonts (*.pcf)
|
||||
BuildRequires: /usr/bin/bdftopcf
|
||||
BuildRequires: /usr/bin/mkfontdir
|
||||
BuildRequires: mkfontdir
|
||||
|
||||
|
||||
ExcludeArch: %{grub2_exclude_arches}
|
||||
|
|
@ -136,7 +136,7 @@ Requires: kbd
|
|||
# For /usr/lib/kbd
|
||||
Requires: kbd-misc
|
||||
Summary: Clean fixed width font (console version)
|
||||
License: OFL
|
||||
License: OFL-1.1
|
||||
|
||||
%description console
|
||||
%fontdescription
|
||||
|
|
@ -147,7 +147,7 @@ This package contains the fonts to use with the Linux console.
|
|||
%package grub2
|
||||
Requires: grub2-common
|
||||
Summary: Clean fixed width font (grub2 version)
|
||||
License: OFL
|
||||
License: OFL-1.1
|
||||
|
||||
%description grub2
|
||||
%fontdescription
|
||||
|
|
@ -157,7 +157,7 @@ This package contains the fonts to use with the grub2 boot loader.
|
|||
|
||||
%package legacy-x11
|
||||
Summary: Clean fixed width font (legacy PCF version)
|
||||
License: OFL
|
||||
License: OFL-1.1
|
||||
# Require the fontconfig file
|
||||
Requires: %{name} = %{evr}
|
||||
|
||||
|
|
@ -221,7 +221,7 @@ install -m 0755 -d %{buildroot}%{catalog}
|
|||
ln -s "$(echo '%{catalog}/%{fontfamily}:unscaled' | sed -e 's|[^/]||g' -e 's|/|../|g' -e 's|/../$||')%{legacy_x11_fontdir}" "%{buildroot}%{catalog}/%{fontfamily}:unscaled"
|
||||
test -d "%{buildroot}%{catalog}/%{fontfamily}:unscaled/"
|
||||
|
||||
/usr/bin/mkfontdir %{buildroot}%{legacy_x11_fontdir}
|
||||
mkfontdir %{buildroot}%{legacy_x11_fontdir}
|
||||
test -f "%{buildroot}%{catalog}/%{fontfamily}:unscaled/fonts.dir"
|
||||
|
||||
# Check automatic fonts do not contain unmatched wildcards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue