|
|
@@ -61,6 +61,7 @@
|
|
|
%define V_vollkorn 20090424
|
|
|
%define V_vegur 0601
|
|
|
%define V_tiresias 20100417
|
|
|
+%define V_amble 1.00000
|
|
|
|
|
|
# package information
|
|
|
Name: fonts-free
|
|
|
@@ -73,7 +74,7 @@ Class: EVAL
|
|
|
Group: Graphics
|
|
|
License: Open Source
|
|
|
Version: 0
|
|
|
-Release: 20100417
|
|
|
+Release: 20100423
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-%{V_liberation}.tar.gz
|
|
|
@@ -117,8 +118,9 @@ Source37: http://download.openpkg.org/components/versioned/fonts-free/Yanone
|
|
|
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: http://download.openpkg.org/components/versioned/fonts-free/tiresias-%{V_tiresias}.tar.gz
|
|
|
-Source41: fonts-free.txt
|
|
|
-Source42: fonts-free.conf
|
|
|
+Source41: http://download.openpkg.org/components/versioned/fonts-free/Amble-%{V_amble}.tar.gz
|
|
|
+Source42: fonts-free.txt
|
|
|
+Source43: fonts-free.conf
|
|
|
|
|
|
# build information
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, cabextract, xz
|
|
|
@@ -310,6 +312,11 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
url = http://download.openpkg.org/components/versioned/fonts-free/
|
|
|
regex = tiresias-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog fonts-free:amble = {
|
|
|
+ version = %{V_amble}
|
|
|
+ url = http://download.openpkg.org/components/versioned/fonts-free/
|
|
|
+ regex = Amble-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
(
|
|
|
@@ -351,6 +358,7 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
%setup -q -T -D -a 37
|
|
|
%setup -q -T -D -a 39
|
|
|
%setup -q -T -D -a 40
|
|
|
+ %setup -q -T -D -a 41
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -587,6 +595,11 @@ PreReq: OpenPKG, openpkg >= 20100101, fontconfig
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Tiresias
|
|
|
cp tiresias/*.ttf $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Tiresias/
|
|
|
|
|
|
+ # install font: Amble
|
|
|
+ %{l_shtool} mkdir -f -p -m 755 \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Amble
|
|
|
+ cp Amble-*.ttf $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Amble/
|
|
|
+
|
|
|
# hook into fontconfig(1)
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.avail \
|