%global priority 65 %global fontname ipa-pmincho %global fontconf %{priority}-%{fontname}.conf %global archiveversion 00301 %global archivename ipamp%{archiveversion} Name: %{fontname}-fonts Version: 003.01 Release: 4%{?dist} Summary: Japanese Proportional Mincho-typeface OpenType font by IPA Group: User Interface/X License: IPA URL: http://ossipedia.ipa.go.jp/ipafont/ Source0: http://info.openlab.ipa.go.jp/ipafont/fontdata/%{archivename}.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description IPA Font is a Japanese OpenType fonts that is JIS X 0213:2004 compliant, provided by Information-technology Promotion Agency, Japan. This package contains Proportional Mincho style font. %prep %setup -q -n %{archivename} %build %install rm -rf $RPM_BUILD_ROOT install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir} install -m 0644 -p *.otf $RPM_BUILD_ROOT%{_fontdir} install -m 0755 -d $RPM_BUILD_ROOT%{_fontconfig_templatedir} \ $RPM_BUILD_ROOT%{_fontconfig_confdir} install -m 0644 -p %{SOURCE1} \ $RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ $RPM_BUILD_ROOT%{_fontconfig_confdir}/%{fontconf} %clean rm -rf $RPM_BUILD_ROOT %_font_pkg -f %{fontconf} *.otf %doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt %changelog * Fri Jul 24 2009 Fedora Release Engineering - 003.01-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jun 5 2009 Akira TAGOH - 003.01-3 - Disable hinting. * Wed Apr 22 2009 Akira TAGOH - 003.01-2 - Correct the source URL. * Tue Apr 21 2009 Akira TAGOH - 003.01-1 - Initial package.