|
|
@@ -30,8 +30,8 @@
|
|
|
%define V_lido 20050821
|
|
|
%define V_union 20030604
|
|
|
%define V_delicious 20061021
|
|
|
-%define V_fontin 2
|
|
|
-%define V_fontinsans 49
|
|
|
+%define V_fontin 20090923
|
|
|
+%define V_fontinsans 20090923
|
|
|
%define V_urw 8.71
|
|
|
%define V_freefont 20090104
|
|
|
%define V_arkpandora 2.04
|
|
|
@@ -66,7 +66,7 @@ Class: EVAL
|
|
|
Group: Graphics
|
|
|
License: Open Source
|
|
|
Version: 0
|
|
|
-Release: 20100320
|
|
|
+Release: 20100331
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-%{V_liberation}.tar.gz
|
|
|
@@ -77,8 +77,8 @@ Source4: http://download.openpkg.org/components/versioned/fonts-free/Gentiu
|
|
|
Source5: http://download.openpkg.org/components/versioned/fonts-free/Lido-STF-%{V_lido}.zip
|
|
|
Source6: http://download.openpkg.org/components/versioned/fonts-free/Union-%{V_union}.tar.gz
|
|
|
Source7: http://download.openpkg.org/components/versioned/fonts-free/delicious-%{V_delicious}.zip
|
|
|
-Source8: http://www.josbuivenga.demon.nl/pc/fontin%{V_fontin}_pc.zip
|
|
|
-Source9: http://www.josbuivenga.demon.nl/FontinSans_%{V_fontinsans}.zip
|
|
|
+Source8: http://download.openpkg.org/components/versioned/fonts-free/fontin-%{V_fontin}.zip
|
|
|
+Source9: http://download.openpkg.org/components/versioned/fonts-free/fontinsans-%{V_fontinsans}.zip
|
|
|
Source10: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/GhostPCL/urwfonts-%{V_urw}.tar.bz2
|
|
|
Source11: ftp://ftp.gnu.org/pub/gnu/freefont/freefont-ttf-%{V_freefont}.tar.gz
|
|
|
Source12: http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-%{V_arkpandora}.tgz
|
|
|
@@ -160,13 +160,13 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
}
|
|
|
prog fonts-free:fontin = {
|
|
|
version = %{V_fontin}
|
|
|
- url = http://www.josbuivenga.demon.nl/fontin.html
|
|
|
- regex = fontin(\d+)_pc\.zip
|
|
|
+ url = http://download.openpkg.org/components/versioned/fonts-free/
|
|
|
+ regex = fontin-(__VER__)\.zip
|
|
|
}
|
|
|
prog fonts-free:fontinsans = {
|
|
|
version = %{V_fontinsans}
|
|
|
- url = http://www.josbuivenga.demon.nl/fontinsans.html
|
|
|
- regex = FontinSans_(\d+)\.zip
|
|
|
+ url = http://download.openpkg.org/components/versioned/fonts-free/
|
|
|
+ regex = fontinsans-(__VER__)\.zip
|
|
|
}
|
|
|
prog fonts-free:urw = {
|
|
|
version = %{V_urw}
|
|
|
@@ -355,7 +355,7 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
# install font: Fontin
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Fontin
|
|
|
- cp Fontin*.ttf Fontin*.otf \
|
|
|
+ cp Fontin*.otf Fontin*.otf \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Fontin/
|
|
|
|
|
|
# install font: URW++
|