From 3291b34a96863532da566e315c7806b025897229 Mon Sep 17 00:00:00 2001 From: cchance Date: Jan 16 2009 04:18:42 +0000 Subject: - Resolves: rhbz#477332 (Repatched buildsys error.) --- diff --git a/baekmuk-ttf-fonts.spec b/baekmuk-ttf-fonts.spec index 3936d46..5df200c 100644 --- a/baekmuk-ttf-fonts.spec +++ b/baekmuk-ttf-fonts.spec @@ -9,7 +9,7 @@ This package provides the free Korean TrueType fonts. Name: %{fontname}-fonts Version: 2.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Free Korean TrueType fonts Group: User Interface/X @@ -135,11 +135,11 @@ done %__install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} %__install -m 0755 -d %{buildroot}%{_fontconfig_confdir} cd ../ -for fconf in `ls *-%{fontname}-*.conf` +for fconf in %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} do %__install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/ - %__ln_s %{_fontconfig_templatedir}/$fconf \ - %{buildroot}%{_fontconfig_confdir}/$fconf + %__ln_s %{_fontconfig_templatedir}/`basename $fconf` \ + %{buildroot}%{_fontconfig_confdir}/`basename $fconf` done cd - @@ -168,11 +168,14 @@ cd - %{gsdir}/ %changelog +* Fri Jan 16 2009 Caius Chance - 2.2-12.fc11 +- Resolves: rhbz#477332 (Repatched buildsys error.) + * Fri Jan 16 2009 Caius Chance - 2.2-11.fc11 -- Resolves: rhbz#477332 (Include macro _font_pkg and created fontconfig .conf files.) +- Resolves: rhbz#477332 (Included macro _font_pkg and created fontconfig .conf files.) * Fri Jan 09 2009 Caius Chance - 2.2-10.fc11 -- Resolves: rhbz#477332 (Convert to new font packaging guidelines.) +- Resolves: rhbz#477332 (Converted to new font packaging guidelines.) * Mon Jun 30 2008 Caius Chance - 2.2-9.fc10 - Refine obsoletes tag version-release specific.