fix fontconfig links for sans and mono
This commit is contained in:
parent
e81fbfe3e0
commit
24dcfca24f
@ -12,7 +12,7 @@ other screen text.
|
||||
Name: %{fontname}-fonts
|
||||
# The font files all have the same version except for sans fallback which I'm going to ignore here
|
||||
Version: 1.0.112
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: General-purpose fonts released by Google as part of Android
|
||||
|
||||
Group: User Interface/X
|
||||
@ -122,8 +122,8 @@ install -m 0644 -p %{SOURCE12} \
|
||||
install -m 0644 -p %{SOURCE13} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/59-%{fontname}-serif.conf
|
||||
|
||||
for fontconf in 59-%{fontname}-sans.conf \
|
||||
59-%{fontname}-sans-mono.conf \
|
||||
for fontconf in 65-%{fontname}-sans.conf \
|
||||
60-%{fontname}-sans-mono.conf \
|
||||
59-%{fontname}-serif.conf ; do
|
||||
ln -s %{_fontconfig_templatedir}/$fontconf \
|
||||
%{buildroot}%{_fontconfig_confdir}/$fontconf
|
||||
@ -142,6 +142,10 @@ rm -fr %{buildroot}
|
||||
|
||||
|
||||
%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>
|
||||
- 1.0.112-3
|
||||
⁉ Workaround RHEL5 rpmbuild UTF-8 handling bug
|
||||
|
@ -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-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
|
||||
|
Loading…
Reference in New Issue
Block a user