fix fontconfig links for sans and mono

This commit is contained in:
nim 2009-01-31 18:54:07 +00:00
parent e81fbfe3e0
commit 24dcfca24f
2 changed files with 8 additions and 3 deletions

View File

@ -12,7 +12,7 @@ other screen text.
Name: %{fontname}-fonts Name: %{fontname}-fonts
# The font files all have the same version except for sans fallback which I'm going to ignore here # The font files all have the same version except for sans fallback which I'm going to ignore here
Version: 1.0.112 Version: 1.0.112
Release: 3%{?dist} Release: 4%{?dist}
Summary: General-purpose fonts released by Google as part of Android Summary: General-purpose fonts released by Google as part of Android
Group: User Interface/X Group: User Interface/X
@ -122,8 +122,8 @@ install -m 0644 -p %{SOURCE12} \
install -m 0644 -p %{SOURCE13} \ install -m 0644 -p %{SOURCE13} \
%{buildroot}%{_fontconfig_templatedir}/59-%{fontname}-serif.conf %{buildroot}%{_fontconfig_templatedir}/59-%{fontname}-serif.conf
for fontconf in 59-%{fontname}-sans.conf \ for fontconf in 65-%{fontname}-sans.conf \
59-%{fontname}-sans-mono.conf \ 60-%{fontname}-sans-mono.conf \
59-%{fontname}-serif.conf ; do 59-%{fontname}-serif.conf ; do
ln -s %{_fontconfig_templatedir}/$fontconf \ ln -s %{_fontconfig_templatedir}/$fontconf \
%{buildroot}%{_fontconfig_confdir}/$fontconf %{buildroot}%{_fontconfig_confdir}/$fontconf
@ -142,6 +142,10 @@ rm -fr %{buildroot}
%changelog %changelog
* Sat Jan 31 2009 <nicolas.mailhot at laposte.net>
- 1.0.112-4
fix-up fontconfig installation for sans and mono
* Fri Jan 16 2009 <nicolas.mailhot at laposte.net> * Fri Jan 16 2009 <nicolas.mailhot at laposte.net>
- 1.0.112-3 - 1.0.112-3
Workaround RHEL5 rpmbuild UTF-8 handling bug Workaround RHEL5 rpmbuild UTF-8 handling bug

View File

@ -1,2 +1,3 @@
google-droid-fonts-1_0_112-2_fc11:HEAD:google-droid-fonts-1.0.112-2.fc11.src.rpm:1232143809 google-droid-fonts-1_0_112-2_fc11:HEAD:google-droid-fonts-1.0.112-2.fc11.src.rpm:1232143809
google-droid-fonts-1_0_112-3_fc11:HEAD:google-droid-fonts-1.0.112-3.fc11.src.rpm:1232144541 google-droid-fonts-1_0_112-3_fc11:HEAD:google-droid-fonts-1.0.112-3.fc11.src.rpm:1232144541
google-droid-fonts-1_0_112-4_fc11:HEAD:google-droid-fonts-1.0.112-4.fc11.src.rpm:1233428004