93b4fee
%global fontname horai-ume
93b4fee
%global fontconf 65-%{fontname}
93b4fee
%global archivename umefont_%{version}
93b4fee
%global _docdir_fmt %{name}
93b4fee
93b4fee
%global common_desc \
93b4fee
This package contains fonts published by Wataru Horai. It contains Gothic and\
93b4fee
Mincho styles in 18 variants total:\
93b4fee
\
93b4fee
 * Ume Gothic Original, O5, C4, C5, S4, S5\
93b4fee
 * Ume P Gothic Original, O5, C4, C5, S4, S5\
93b4fee
 * Ume UI Gothic Original, O5\
93b4fee
 * Ume Mincho Original, S3\
93b4fee
 * Ume P Mincho Original, S3\
93b4fee
\
93b4fee
In addition to Latin, Greek and Cyrilics scripts it provides Hiragana, Katakana\
93b4fee
and CJK. These fonts are suitable for easy on-screen legibility.
93b4fee
93b4fee
93b4fee
Name:           %{fontname}-fonts
93b4fee
Version:        610
00d6d72
Release:        2%{?dist}
93b4fee
Summary:        Gothic and Mincho fonts designed for easy on-screen legibility
93b4fee
93b4fee
Group:          User Interface/X
93b4fee
License:        mplus
93b4fee
URL:            https://osdn.jp/projects/ume-font/
93b4fee
Source0:        https://osdn.jp/projects/ume-font/downloads/22212/%{archivename}.tar.xz
93b4fee
Source1:        %{fontname}-gothic-fontconfig.conf
93b4fee
Source2:        %{fontname}-pgothic-fontconfig.conf
93b4fee
Source3:        %{fontname}-uigothic-fontconfig.conf
93b4fee
Source4:        %{fontname}-mincho-fontconfig.conf
93b4fee
Source5:        %{fontname}-pmincho-fontconfig.conf
93b4fee
93b4fee
BuildArch:      noarch
93b4fee
BuildRequires:  fontpackages-devel
93b4fee
93b4fee
93b4fee
%description
93b4fee
%common_desc
93b4fee
93b4fee
93b4fee
%package -n %{fontname}-pgothic-fonts
93b4fee
# pgc4    Ume P Gothic C4 / Regular
93b4fee
# pgc5    Ume P Gothic C5 / Medium
93b4fee
# pgo4    Ume P Gothic / Regular
93b4fee
# pgo5    Ume P Gothic O5 / Medium
93b4fee
# pgs4    Ume P Gothic S4 / Regular
93b4fee
# pgs5    Ume P Gothic S5 / Medium
93b4fee
Summary:        Free Japanese fonts family Ume P Gothic
93b4fee
Requires:       fontpackages-filesystem
93b4fee
93b4fee
%description -n %{fontname}-pgothic-fonts
93b4fee
%common_desc
93b4fee
93b4fee
The Ume P Gothic family features sans-serif fonts.
93b4fee
93b4fee
93b4fee
%package -n %{fontname}-pmincho-fonts
93b4fee
# pmo3    Ume P Mincho / Regular
93b4fee
# pms3    Ume P Mincho S3 / Regular
93b4fee
Summary:        Free Japanese fonts family Ume P Mincho
93b4fee
Requires:       fontpackages-filesystem
93b4fee
93b4fee
%description -n %{fontname}-pmincho-fonts
93b4fee
%common_desc
93b4fee
93b4fee
The Ume P Mincho family features serif fonts.
93b4fee
93b4fee
93b4fee
%package -n %{fontname}-gothic-fonts
93b4fee
# tgc4    Ume Gothic C4 / Regular
93b4fee
# tgc5    Ume Gothic C5 / Medium
93b4fee
# tgo4    Ume Gothic / Regular
93b4fee
# tgo5    Ume Gothic O5 / Medium
93b4fee
# tgs4    Ume Gothic S4 / Regular
93b4fee
# tgs5    Ume Gothic S5 / Medium
93b4fee
Summary:        Free Japanese fonts family Ume Gothic
93b4fee
Requires:       fontpackages-filesystem
93b4fee
93b4fee
%description -n %{fontname}-gothic-fonts
93b4fee
%common_desc
93b4fee
93b4fee
The Ume Gothic family features sans-serif fonts.
93b4fee
93b4fee
93b4fee
%package -n %{fontname}-mincho-fonts
93b4fee
# tmo3    Ume Mincho / Regular
93b4fee
# tms3    Ume Mincho S3 / Regular
93b4fee
Summary:        Free Japanese fonts family Ume Mincho
93b4fee
Requires:       fontpackages-filesystem
93b4fee
93b4fee
%description -n %{fontname}-mincho-fonts
93b4fee
%common_desc
93b4fee
93b4fee
The Ume Mincho family features serif fonts.
93b4fee
93b4fee
93b4fee
%package -n %{fontname}-uigothic-fonts
93b4fee
# ugo4    Ume UI Gothic / Regular
93b4fee
# ugo5    Ume UI Gothic O5 / Medium
93b4fee
Summary:        Free Japanese fonts family Ume UI Gothic
93b4fee
Requires:       fontpackages-filesystem
93b4fee
93b4fee
%description -n %{fontname}-uigothic-fonts
93b4fee
%common_desc
93b4fee
93b4fee
The Ume Gothic family features sans-serif fonts.
93b4fee
93b4fee
93b4fee
%prep
93b4fee
%setup -q -n %{archivename}
93b4fee
93b4fee
93b4fee
%build
93b4fee
chmod -x *
93b4fee
93b4fee
93b4fee
%install
93b4fee
install -m 0755 -d %{buildroot}%{_fontdir}
93b4fee
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
93b4fee
93b4fee
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
93b4fee
                   %{buildroot}%{_fontconfig_confdir}
