commit cd585726903d2b5ee6d52c2a2fdbedf5c2b8193c Author: tigro Date: Mon Jun 26 10:39:01 2023 +0300 import changed/i9/sorkintype-gelasio-fonts-1.006-3.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..accb448 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Gelasio-c709e349ff6ce37a3381f4eaecef0b5d91d72eae.tar.gz diff --git a/.sorkintype-gelasio-fonts.metadata b/.sorkintype-gelasio-fonts.metadata new file mode 100644 index 0000000..cf2503e --- /dev/null +++ b/.sorkintype-gelasio-fonts.metadata @@ -0,0 +1 @@ +da8719cd57066b415149b8bd8b8c757a3b807255 SOURCES/Gelasio-c709e349ff6ce37a3381f4eaecef0b5d91d72eae.tar.gz diff --git a/SOURCES/60-sorkintype-gelasio-fonts.conf b/SOURCES/60-sorkintype-gelasio-fonts.conf new file mode 100644 index 0000000..4b8f44e --- /dev/null +++ b/SOURCES/60-sorkintype-gelasio-fonts.conf @@ -0,0 +1,17 @@ + + + + + + serif + + Gelasio + + + + Gelasio + + serif + + + diff --git a/SPECS/sorkintype-gelasio-fonts.spec b/SPECS/sorkintype-gelasio-fonts.spec new file mode 100644 index 0000000..3b21e19 --- /dev/null +++ b/SPECS/sorkintype-gelasio-fonts.spec @@ -0,0 +1,69 @@ +# SPDX-License-Identifier: MIT +%global forgeurl https://github.com/SorkinType/Gelasio +%global commit c709e349ff6ce37a3381f4eaecef0b5d91d72eae +%forgemeta + +Version: 1.006 +Release: 3%{?dist} +URL: %{forgeurl} + +%global foundry SorkinType +%global fontlicense OFL +%global fontlicenses OFL.txt +%global fontdocs *txt *md +%global fontdocsex %{fontlicenses} requirements.txt + +%global fontfamily Gelasio +%global fontsummary Gelasio is an original typeface which is metrics compatible with Georgia +%global fonts fonts/ttf/*ttf +%global fontconfs %{SOURCE10} +%global fontpkgheader %{expand: +Provides: gelasio-fonts +Obsoletes: gelasio-fonts < %{version}-%{release} +} +%global fontdescription %{expand: +Gelasio is an original typeface which is metrics compatible with Georgia +in its Regular, Bold, Italic and Bold Italic weights. It supports the +Google Fonts Latin Pro glyph set, enabling the typesetting of English, +Western, Eastern and Southern European languages as well as Vietnamese +and 130+ other languages.} + +Source0: %{forgesource} +Source10: 60-%{fontpkgname}.conf + +%fontpkg + +%package doc +Summary: Optional documentation files of %{name} +BuildArch: noarch +%description doc +This package provides optional documentation files shippend with +%{name}. + +%prep +%forgesetup +%linuxtext *.txt + +%build +%fontbuild + +%install +%fontinstall + +%check +%fontcheck + +%fontfiles + +%files doc +%defattr(644, root, root, 0755) +%license OFL.txt +%doc Test*Documents/*pdf + +%changelog +* Mon Nov 02 2020 Dawid Zych - 1.006-3 +- Skip variable fonts +- Add additional docs + +* Mon Nov 02 2020 Dawid Zych - 1.006-2 +- Initial packaging