|
|
|
@ -24,7 +24,9 @@ Source3: 62-%{fontname}-tinos-fontconfig.conf
|
|
|
|
|
Source4: 30-0-%{fontname}-arimo-fontconfig.conf
|
|
|
|
|
Source5: 30-0-%{fontname}-cousine-fontconfig.conf
|
|
|
|
|
Source6: 30-0-%{fontname}-tinos-fontconfig.conf
|
|
|
|
|
Source7: 62-%{fontname}-symbolneu-fontconfig.conf
|
|
|
|
|
#Symbol font is not Unicode compatible
|
|
|
|
|
#https://bugzilla.redhat.com/show_bug.cgi?id=1037882
|
|
|
|
|
#Source7: 62-%{fontname}-symbolneu-fontconfig.conf
|
|
|
|
|
|
|
|
|
|
# Upstream has not provided license text in this 1.23.0 release
|
|
|
|
|
# Add ASL2.0 license text in LICENSE-2.0.txt file
|
|
|
|
@ -95,7 +97,7 @@ Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
%common_desc
|
|
|
|
|
Symbol Neu is a metrically compatible font to Symbol.
|
|
|
|
|
|
|
|
|
|
%_font_pkg -n symbolneu -f *-%{fontname}-symbolneu.conf SymbolNeu.ttf
|
|
|
|
|
%_font_pkg -n symbolneu SymbolNeu.ttf
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n croscorefonts-%{version}
|
|
|
|
@ -124,13 +126,14 @@ install -m 0644 -p %{SOURCE5} \
|
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf30}-cousine.conf
|
|
|
|
|
install -m 0644 -p %{SOURCE6} \
|
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf30}-tinos.conf
|
|
|
|
|
install -m 0644 -p %{SOURCE7} \
|
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf62}-symbolneu.conf
|
|
|
|
|
#install -m 0644 -p %{SOURCE7} \
|
|
|
|
|
# %{buildroot}%{_fontconfig_templatedir}/%{fontconf62}-symbolneu.conf
|
|
|
|
|
|
|
|
|
|
for fconf in %{fontconf62}-arimo.conf %{fontconf30}-arimo.conf \
|
|
|
|
|
%{fontconf62}-cousine.conf %{fontconf30}-cousine.conf \
|
|
|
|
|
%{fontconf62}-tinos.conf %{fontconf30}-tinos.conf \
|
|
|
|
|
%{fontconf62}-symbolneu.conf; do
|
|
|
|
|
# %{fontconf62}-symbolneu.conf; do
|
|
|
|
|
do
|
|
|
|
|
ln -s %{_fontconfig_templatedir}/$fconf \
|
|
|
|
|
%{buildroot}%{_fontconfig_confdir}/$fconf
|
|
|
|
|
done
|
|
|
|
@ -141,6 +144,10 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 03 2014 Parag Nemade <pnemade AT redhat DOT com>- 1.23.0-5
|
|
|
|
|
- Drop fontconfig for Symbol Neu font
|
|
|
|
|
- Fix rh#1037882 - Wrong character displayed with google-croscore-symbolneu-fonts installed
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|