|
|
@@ -26,7 +26,7 @@
|
|
|
%define V_vera 1.10
|
|
|
%define V_dejavu 2.26
|
|
|
%define V_cardo 98
|
|
|
-%define V_gentium 102_W
|
|
|
+%define V_gentium 110
|
|
|
%define V_lido 20050821
|
|
|
%define V_union 20030604
|
|
|
%define V_delicious 20061021
|
|
|
@@ -59,7 +59,7 @@ Source0: ftp://ftp.openpkg.org/sources/CPY/fonts-free/liberation-fonts-%{V_
|
|
|
Source1: http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/%{V_vera}/ttf-bitstream-vera-%{V_vera}.tar.bz2
|
|
|
Source2: http://switch.dl.sourceforge.net/dejavu/dejavu-fonts-ttf-%{V_dejavu}.tar.bz2
|
|
|
Source3: http://scholarsfonts.net/cardo%{V_cardo}.zip
|
|
|
-Source4: ftp://ftp.openpkg.org/sources/CPY/fonts-free/Gentium_%{V_gentium}.zip
|
|
|
+Source4: ftp://ftp.openpkg.org/sources/CPY/fonts-free/GentiumBasic_%{V_gentium}.zip
|
|
|
Source5: ftp://ftp.openpkg.org/sources/CPY/fonts-free/Lido-STF-%{V_lido}.zip
|
|
|
Source6: ftp://ftp.openpkg.org/sources/CPY/fonts-free/Union-%{V_union}.tar.gz
|
|
|
Source7: ftp://ftp.openpkg.org/sources/CPY/fonts-free/delicious-%{V_delicious}.zip
|
|
|
@@ -89,7 +89,8 @@ AutoReqProv: no
|
|
|
available. They provide a basic set of fonts for standard purposes.
|
|
|
The particular contained fonts are Liberation, Vera, DejaVu, Cardo,
|
|
|
Gentium, Lido, Union, Delicious, Fontin, URW++ PS Fonts, FreeFont,
|
|
|
- ArkPandora and Microsoft CoreFonts.
|
|
|
+ ArkPandora, Microsoft CoreFonts, Libertine, Asana Math, UniFont and
|
|
|
+ Tuffy.
|
|
|
|
|
|
%track
|
|
|
prog fonts-free:liberation = {
|
|
|
@@ -115,7 +116,7 @@ AutoReqProv: no
|
|
|
prog fonts-free:gentium = {
|
|
|
version = %{V_gentium}
|
|
|
url = ftp://ftp.openpkg.org/sources/CPY/fonts-free/
|
|
|
- regex = Gentium_(.+)\.zip
|
|
|
+ regex = GentiumBasic_(.+)\.zip
|
|
|
}
|
|
|
prog fonts-free:lido = {
|
|
|
version = %{V_lido}
|
|
|
@@ -240,10 +241,7 @@ AutoReqProv: no
|
|
|
# install font: Gentium
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Gentium
|
|
|
- cp Gentium*/GenAI*.TTF $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Gentium/GentiumAI.ttf
|
|
|
- cp Gentium*/GenAR*.TTF $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Gentium/GentiumAR.ttf
|
|
|
- cp Gentium*/GenI*.TTF $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Gentium/GentiumI.ttf
|
|
|
- cp Gentium*/GenR*.TTF $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Gentium/GentiumR.ttf
|
|
|
+ cp Gentium*/*.ttf $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Gentium/
|
|
|
|
|
|
# install font: Lido
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|