From 55af01078a0206b9978f19ad5f5b5631d465c189 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 24 Jul 2012 19:37:20 +0900 Subject: [PATCH] New upstream release. - Giving up to build fonts from the source due to lacking of the build script. --- .gitignore | 1 + linux-libertine-fonts.spec | 35 +++++++++++++++++++++-------------- sources | 2 +- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 96cf0b5..0a2ea16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ LinLibertineSRC-4.4.1.tgz /LinLibertineSRC-4.7.5-2.tgz /LinLibertineSRC_5.1.3_2011_06_21.tgz +/LinLibertineTTF_5.3.0_2012_07_02.tgz diff --git a/linux-libertine-fonts.spec b/linux-libertine-fonts.spec index a6d72f2..b4ef9b2 100644 --- a/linux-libertine-fonts.spec +++ b/linux-libertine-fonts.spec @@ -5,7 +5,7 @@ %global fontconf_biolinum %{prio_biolinum}-%{fontname}-biolinum.conf %global fontconf_metrics 29-%{fontname}-metrics-alias.conf %global archivename LinLibertine -%define posttag 2011_06_21 +%define posttag 2012_07_02 %define common_desc \ The Linux Libertine Open Fonts are a TrueType font family for practical \ @@ -13,14 +13,14 @@ use in documents. They were created to provide a free alternative to \ proprietary standard fonts. Name: %{fontname}-fonts -Version: 5.1.3 -Release: 3.%{posttag}%{?dist} +Version: 5.3.0 +Release: 1.%{posttag}%{?dist} Summary: Linux Libertine Open Fonts Group: User Interface/X License: GPLv2+ with exceptions or OFL URL: http://linuxlibertine.sf.net -Source0: http://download.sourceforge.net/sourceforge/linuxlibertine/LinLibertineSRC_%{version}_%{posttag}.tgz +Source0: http://download.sourceforge.net/sourceforge/linuxlibertine/LinLibertineTTF_%{version}_%{posttag}.tgz Source1: %{name}-libertine-fontconfig.conf Source2: %{name}-biolinum-fontconfig.conf Source3: %{name}-libertine-metrics-alias-fontconfig.conf @@ -57,16 +57,16 @@ Group: User Interface/X This package consists of files used by other %{name} packages. %prep -%setup -q -n %{archivename} -sed -i -e 's/\r//' OFL.txt +%setup -q -c +sed -i -e 's/\r//' OFL-1.1.txt %build -for i in $(find -name '*.sfd'); do - (cd scripts; - ./bailly-2.sh "../$i" ttf - ) -done -mv scripts/*.ttf . +#for i in $(find -name '*.sfd'); do +# (cd scripts; +# ./bailly-2.sh "../$i" ttf +# ) +#done +#mv scripts/*.ttf . %install rm -fr %{buildroot} @@ -83,7 +83,7 @@ install -m 0644 -p %{SOURCE2} \ install -m 0644 -p %{SOURCE3} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf_metrics} -for fconf in %{fontconf_libertine} %{fontconf_biolinum}; do +for fconf in %{fontconf_libertine} %{fontconf_metrics} %{fontconf_biolinum}; do ln -s %{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done @@ -93,13 +93,20 @@ rm -fr %{buildroot} %files common %defattr(0644, root, root, 0755) -%doc Bugs.txt ChangeLog.txt GPL.txt LICENCE.txt OFL.txt Readme-TEX.txt Readme.txt +%doc Bugs.txt ChangeLog.txt GPL.txt LICENCE.txt OFL-1.1.txt Readme-TEX.txt README %_font_pkg -f %{fontconf_libertine} LinLibertine*.ttf +%{_fontconfig_templatedir}/%{fontconf_metrics} +%{_fontconfig_confdir}/%{fontconf_metrics} + %_font_pkg -n biolinum -f %{fontconf_biolinum} LinBiolinum*.ttf %changelog +* Tue Jul 24 2012 Akira TAGOH - 5.3.0-1.2012_07_02 +- New upstream release. +- Giving up to build fonts from the source due to lacking of the build script. + * Thu Jul 19 2012 Fedora Release Engineering - 5.1.3-3.2011_06_21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index c046537..c7dd768 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15e268158671a5bf6b8146ec6bd6bf9b LinLibertineSRC_5.1.3_2011_06_21.tgz +3ff3ede32b0a62e57a62e33783815b70 LinLibertineTTF_5.3.0_2012_07_02.tgz