|
|
@@ -46,7 +46,7 @@
|
|
|
%define V_envycoder PR7
|
|
|
%define V_inconsolata 20090207
|
|
|
%define V_anonymouspro 1.0
|
|
|
-%define V_gyre 2.003
|
|
|
+%define V_gyre 2.004
|
|
|
|
|
|
# package information
|
|
|
Name: fonts-free
|
|
|
@@ -86,7 +86,7 @@ Source20: http://switch.dl.sourceforge.net/sourceforge/cm-unicode/cm-unicode
|
|
|
Source21: http://download.damieng.com/fonts/original/EnvyCodeR-%{V_envycoder}.zip
|
|
|
Source22: ftp://ftp.openpkg.org/sources/CPY/fonts-free/Inconsolata-%{V_inconsolata}.otf
|
|
|
Source23: ftp://ftp.openpkg.org/sources/CPY/fonts-free/AnonymousPro-%{V_anonymouspro}.zip
|
|
|
-Source24: http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-v%{V_gyre}otf.zip
|
|
|
+Source24: http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-%{V_gyre}otf.zip
|
|
|
Source25: fonts-free.txt
|
|
|
Source26: fonts-free.conf
|
|
|
|
|
|
@@ -230,7 +230,7 @@ AutoReqProv: no
|
|
|
prog fonts-free:gyre = {
|
|
|
version = %{V_gyre}
|
|
|
url = http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole
|
|
|
- regex = tg-v(__VER__)otf\.zip
|
|
|
+ regex = tg-(__VER__)otf\.zip
|
|
|
}
|
|
|
|
|
|
%prep
|
|
|
@@ -432,7 +432,7 @@ AutoReqProv: no
|
|
|
# install font: TeX Gyre
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/TexGyre
|
|
|
- cp tg-v%{V_gyre}otf/texgyr*.otf \
|
|
|
+ cp texgyr*.otf \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/TexGyre/
|
|
|
|
|
|
# hook into fontconfig(1)
|