Convert to fonts-rpm-macros use

This commit is contained in:
Nicolas Mailhot 2020-02-21 13:58:18 +01:00
parent 0c56b11ec0
commit b60f676a2a
8 changed files with 75 additions and 311 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
STIXv1.0.0.zip
/STIXv1.1.0.zip
/stixfonts-2.0.2.tar.gz

27
65-stix-fonts.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- SPDX-License-Identifier: MIT -->
<fontconfig>
<group>
<target>STIX</target>
<family>STIX Two Text</family>
<family>STIX Two Math</family>
<like>
<family>STIXGeneral</family>
<family>STIXIntegralsD</family>
<family>STIXIntegralsSm</family>
<family>STIXIntegralsUpD</family>
<family>STIXIntegralsUp</family>
<family>STIXNonUnicode</family>
<family>STIXSizeFiveSym</family>
<family>STIXSizeFourSym</family>
<family>STIXSizeThreeSym</family>
<family>STIXSizeTwoSym</family>
<family>STIXSizeOneSym</family>
<family>STIXVariants</family>
<family>STIX Math</family>
<family>serif</family>
</like>
</group>
</fontconfig>

View File

@ -1 +1 @@
e5ebc8ef9b7df0f0bac0fd90bce95295 STIXv1.1.0.zip
SHA512 (stixfonts-2.0.2.tar.gz) = 5257143f6a0ad4d8910fa71959deb6498828c548727777b804c3240a8589bf225c372017315bbccc7037785779c6ad2a1002217191f4c339f17100418c4749e1

View File

@ -1,89 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>STIX</family>
</prefer>
</alias>
<alias>
<family>STIX</family>
<default>
<family>serif</family>
</default>
</alias>
<!-- Alias all the names used in STIX 1.0 -->
<alias binding="same">
<family>STIXGeneral</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXIntegralsD</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXIntegralsSm</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXIntegralsUpD</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXIntegralsUp</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXNonUnicode</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXSizeFiveSym</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXSizeFourSym</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXSizeThreeSym</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXSizeTwoSym</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXSizeOneSym</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIXVariants</family>
<accept>
<family>STIX</family>
</accept>
</alias>
</fontconfig>

View File

@ -1,18 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Complete STIX Math with the main STIX faces, and complete those
faces with STIX Math symbols -->
<alias binding="same">
<family>STIX Math</family>
<accept>
<family>STIX</family>
</accept>
</alias>
<alias binding="same">
<family>STIX</family>
<accept>
<family>STIX Math</family>
</accept>
</alias>
</fontconfig>

View File

