Remove F32 compatibility packages
This commit is contained in:
parent
b023ee0fc5
commit
a95ff9c692
@ -10,7 +10,7 @@ Version: 2.37
|
||||
%global tag %{lua:t=string.gsub(rpm.expand("version %{version}"), "[%p%s]+", "_");print(t)}
|
||||
%forgemeta
|
||||
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
# original bitstream glyphs are Bitstream Vera
|
||||
# glyphs modifications by dejavu project are Public Domain
|
||||
# glyphs imported from Arev fonts are under BitStream Vera compatible license
|
||||
@ -30,6 +30,7 @@ original style, using an open collaborative development process.}
|
||||
%global fontsummary1 DejaVu Sans, a variable-width sans-serif font family
|
||||
%global fontpkgheader1 %{expand:
|
||||
Obsoletes: dejavu-fonts-common < %{version}-%{release}
|
||||
Obsoletes: compat-f32-dejavu-sans-fonts
|
||||
Suggests: font(dejavusansmono)
|
||||
}
|
||||
%global fonts1 DejaVuSans.ttf DejaVuSans-*.ttf DejaVuSansCondensed*.ttf
|
||||
@ -46,6 +47,7 @@ their unabridged version.
|
||||
%global fontsummary2 DejaVu Serif, a variable-width serif font family
|
||||
%global fontpkgheader2 %{expand:
|
||||
Obsoletes: dejavu-math-tex-gyre-fonts < %{version}-%{release}
|
||||
Obsoletes: compat-f32-dejavu-serif-fonts
|
||||
}
|
||||
%global fonts2 DejaVuSerif.ttf DejaVuSerif-*.ttf DejaVuSerifCondensed*.ttf DejaVuMathTeXGyre.ttf
|
||||
%global fontconfs2 fontconfig/20*-dejavu-serif.conf
|
||||
@ -61,6 +63,9 @@ B. Jackowski, P. Strzelczyk and P. Pianowski, on behalf of TeX user groups.}
|
||||
|
||||
%global fontfamily3 DejaVu Sans Mono
|
||||
%global fontsummary3 DejaVu Sans Mono, a mono-space sans-serif font family
|
||||
%global fontpkgheader3 %{expand:
|
||||
Obsoletes: compat-f32-dejavu-sans-mono-fonts
|
||||
}
|
||||
%global fonts3 DejaVuSansMono*.ttf
|
||||
%global fontconfs3 fontconfig/20*-dejavu-sans-mono.conf
|
||||
%global fontconfngs3 %{SOURCE13}
|
||||
@ -112,7 +117,7 @@ Suggests: font(dejavusansmono)
|
||||
This package consists of the DejaVu sans-serif mono-space font faces, with
|
||||
Unicode coverage restricted to Latin, Greek and Cyrillic.}
|
||||
|
||||
Source0: %{forgesource}
|
||||
Source0: %{forgesource}
|
||||
Source11: 57-%{fontpkgname1}.xml
|
||||
Source12: 57-%{fontpkgname2}.xml
|
||||
Source13: 57-%{fontpkgname3}.xml
|
||||
@ -171,6 +176,10 @@ make check
|
||||
%doc *.txt.xz
|
||||
|
||||
%changelog
|
||||
+* Mon Mar 09 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
+- 2.37-7
|
||||
+✅ Remove F32 compatibility packages
|
||||
|
||||
* Mon Mar 02 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.37-6
|
||||
✅ Lint, lint, lint and lint again
|
||||
|
Loading…
Reference in New Issue
Block a user