%define fontname alee %define fontdir %{_datadir}/fonts/%{fontname} %define archivename ttf-alee Name: %{fontname}-fonts Version: 12 Release: 1%{?dist} Summary: Alee family of Korean TrueType fonts Summary(ko): 한글 alee글꼴 모음 Group: User Interface/X License: Artistic 2.0 URL: http://alee.anj.kr/debian/ Source0: http://alee.anj.kr/fonts/alee/%{archivename}_%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description A Lee's free Hangul truetype fonts This package contains free Hangul truetype fonts made by A Lee. Bandal, Bangwool, Guseul, Eunjin and EunjinNakseo are general purpose Hangul truetype fonts that contain Korean syllable characters. Bandal, Bangwool, Eunjin and EunjinNakseo also contain Latin9 (iso8859-15) characters. %description -l ko A Lee님의 공개 한글글꼴 모임 - 은진,은진낙서: script - 반달,방울,구술: sansserif %prep %setup -q -n ttf-alee-%{version} %build %install rm -rf $RPM_BUILD_ROOT install -dm 0755 -d $RPM_BUILD_ROOT%{fontdir} install -pm 0644 -p *.ttf $RPM_BUILD_ROOT%{fontdir} %clean rm -rf $RPM_BUILD_ROOT %post if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} || : fi %postun if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then %{_bindir}/fc-cache %{fontdir} || : fi %files %defattr(-,root,root,-) %doc COPYING %doc debian/ %dir %{fontdir}/ %{fontdir}/*.ttf %changelog * Wed Oct 08 2008 Dennis Jang - 12-1 - Initial release.