93b4fee
93b4fee
# Repeat for every font family
93b4fee
install -m 0644 -p %{SOURCE1} \
93b4fee
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-gothic.conf
93b4fee
install -m 0644 -p %{SOURCE2} \
93b4fee
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-pgothic.conf
93b4fee
install -m 0644 -p %{SOURCE3} \
93b4fee
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-uigothic.conf
93b4fee
install -m 0644 -p %{SOURCE4} \
93b4fee
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-mincho.conf
93b4fee
install -m 0644 -p %{SOURCE5} \
93b4fee
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-pmincho.conf
93b4fee
93b4fee
for fconf in %{fontconf}-gothic.conf \
93b4fee
             %{fontconf}-pgothic.conf \
93b4fee
             %{fontconf}-uigothic.conf \
93b4fee
             %{fontconf}-mincho.conf \
93b4fee
             %{fontconf}-pmincho.conf ; do
93b4fee
  ln -s %{_fontconfig_templatedir}/$fconf \
93b4fee
        %{buildroot}%{_fontconfig_confdir}/$fconf
93b4fee
done
93b4fee
93b4fee
93b4fee
%_font_pkg -n gothic   -f %{fontconf}-gothic.conf   ume-tg??.ttf
93b4fee
%license license.html
93b4fee
93b4fee
%_font_pkg -n pgothic  -f %{fontconf}-pgothic.conf  ume-pg??.ttf
93b4fee
%license license.html
93b4fee
93b4fee
%_font_pkg -n uigothic -f %{fontconf}-uigothic.conf ume-ug??.ttf
93b4fee
%license license.html
93b4fee
93b4fee
%_font_pkg -n mincho   -f %{fontconf}-mincho.conf   ume-tm??.ttf
93b4fee
%license license.html
93b4fee
93b4fee
%_font_pkg -n pmincho  -f %{fontconf}-pmincho.conf  ume-pm??.ttf
93b4fee
%license license.html
93b4fee
93b4fee
93b4fee
%changelog
00d6d72
* Sat May 14 2016 Karel Volný <kvolny@redhat.com> 610-2
00d6d72
- Fixed fontconfig issue, thanks to Parag Nemade (rhbz#1330613)
00d6d72
93b4fee
* Mon Apr 25 2016 Karel Volný <kvolny@redhat.com> 610-1
93b4fee
- New version 610
93b4fee
- Fixes as per the review request (rhbz#1301144)
93b4fee
 - dropped -common subpackage, license included everywhere
93b4fee
 - changed summary
93b4fee
93b4fee
* Fri Jan 22 2016 Karel Volný <kvolny@redhat.com> 580-1
93b4fee
- Initial release