You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
4.4 KiB
135 lines
4.4 KiB
%global fontname google-croscore
|
|
%global fontconf 62-%{fontname}
|
|
|
|
%global common_desc \
|
|
This package contains a collections of fonts that offers improved on-screen \
|
|
readability characteristics and the pan-European WGL character set and solves \
|
|
the needs of developers looking for width-compatible fonts to address document \
|
|
portability across platforms.
|
|
|
|
|
|
Name: %{fontname}-fonts
|
|
Version: 1.21.0
|
|
Release: 2%{?dist}
|
|
Summary: The width-compatible fonts for improved on-screen readability
|
|
|
|
Group: User Interface/X
|
|
License: OFL
|
|
#URL:
|
|
Source0: http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-%{version}.tar.gz
|
|
Source1: %{fontconf}-arimo-fontconfig.conf
|
|
Source2: %{fontconf}-cousine-fontconfig.conf
|
|
Source3: %{fontconf}-tinos-fontconfig.conf
|
|
Source4: %{fontconf}-symbolneu-fontconfig.conf
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: fontpackages-devel
|
|
|
|
%description
|
|
%common_desc
|
|
|
|
|
|
%package common
|
|
Summary: Common files of %{name}
|
|
Requires: fontpackages-filesystem
|
|
|
|
%description common
|
|
This package consists of files used by other %{name} packages.
|
|
|
|
# Repeat for every font family
|
|
%package -n %{fontname}-arimo-fonts
|
|
Summary: The croscore Arimo family fonts
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
%description -n %{fontname}-arimo-fonts
|
|
%common_desc
|
|
Arimo was designed by Steve Matteson as an innovative, refreshing sans serif
|
|
design that is metrically compatible with Arial. Arimo offers improved
|
|
on-screen readability characteristics and the pan-European WGL character set
|
|
and solves the needs of developers looking for width-compatible fonts to
|
|
address document portability across platforms.
|
|
|
|
%_font_pkg -n arimo -f %{fontconf}-arimo.conf Arimo*.ttf
|
|
|
|
|
|
%package -n %{fontname}-cousine-fonts
|
|
Summary: The croscore Cousine family fonts
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
%description -n %{fontname}-cousine-fonts
|
|
%common_desc
|
|
Cousine was designed by Steve Matteson as an innovative, refreshing sans serif
|
|
design that is metrically compatible with Courier New. Cousine offers improved
|
|
on-screen readability characteristics and the pan-European WGL character set
|
|
and solves the needs of developers looking for width-compatible fonts to
|
|
address document portability across platforms.
|
|
|
|
%_font_pkg -n cousine -f %{fontconf}-cousine.conf Cousine*.ttf
|
|
|
|
%package -n %{fontname}-tinos-fonts
|
|
Summary: The croscore Tinos family fonts
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
%description -n %{fontname}-tinos-fonts
|
|
%common_desc
|
|
Tinos was designed by Steve Matteson as an innovative, refreshing serif design
|
|
that is metrically compatible with Times New Roman. Tinos offers improved
|
|
on-screen readability characteristics and the pan-European WGL character set
|
|
and solves the needs of developers looking for width-compatible fonts to
|
|
address document portability across platforms.
|
|
|
|
%_font_pkg -n tinos -f %{fontconf}-tinos.conf Tinos*.ttf
|
|
|
|
%package -n %{fontname}-symbolneu-fonts
|
|
Summary: The croscore Symbol Neu family fonts
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
%description -n %{fontname}-symbolneu-fonts
|
|
%common_desc
|
|
Symbol Neu is a metrically compatible font to Symbol.
|
|
|
|
%_font_pkg -n symbolneu -f %{fontconf}-symbolneu.conf SymbolNeu.ttf
|
|
|
|
%prep
|
|
%setup -q -n croscorefonts-%{version}
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
|
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
|
|
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
|
%{buildroot}%{_fontconfig_confdir}
|
|
|
|
# Repeat for every font family
|
|
install -m 0644 -p %{SOURCE1} \
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-arimo.conf
|
|
install -m 0644 -p %{SOURCE2} \
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-cousine.conf
|
|
install -m 0644 -p %{SOURCE3} \
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-tinos.conf
|
|
install -m 0644 -p %{SOURCE4} \
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-symbolneu.conf
|
|
|
|
for fconf in %{fontconf}-arimo.conf \
|
|
%{fontconf}-cousine.conf \
|
|
%{fontconf}-tinos.conf \
|
|
%{fontconf}-symbolneu.conf; do
|
|
ln -s %{_fontconfig_templatedir}/$fconf \
|
|
%{buildroot}%{_fontconfig_confdir}/$fconf
|
|
done
|
|
|
|
|
|
%files common
|
|
%doc LICENSE
|
|
|
|
|
|
%changelog
|
|
* Tue Mar 27 2012 Parag Nemade <pnemade AT redhat DOT com>- 1.21.0-2
|
|
- Updated fontconfig rules.
|
|
|
|
* Wed Mar 21 2012 Parag Nemade <pnemade AT redhat DOT com>- 1.21.0-1
|
|
- Initial packaging
|