update for new naming guidelines
This commit is contained in:
parent
47462efc34
commit
5814b883ca
@ -1,2 +1,3 @@
|
||||
stix-fonts-0_9-7_fc10:HEAD:stix-fonts-0.9-7.fc10.src.rpm:1215809789
|
||||
stix-fonts-0_9-9_fc11:HEAD:stix-fonts-0.9-9.fc11.src.rpm:1229543904
|
||||
stix-fonts-0_9-10_fc11:HEAD:stix-fonts-0.9-10.fc11.src.rpm:1232141192
|
||||
|
@ -11,7 +11,7 @@ creation through final publication, both in electronic and print formats.
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.9
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: STIX scientific and engineering fonts
|
||||
|
||||
Group: User Interface/X
|
||||
@ -37,12 +37,14 @@ This package includes base Unicode fonts containing most glyphs for standard
|
||||
use.
|
||||
|
||||
|
||||
%package pua
|
||||
%package -n %{fontname}-pua-fonts
|
||||
Summary: STIX scientific and engineering fonts, PUA glyphs
|
||||
Group: User Interface/X
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description pua
|
||||
Obsoletes: %{name}-pua < 0.9-10
|
||||
|
||||
%description -n %{fontname}-pua-fonts
|
||||
%common_desc
|
||||
|
||||
This package includes fonts containing glyphs called out from the Unicode
|
||||
@ -54,12 +56,14 @@ Consortium and moved to an official codepoint.
|
||||
%_font_pkg -n pua -f %{fontconf}-pua.conf STIXNonUni*otf
|
||||
|
||||
|
||||
%package integrals
|
||||
%package -n %{fontname}-integrals-fonts
|
||||
Summary: STIX scientific and engineering fonts, additional integral glyphs
|
||||
Group: User Interface/X
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description integrals
|
||||
Obsoletes: %{name}-integrals < 0.9-10
|
||||
|
||||
%description -n %{fontname}-integrals-fonts
|
||||
%common_desc
|
||||
|
||||
This package includes fonts containing additional integrals of various size
|
||||
@ -68,12 +72,14 @@ and slant.
|
||||
%_font_pkg -n integrals -f %{fontconf}-integrals.conf STIXInt*.otf
|
||||
|
||||
|
||||
%package sizes
|
||||
%package -n %{fontname}-sizes-fonts
|
||||
Summary: STIX scientific and engineering fonts, additional glyph sizes
|
||||
Group: User Interface/X
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description sizes
|
||||
Obsoletes: %{name}-sizes < 0.9-10
|
||||
|
||||
%description -n %{fontname}-sizes-fonts
|
||||
%common_desc
|
||||
|
||||
This package includes fonts containing glyphs in additional sizes (Mostly
|
||||
@ -82,12 +88,14 @@ This package includes fonts containing glyphs in additional sizes (Mostly
|
||||
%_font_pkg -n sizes -f %{fontconf}-sizes.conf STIXSiz*.otf
|
||||
|
||||
|
||||
%package variants
|
||||
%package -n %{fontname}-variants-fonts
|
||||
Summary: STIX scientific and engineering fonts, additional glyph variants
|
||||
Group: User Interface/X
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description variants
|
||||
Obsoletes: %{name}-variants < 0.9-10
|
||||
|
||||
%description -n %{fontname}-variants-fonts
|
||||
%common_desc
|
||||
|
||||
This package includes fonts containing alternative variants of some glyphs.
|
||||
@ -129,13 +137,13 @@ install -m 0644 -p %{SOURCE5} \
|
||||
install -m 0644 -p %{SOURCE6} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-variants.conf
|
||||
|
||||
for fontconf in %{fontconf}.conf \
|
||||
%{fontconf}-pua.conf \
|
||||
%{fontconf}-integrals.conf \
|
||||
%{fontconf}-sizes.conf \
|
||||
%{fontconf}-variants.conf ; do
|
||||
ln -s %{_fontconfig_templatedir}/$fontconf \
|
||||
%{buildroot}%{_fontconfig_confdir}/$fontconf
|
||||
for fconf in %{fontconf}.conf \
|
||||
%{fontconf}-pua.conf \
|
||||
%{fontconf}-integrals.conf \
|
||||
%{fontconf}-sizes.conf \
|
||||
%{fontconf}-variants.conf ; do
|
||||
ln -s %{_fontconfig_templatedir}/$fconf \
|
||||
%{buildroot}%{_fontconfig_confdir}/$fconf
|
||||
done
|
||||
|
||||
|
||||
@ -150,6 +158,10 @@ rm -fr %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2009 <nicolas.mailhot at laposte.net>
|
||||
- 0.9-10
|
||||
‣ Convert to new naming guidelines
|
||||
|
||||
* Sun Nov 23 2008 <nicolas.mailhot at laposte.net>
|
||||
- 0.9-9
|
||||
ᛤ ‘rpm-fonts’ renamed to “fontpackages”
|
||||
|
Loading…
Reference in New Issue
Block a user