e11974
%global		priority	65-2
e11974
%global		fontname	ipa-pgothic
e11974
%global		fontconf	%{priority}-%{fontname}.conf
e11974
%global		archiveversion	00303
e11974
%global		archivename	ipagp%{archiveversion}
e11974
e11974
Name:		%{fontname}-fonts
e11974
Version:	003.03
e11974
Release:	5%{?dist}
e11974
Summary:	Japanese Proportional Gothic-typeface OpenType font by IPA
e11974
e11974
Group:		User Interface/X
e11974
License:	IPA
e11974
URL:		http://ossipedia.ipa.go.jp/ipafont/
e11974
Source0:	http://info.openlab.ipa.go.jp/ipafont/fontdata/%{archivename}.zip
e11974
Source1:	%{name}-fontconfig.conf
e11974
e11974
BuildArch:	noarch
e11974
BuildRequires:	fontpackages-devel
e11974
Requires:	fontpackages-filesystem
e11974
e11974
%description
e11974
IPA Font is a Japanese OpenType fonts that is JIS X 0213:2004
e11974
compliant, provided by Information-technology Promotion Agency, Japan.
e11974
e11974
This package contains Proportional Gothic (sans-serif) style font.
e11974
e11974
%prep
e11974
%setup -q -n %{archivename}
e11974
e11974
e11974
%build
e11974
e11974
%install
e11974
install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
e11974
install -m 0644 -p *.ttf $RPM_BUILD_ROOT%{_fontdir}
e11974
e11974
install -m 0755 -d	$RPM_BUILD_ROOT%{_fontconfig_templatedir}	\
e11974
			$RPM_BUILD_ROOT%{_fontconfig_confdir}
e11974
install -m 0644 -p	%{SOURCE1}	\
e11974
			$RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf}
e11974
e11974
ln -s	%{_fontconfig_templatedir}/%{fontconf}	\
e11974
	$RPM_BUILD_ROOT%{_fontconfig_confdir}/%{fontconf}
e11974
e11974
e11974
%_font_pkg -f %{fontconf} *.ttf
e11974
e11974
%doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt
e11974
e11974
e11974
%changelog
e11974
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 003.03-5
e11974
- Mass rebuild 2013-12-27
e11974
e11974
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 003.03-4
e11974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e11974
e11974
* Fri Nov 23 2012 Akira TAGOH <tagoh@redhat.com>
e11974
- the spec file cleanup
e11974
e11974
* Fri Aug 17 2012 Akira TAGOH <tagoh@redhat.com> - 003.03-3
e11974
- Enable autohinting explicitly since the own hinting seems broken.
e11974
e11974
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 003.03-2
e11974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e11974
e11974
* Fri Feb 03 2012 Akira TAGOH <tagoh@redhat.com> - 003.03-1
e11974
- New upstream release.
e11974
e11974
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 003.02-7
e11974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e11974
e11974
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 003.02-6
e11974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e11974
e11974
* Tue May 25 2010 Akira TAGOH <tagoh@redhat.com> - 003.02-5
e11974
- Improve the fontconfig config file to match ja as well.
e11974
e11974
* Mon Apr 19 2010 Akira TAGOH <tagoh@redhat.com> - 003.02-4
e11974
- Get rid of compare="contains".
e11974
e11974
* Mon Apr 19 2010 Akira TAGOH <tagoh@redhat.com> - 003.02-3
e11974
- Get rid of binding="same" from the fontconfig config file. (#578023)
e11974
e11974
* Tue Feb 16 2010 Akira TAGOH <tagoh@redhat.com> - 003.02-1
e11974
- New upstream release.
e11974
e11974
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 003.01-4
e11974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e11974
e11974
* Fri Jun  5 2009 Akira TAGOH <tagoh@redhat.com> - 003.01-3
e11974
- Disable hinting.
e11974
e11974
* Wed Apr 22 2009 Akira TAGOH <tagoh@redhat.com> - 003.01-2
e11974
- Correct the source URL.
e11974
e11974
* Tue Apr 21 2009 Akira TAGOH <tagoh@redhat.com> - 003.01-1
e11974
- Initial package.
e11974