[nhn-nanum-gothic-coding-fonts] Update to 2.000-1.

Daiki Ueno ueno at fedoraproject.org
Wed Oct 10 06:54:51 UTC 2012


commit 85b542571f157589abac786b48a6c528a05c9d4b
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Wed Oct 10 15:54:21 2012 +0900

    Update to 2.000-1.

 .gitignore                         |    1 +
 nhn-nanum-gothic-coding-fonts.spec |   21 +++++++++++++++------
 sources                            |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31e2fe4..f6175c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /NanumGothic_Coding.zip
+/NanumGothicCoding-2.0.zip
diff --git a/nhn-nanum-gothic-coding-fonts.spec b/nhn-nanum-gothic-coding-fonts.spec
index 3bccdaf..5cdd36f 100644
--- a/nhn-nanum-gothic-coding-fonts.spec
+++ b/nhn-nanum-gothic-coding-fonts.spec
@@ -1,11 +1,12 @@
+
 %global fontname nhn-nanum-gothic-coding
 %global fontconf 65-3-%{fontname}.conf
 
-%global archivename NanumGothic_Coding.zip
+%global archivename NanumGothicCoding-2.0.zip
 
 Name:		%{fontname}-fonts
-Version:	1.500
-Release:	5%{?dist}
+Version:	2.000
+Release:	1%{?dist}
 Summary:	Nanum Gothic Coding family of Korean TrueType fonts
 
 Group:		User Interface/X
@@ -28,6 +29,15 @@ published by NHN Corporation.
 
 %prep
 %setup -q -c
+for i in *.ttf; do
+  case $i in
+    *-Bold.ttf)
+      mv $i NanumGothic_Coding_Bold.ttf
+      ;;
+    *) 
+      mv $i NanumGothic_Coding.ttf
+  esac
+done
 
 
 %build
@@ -48,11 +58,10 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
 
 %_font_pkg -f %{fontconf} *.ttf
 
-%doc README COPYING
-
 
 %changelog
-* Wed Oct 10 2012 Daiki Ueno <dueno at redhat.com> - 1.500-5
+* Wed Oct 10 2012 Daiki Ueno <dueno at redhat.com> - 2.000-1
+- new upstream release (Closes: #864781)
 - change family from sans-serif to monospace (Closes: #864778)
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.500-4
diff --git a/sources b/sources
index 449821c..471bb4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd5aa9b6de4a8df210c1ff93bf0b71b5  NanumGothic_Coding.zip
+6214a5844454c96faeac9a60539c7daf  NanumGothicCoding-2.0.zip


More information about the fonts-bugs mailing list