From f2e5f64680e46c9e56786ec4181a534f658a17de Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Apr 23 2009 07:09:37 +0000 Subject: Initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..2ae3b43 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ipamp00301.zip diff --git a/import.log b/import.log new file mode 100644 index 0000000..70497c0 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +ipa-pmincho-fonts-003_01-2_fc10:HEAD:ipa-pmincho-fonts-003.01-2.fc10.src.rpm:1240470119 diff --git a/ipa-pmincho-fonts-fontconfig.conf b/ipa-pmincho-fonts-fontconfig.conf new file mode 100644 index 0000000..a9d1a3e --- /dev/null +++ b/ipa-pmincho-fonts-fontconfig.conf @@ -0,0 +1,25 @@ + + + + + + IPAPMincho + + serif + + + + + + + ja-jp + + + serif + + + IPAPMincho + + + + diff --git a/ipa-pmincho-fonts.spec b/ipa-pmincho-fonts.spec new file mode 100644 index 0000000..be588fb --- /dev/null +++ b/ipa-pmincho-fonts.spec @@ -0,0 +1,63 @@ +%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: 2%{?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 +* Wed Apr 22 2009 Akira TAGOH - 003.01-2 +- Correct the source URL. + +* Tue Apr 21 2009 Akira TAGOH - 003.01-1 +- Initial package. + diff --git a/sources b/sources index e69de29..bbb44f7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +be6bd5e5f09da8773d0361128340a0f1 ipamp00301.zip