@ -1,195 +1,65 @@
%global fontname stix
%global fontconf 61-%{fontname}
# SPDX-License-Identifier: MIT
%global forgeurl https://github.com/stipub/stixfonts/
Version: 2.0.2
%forgemeta
%global archivename STIXv%{version}
%global common_desc \
The mission of the Scientific and Technical Information Exchange (STIX) font \
creation project is the preparation of a comprehensive set of fonts that serve \
the scientific and engineering community in the process from manuscript \
creation through final publication, both in electronic and print formats.
Name: %{fontname}-fonts
Version: 1.1.0
Release: 16%{?dist}
Summary: Scientific and engineering fonts
License: OFL
Release: 1%{?dist}
URL: http://www.stixfonts.org/
Source0: http://downloads.sourceforge.net/stixfonts/%{archivename}.zip
Source10: stix-fonts-fontconfig.conf
Source11: stix-fonts-math-fontconfig.conf
Source20: %{fontname}.metainfo.xml
Source21: %{fontname}-math.metainfo.xml
BuildArch: noarch
BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem
%global foundry STIX
%global fontlicense OFL
%global fontlicenses docs/STIX_%{version}_license.pdf
%global fontdocs *.md docs/*.txt
%global fontdocsex %{fontlicenses}
Obsoletes: stix-fonts-doc < 1.1.0
%global fontfamily STIX
%global fontsummary STIX, a scientific and engineering font family
%global fontpkgheader %{expand:
Obsoletes: stix-math-fonts < %{version}-%{release}
}
%global fonts OTF/STIX2Text*otf OTF/STIX2Math*otf
%global fontconfngs %{SOURCE10}
%global fontdescription %{expand:
The mission of the Scientific and Technical Information Exchange (STIX) font
creation project is the preparation of a comprehensive set of fonts that serve
the scientific and engineering community in the process from manuscript
creation through final publication, both in electronic and print formats.
}
%description
%common_desc
Source0: %{forgesource0}
Source10: 65-%{fontpkgname0}.xml
This package includes base Unicode fonts containing most glyphs for standard
use in the usual four styles.
%_font_pkg -f %{fontconf}.conf STIX-*otf
%doc License/*.pdf *.pdf
%{_datadir}/appdata/%{fontname}.metainfo.xml
%package -n %{fontname}-math-fonts
Summary: Scientific and engineering fonts, PUA glyphs
Requires: %{name} = %{version}-%{release}
Obsoletes: stix-integrals-fonts < 1.1.0
Obsoletes: stix-pua-fonts < 1.1.0
Obsoletes: stix-sizes-fonts < 1.1.0
Obsoletes: stix-variants-fonts < 1.1.0
%description -n %{fontname}-math-fonts
%common_desc
This package includes one symbol font completing the four faces in the main
%{name} package. It replaces the heap of confusing fontlets in the first Stix
release.
%_font_pkg -n math -f %{fontconf}-math.conf STIXMath*otf
%{_datadir}/appdata/%{fontname}-math.metainfo.xml
%fontpkg
%package doc
Summary: %{name} optional documentation files
BuildArch: noarch
%description doc
This package provides optional documentation files shipped with %{name}.
%prep
%setup -q -c
%forgesetup
%build
%fontbuild
%install
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p Fonts/STIX-Word/*.otf %{buildroot}%{_fontdir}
%fontinstall
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
%{buildroot}%{_fontconfig_confdir}
%check
%fontcheck
install -m 0644 -p %{SOURCE10} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}.conf
install -m 0644 -p %{SOURCE11} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-math.conf
for fconf in %{fontconf}.conf \
%{fontconf}-math.conf ; do
ln -s %{_fontconfig_templatedir}/$fconf \
%{buildroot}%{_fontconfig_confdir}/$fconf
done
# Add AppStream metadata
install -Dm 0644 -p %{SOURCE20} \
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
install -Dm 0644 -p %{SOURCE21} \
%{buildroot}%{_datadir}/appdata/%{fontname}-math.metainfo.xml
%fontfiles
%files doc
%license docs/STIX_%{version}_license.pdf
%doc docs/charts/*pdf
%changelog
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Feb 15 2020 Nicolas Mailhot <nim@fedoraproject.org>
- 2.0.2-1
Convert to fonts-rpm-macros use
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Nov 18 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.1.0-7
- Add metainfo file to show this font in gnome-software
- Remove %%clean section which is optional now
- Remove buildroot which is optional now
- Remove removal of buildroot in %%install
- Remove group tag
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.0-3
- Upstream changed their tarball with new pdf, rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sun Jul 8 2012 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.1.0-1
Update to new stable release
Major refactoring now that some sanity prevailed upstream in font naming
Be careful if you used the old font family names
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sun Jul 25 2010 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.0.0-1
Update to non-beta release
Switch licensing to OFL
Add -doc subpackage
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
- 0.9-13
Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
- 0.9-12
Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Feb 16 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.9-11
prepare for F11 mass rebuild, new rpm and new fontpackages
* Fri Jan 16 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.9-10
Convert to new naming guidelines
* Sun Nov 23 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.9-9
rpm-fonts renamed to “fontpackages”
* Fri Nov 14 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.9-8
Rebuild using new « rpm-fonts »
* Fri Jul 11 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.9-7
Fedora 10 alpha general package cleanup
* Thu Nov 1 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
0.9-6
Add some fontconfig aliasing rules
0.9-4
Initial experimental packaging
* Thu Nov 1 2007 Nicolas Mailhot <nim@fedoraproject.org>
- 0.9-4
Initial packaging

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> -->
<component type="font">
<id>stix-math</id>
<metadata_license>CC-BY-3.0</metadata_license>
<extends>stix</extends>
</component>

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> -->
<component type="font">
<id>stix</id>
<metadata_license>CC-BY-3.0</metadata_license>
<name>STIX</name>
<summary>Scientific and engineering fonts</summary>
<description>
<p>
The mission of the Scientific and Technical Information Exchange (STIX) font
creation project is the preparation of a comprehensive set of fonts that serve
the scientific and engineering community in the process from manuscript
creation through final publication, both in electronic and print formats.
</p>
</description>
<updatecontact>pnemade_at_redhat_dot_com</updatecontact>
<url type="homepage">http://www.stixfonts.org/</url>
</component>