diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec74926 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ipag00303.zip diff --git a/.ipa-gothic-fonts.metadata b/.ipa-gothic-fonts.metadata new file mode 100644 index 0000000..2b3bdfb --- /dev/null +++ b/.ipa-gothic-fonts.metadata @@ -0,0 +1 @@ +65fc9f2be1d35cc4f7e1e7d0323fc9ec04cc97c1 SOURCES/ipag00303.zip diff --git a/SOURCES/ipa-gothic-fonts-fontconfig.conf b/SOURCES/ipa-gothic-fonts-fontconfig.conf new file mode 100644 index 0000000..b9c7562 --- /dev/null +++ b/SOURCES/ipa-gothic-fonts-fontconfig.conf @@ -0,0 +1,56 @@ + + + + + + IPAGothic + + monospace + + + + + IPAGothic + + sans-serif + + + + + + + ja + + + monospace + + + IPAGothic + + + + + + ja + + + sans-serif + + + IPAGothic + + + + + + IPAGothic + + + true + + + false + + + + diff --git a/SPECS/ipa-gothic-fonts.spec b/SPECS/ipa-gothic-fonts.spec new file mode 100644 index 0000000..b185ce1 --- /dev/null +++ b/SPECS/ipa-gothic-fonts.spec @@ -0,0 +1,101 @@ +%global priority 65-3 +%global fontname ipa-gothic +%global fontconf %{priority}-%{fontname}.conf +%global archiveversion 00303 +%global archivename ipag%{archiveversion} + +Name: %{fontname}-fonts +Version: 003.03 +Release: 5%{?dist} +Summary: Japanese Gothic-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 + +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 Gothic (sans-serif) style font. + +%prep +%setup -q -n %{archivename} + + +%build + +%install +install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir} +install -m 0644 -p *.ttf $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} + + +%_font_pkg -f %{fontconf} *.ttf + +%doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt + + +%changelog +* Fri Dec 27 2013 Daniel Mach - 003.03-5 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 003.03-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Nov 23 2012 Akira TAGOH +- the spec file cleanup. + +* Fri Aug 17 2012 Akira TAGOH - 003.03-3 +- Enable hinting explicitly since autohinting seems broken for this font. + +* Thu Jul 19 2012 Fedora Release Engineering - 003.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Feb 03 2012 Akira TAGOH - 003.03-1 +- New upstream release. + +* Fri Jan 13 2012 Fedora Release Engineering - 003.02-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 003.02-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue May 25 2010 Akira TAGOH - 003.02-5 +- Improve the fontconfig config file to match ja as well. + +* Mon Apr 19 2010 Akira TAGOH - 003.02-4 +- Get rid of compare="contains". + +* Fri Apr 16 2010 Akira TAGOH - 003.02-3 +- Get rid of binding="same" from the fontconfig config file. (#578020) + +* Tue Feb 16 2010 Akira TAGOH - 003.02-1 +- New upstream release. +- add a fallback rule for sans-serif. + +* 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. +