Resolves:rh#1056029 - Fontconfig and summary required fixes

This commit is contained in:
Parag Nemade 2014-01-22 15:20:33 +05:30
parent 5fd59a2f4b
commit 4fb5d08149
2 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig> <fontconfig>
<alias> <alias>
<family>sans-serif</family> <family>serif</family>
<prefer> <prefer>
<family>Caladea</family> <family>Caladea</family>
</prefer> </prefer>
@ -10,7 +10,7 @@
<alias> <alias>
<family>Caladea</family> <family>Caladea</family>
<default> <default>
<family>sans-serif</family> <family>serif</family>
</default> </default>
</alias> </alias>
</fontconfig> </fontconfig>

View File

@ -6,8 +6,8 @@
Name: %{fontname}-fonts Name: %{fontname}-fonts
Version: 1.002 Version: 1.002
Release: 0.2.20130214%{?dist} Release: 0.3.20130214%{?dist}
Summary: Sans-serif font metric-compatible with Cambria font Summary: Serif font metric-compatible with Cambria font
Group: User Interface/X Group: User Interface/X
# License added in font as "otfinfo -i Caladea-Regular.ttf | grep License" # License added in font as "otfinfo -i Caladea-Regular.ttf | grep License"
@ -23,7 +23,7 @@ BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem Requires: fontpackages-filesystem
%description %description
Caladea is metric-compatible with Cambria font. This font is sans-serif Caladea is metric-compatible with Cambria font. This font is a serif
typeface family based on Lato. typeface family based on Lato.
%prep %prep
@ -57,6 +57,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf62}-fontconfig.conf \
%changelog %changelog
* Wed Jan 22 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.002-0.3.20130214
- Resolves:rh#1056029 - Fontconfig and summary required fixes
* Tue Oct 15 2013 Parag Nemade <pnemade AT redhat DOT com> - 1.002-0.2.20130214 * Tue Oct 15 2013 Parag Nemade <pnemade AT redhat DOT com> - 1.002-0.2.20130214
- Added license information in comments - Added license information in comments