|
|
@@ -60,6 +60,7 @@
|
|
|
%define V_kaffeesatz 20100115
|
|
|
%define V_vollkorn 20090424
|
|
|
%define V_vegur 0601
|
|
|
+%define V_tiresias 20100417
|
|
|
|
|
|
# package information
|
|
|
Name: fonts-free
|
|
|
@@ -72,7 +73,7 @@ Class: EVAL
|
|
|
Group: Graphics
|
|
|
License: Open Source
|
|
|
Version: 0
|
|
|
-Release: 20100414
|
|
|
+Release: 20100417
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-%{V_liberation}.tar.gz
|
|
|
@@ -115,8 +116,9 @@ Source36: http://download.openpkg.org/components/versioned/fonts-free/Aller-
|
|
|
Source37: http://download.openpkg.org/components/versioned/fonts-free/YanoneKaffeesatz-%{V_kaffeesatz}.zip
|
|
|
Source38: http://download.openpkg.org/components/versioned/fonts-free/vollkorn-%{V_vollkorn}.otf
|
|
|
Source39: http://www.dotcolon.net/DL/font/vegur_L_R_M_B_%{V_vegur}.zip
|
|
|
-Source40: fonts-free.txt
|
|
|
-Source41: fonts-free.conf
|
|
|
+Source40: http://download.openpkg.org/components/versioned/fonts-free/tiresias-%{V_tiresias}.tar.gz
|
|
|
+Source41: fonts-free.txt
|
|
|
+Source42: fonts-free.conf
|
|
|
|
|
|
# build information
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, cabextract, xz
|
|
|
@@ -303,6 +305,11 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
url = http://www.dotcolon.net/DL/font/
|
|
|
regex = vegur_L_R_M_B_(__VER__)\.zip
|
|
|
}
|
|
|
+ prog fonts-free:tiresias = {
|
|
|
+ version = %{V_tiresias}
|
|
|
+ url = http://download.openpkg.org/components/versioned/fonts-free/
|
|
|
+ regex = tiresias-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
(
|
|
|
@@ -343,6 +350,7 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
%setup -q -T -D -a 36
|
|
|
%setup -q -T -D -a 37
|
|
|
%setup -q -T -D -a 39
|
|
|
+ %setup -q -T -D -a 40
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -574,6 +582,11 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
cp Vegur-M*.otf $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Vegur/Vegur-M.otf
|
|
|
cp Vegur-R*.otf $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Vegur/Vegur-R.otf
|
|
|
|
|
|
+ # install font: Tiresias
|
|
|
+ %{l_shtool} mkdir -f -p -m 755 \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Tiresias
|
|
|
+ cp tiresias/*.ttf $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Tiresias/
|
|
|
+
|
|
|
# hook into fontconfig(1)
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.avail \
|