Resolves: rhbz#1174935 fix font metadata

epel9
David Tardon 10 years ago
parent 9aac9d4287
commit 4da80d880e

@ -13,5 +13,13 @@
<family>sans-serif</family>
</default>
</alias>
<match target="scan">
<test name="family">
<string>Roboto Condensed</string>
</test>
<edit name="width">
<const>condensed</const>
</edit>
</match>
</fontconfig>

@ -13,5 +13,37 @@
<family>sans-serif</family>
</default>
</alias>
<match target="scan">
<test name="style">
<string>Thin</string>
</test>
<edit name="weight">
<const>thin</const>
</edit>
</match>
<match target="scan">
<test name="style">
<string>Thin Italic</string>
</test>
<edit name="weight">
<const>thin</const>
</edit>
</match>
<match target="scan">
<test name="style">
<string>Black</string>
</test>
<edit name="weight">
<const>black</const>
</edit>
</match>
<match target="scan">
<test name="style">
<string>Black Italic</string>
</test>
<edit name="weight">
<const>black</const>
</edit>
</match>
</fontconfig>

@ -82,6 +82,7 @@ install -m 0644 -p %{SOURCE3} %{SOURCE4} %{buildroot}%{_datadir}/appdata
%changelog
* Tue Dec 23 2014 David Tardon <dtardon@redhat.com> - 1.2-8
- revert the previous "update"
- Resolves: rhbz#1174935 fix font metadata
* Tue Dec 23 2014 David Tardon <dtardon@redhat.com> - 1.2-7
- drop obsolete requires

Loading…
Cancel
Save