%global fontname nhn-nanum %global fontconf 65-2-%{fontname} %global common_desc \ Nanum fonts are collection of commonly-used Myeongjo and Gothic Korean \ font families, designed by Sandoll Communication and Fontrix. The \ publisher is NHN Corporation. Name: %{fontname}-fonts Version: 3.010 Release: 1%{?dist} Summary: Nanum family of Korean TrueType fonts Group: User Interface/X License: OFL URL: http://hangeul.naver.com/share.nhn Source0: http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip Source1: %{name}-brush-fontconfig.conf Source2: %{name}-gothic-fontconfig.conf Source3: %{name}-myeongjo-fontconfig.conf Source4: %{name}-pen-fontconfig.conf BuildArch: noarch BuildRequires: fontpackages-devel %description %common_desc %package common Summary: Common files of Nanum fonts Requires: fontpackages-filesystem %description common %common_desc This package consists of files used by other %{name} packages. %package -n %{fontname}-brush-fonts Summary: Nanum fonts Brush font faces Requires: %{name}-common = %{version}-%{release} %description -n %{fontname}-brush-fonts %common_desc This package consists of the Nanum fonts Brush font faces. %_font_pkg -n brush -f %{fontconf}-brush.conf NanumBrush.ttf %package -n %{fontname}-gothic-fonts Summary: Nanum fonts Gothic font faces Requires: %{name}-common = %{version}-%{release} %description -n %{fontname}-gothic-fonts %common_desc This package consists of the Nanum fonts Gothic font faces. %_font_pkg -n gothic -f %{fontconf}-gothic.conf NanumGothic.ttf NanumGothicBold.ttf NanumGothicExtraBold.ttf %package -n %{fontname}-myeongjo-fonts Summary: Nanum fonts Myeongjo font faces Requires: %{name}-common = %{version}-%{release} %description -n %{fontname}-myeongjo-fonts %common_desc This package consists of the Nanum fonts Myeongjo font faces. %_font_pkg -n myeongjo -f %{fontconf}-myeongjo.conf NanumMyeongjo.ttf NanumMyeongjoBold.ttf NanumMyeongjoExtraBold.ttf %package -n %{fontname}-pen-fonts Summary: Nanum fonts Pen font faces Requires: %{name}-common = %{version}-%{release} %description -n %{fontname}-pen-fonts %common_desc This package consists of the Nanum fonts Pen font faces. %_font_pkg -n pen -f %{fontconf}-pen.conf NanumPen.ttf %prep %setup -q -c %build %install rm -rf %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} install -m 0644 -p %{SOURCE1} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-brush.conf install -m 0644 -p %{SOURCE2} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-gothic.conf install -m 0644 -p %{SOURCE3} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-myeongjo.conf install -m 0644 -p %{SOURCE4} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-pen.conf for fconf in %{fontconf}-brush.conf \ %{fontconf}-gothic.conf \ %{fontconf}-myeongjo.conf \ %{fontconf}-pen.conf ; do ln -s %{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done %clean rm -rf %{buildroot} %files common %defattr(0644,root,root,0755) %changelog * Wed Mar 30 2011 Daiki Ueno - 3.010-1 - initial packaging for Fedora