cleanup files
This commit is contained in:
parent
5c49de24f1
commit
ca71c1016e
@ -9,15 +9,15 @@
|
||||
-->
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
<default>
|
||||
<family xml:space="preserve">serif</family>
|
||||
<family>serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family xml:space="preserve">serif</family>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
@ -9,9 +9,9 @@
|
||||
-->
|
||||
<fontconfig>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXIntegrals</family>
|
||||
<family>STIXIntegrals</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
@ -9,9 +9,9 @@
|
||||
-->
|
||||
<fontconfig>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXNonUnicode</family>
|
||||
<family>STIXNonUnicode</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
@ -9,33 +9,33 @@
|
||||
-->
|
||||
<fontconfig>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXSize1</family>
|
||||
<family>STIXSize1</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXSize2</family>
|
||||
<family>STIXSize2</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXSize3</family>
|
||||
<family>STIXSize3</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXSize4</family>
|
||||
<family>STIXSize4</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXSize5</family>
|
||||
<family>STIXSize5</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
@ -9,9 +9,9 @@
|
||||
-->
|
||||
<fontconfig>
|
||||
<alias binding="same">
|
||||
<family xml:space="preserve">STIXVariants</family>
|
||||
<family>STIXVariants</family>
|
||||
<accept>
|
||||
<family xml:space="preserve">STIXGeneral</family>
|
||||
<family>STIXGeneral</family>
|
||||
</accept>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
@ -1,11 +1,12 @@
|
||||
%define fontname stix
|
||||
%define fontdir %{_datadir}/fonts/%{fontname}
|
||||
%define fontname stix
|
||||
%define fontdir %{_datadir}/fonts/%{fontname}
|
||||
%define fontconfdir %{_sysconfdir}/fonts/conf.d
|
||||
|
||||
%define archivename STIXBeta
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.9
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: STIX scientific and engineering fonts
|
||||
|
||||
Group: User Interface/X
|
||||
@ -19,11 +20,9 @@ Source4: stix-fonts-integrals-fontconfig.conf
|
||||
Source5: stix-fonts-sizes-fontconfig.conf
|
||||
Source6: stix-fonts-variants-fontconfig.conf
|
||||
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
The mission of the Scientific and Technical Information Exchange (STIX) font
|
||||
creation project is the preparation of a comprehensive set of fonts that serve
|
||||
@ -242,7 +241,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Thu Nov 1 2007 <nicolas.mailhot at laposte.net>
|
||||
☺ 0.9-5
|
||||
☺ 0.9-6
|
||||
✓ Add some fontconfig aliasing rules
|
||||
☢ 0.9-4
|
||||
⚠ Initial experimental packaging
|
||||
|
Loading…
Reference in New Issue
Block a user