stix-fonts/stix-fonts.spec
2020-02-22 21:59:29 +01:00

70 lines
1.7 KiB
RPMSpec

# SPDX-License-Identifier: MIT
%global forgeurl https://github.com/stipub/stixfonts/
Version: 2.0.2
%forgemeta
Release: 2%{?dist}
URL: http://www.stixfonts.org/
%global foundry STIX
%global fontlicense OFL
%global fontlicenses docs/STIX_%{version}_license.pdf
%global fontdocs *.md docs/*.txt
%global fontdocsex %{fontlicenses}
%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.
}
Source0: %{forgesource0}
Source10: 65-%{fontpkgname0}.xml
%fontpkg
%package doc
Summary: %{name} optional documentation files
BuildArch: noarch
%description doc
This package provides optional documentation files shipped with %{name}.
%prep
%forgesetup
%build
%fontbuild
%install
%fontinstall
%check
%fontcheck
%fontfiles
%files doc
%license docs/STIX_%{version}_license.pdf
%doc docs/charts/*pdf
%changelog
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
- 2.0.2-2
Rebuild with fonts-rpm-macros 2.0.2
* Sat Feb 15 2020 Nicolas Mailhot <nim@fedoraproject.org>
- 2.0.2-1
Convert to fonts-rpm-macros use
* Thu Nov 1 2007 Nicolas Mailhot <nim@fedoraproject.org>
- 0.9-4
Initial packaging