Resolves:rh#847621 - better enabling autohinting by default
- Resolves:rh#847623 - fontconfig file isn't shipped in rpm - Resolves:rh#847627 - Malformed fontconfig config file
This commit is contained in:
parent
be0d3170b2
commit
5a38bde958
@ -12,9 +12,17 @@
|
|||||||
<match>
|
<match>
|
||||||
<test name="lang">
|
<test name="lang">
|
||||||
<string>bo-cn</string>
|
<string>bo-cn</string>
|
||||||
|
</test>
|
||||||
|
<test name="lang">
|
||||||
<string>bo-in</string>
|
<string>bo-in</string>
|
||||||
|
</test>
|
||||||
|
<test name="lang">
|
||||||
<string>bo</string>
|
<string>bo</string>
|
||||||
|
</test>
|
||||||
|
<test name="lang">
|
||||||
<string>dz-bt</string>
|
<string>dz-bt</string>
|
||||||
|
</test>
|
||||||
|
<test name="lang">
|
||||||
<string>dz</string>
|
<string>dz</string>
|
||||||
</test>
|
</test>
|
||||||
<test name="family">
|
<test name="family">
|
||||||
@ -24,5 +32,13 @@
|
|||||||
<string>Jomolhari</string>
|
<string>Jomolhari</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" ignore-blanks="yes">
|
||||||
|
<string>Jomolhari</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 0.003
|
Version: 0.003
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Jomolhari a Bhutanese style font for Tibetan and Dzongkha
|
Summary: Jomolhari a Bhutanese style font for Tibetan and Dzongkha
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -32,16 +32,29 @@ The font supports the standard combinations used in most texts.
|
|||||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||||
|
|
||||||
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||||
|
%{buildroot}%{_fontconfig_confdir}
|
||||||
|
|
||||||
|
install -m 0644 -p %{SOURCE1} \
|
||||||
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
|
||||||
|
ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||||
|
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
||||||
|
|
||||||
for i in FONTLOG.txt OFL-FAQ.txt OFL.txt
|
for i in FONTLOG.txt OFL-FAQ.txt OFL.txt
|
||||||
do
|
do
|
||||||
tr -d '\r' < $i > ${i}.tmp
|
tr -d '\r' < $i > ${i}.tmp
|
||||||
mv -f ${i}.tmp $i
|
mv -f ${i}.tmp $i
|
||||||
done
|
done
|
||||||
|
|
||||||
%_font_pkg *.ttf
|
%_font_pkg -f 65-0-%{fontname}.conf *.ttf
|
||||||
%doc FONTLOG.txt OFL-FAQ.txt OFL.txt
|
%doc FONTLOG.txt OFL-FAQ.txt OFL.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 14 2012 Parag <pnemade AT redhat DOT com> - 0.003-13
|
||||||
|
- Resolves:rh#847621 - better enabling autohinting by default
|
||||||
|
- Resolves:rh#847623 - fontconfig file isn't shipped in rpm
|
||||||
|
- Resolves:rh#847627 - Malformed fontconfig config file
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-12
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user