From 6fcf4e51e1fec2af698f281f74a0d354ac91c376 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 26 Jun 2023 10:37:42 +0300 Subject: [PATCH] import changed/i9/itf-kalam-fonts-2.001-1.el9 --- .gitignore | 1 + .itf-kalam-fonts.metadata | 1 + SOURCES/61-itf-kalam-fonts.conf | 17 +++++++++ SPECS/itf-kalam-fonts.spec | 65 +++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 .gitignore create mode 100644 .itf-kalam-fonts.metadata create mode 100644 SOURCES/61-itf-kalam-fonts.conf create mode 100644 SPECS/itf-kalam-fonts.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd593c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/kalam-03a4d8a33849b1ad9afdee95006bc66d2d4aed94.tar.gz diff --git a/.itf-kalam-fonts.metadata b/.itf-kalam-fonts.metadata new file mode 100644 index 0000000..fe5b4f0 --- /dev/null +++ b/.itf-kalam-fonts.metadata @@ -0,0 +1 @@ +9a34137b3df1763c4a6ef0b88cf27a92ab7814a8 SOURCES/kalam-03a4d8a33849b1ad9afdee95006bc66d2d4aed94.tar.gz diff --git a/SOURCES/61-itf-kalam-fonts.conf b/SOURCES/61-itf-kalam-fonts.conf new file mode 100644 index 0000000..97bdd65 --- /dev/null +++ b/SOURCES/61-itf-kalam-fonts.conf @@ -0,0 +1,17 @@ + + + + + + cursive + + Kalam + + + + Kalam + + cursive + + + diff --git a/SPECS/itf-kalam-fonts.spec b/SPECS/itf-kalam-fonts.spec new file mode 100644 index 0000000..d3c3e4a --- /dev/null +++ b/SPECS/itf-kalam-fonts.spec @@ -0,0 +1,65 @@ +# SPDX-License-Identifier: MIT +%global forgeurl https://github.com/itfoundry/kalam +%global commit 03a4d8a33849b1ad9afdee95006bc66d2d4aed94 +%forgemeta + +Version: 2.001 +Release: 1%{?dist} +URL: %{forgeurl} + +%global foundry ITF +%global fontlicense OFL +%global fontdocs *md + +%global fontfamily Kalam +%global fontsummary Kalam is a handwriting-style typeface supporting the Devanagari and Latin scripts +%global fonts build/*otf +%global fontconfs %{SOURCE10} +%global fontdescription %{expand: +Kalam is a handwriting font family that supports the Devanagari and +Latin writing systems. Even though Kalam's letterforms derive from +handwriting, the fonts have each been optimized for text usage on +screen. All in all, the typeface is a design that feels very personal. +Like many informal handwriting-style fonts, it appears rather fresh and +new when seen on screen or printed on the page. + +Kalam's letterforms feature a very steep slant from the top right to the +bottom left. They are similar to letters used in everyday handwriting, +and look like they might have been written with either a thin felt-tip +pen, or a ball-point pen. In the Devanagari letterforms, the +knotted-terminals are open, but some other counter forms are closed. +Features like these strengthen the feeling that text set in this +typeface has been written very quickly, in a rapid manner.} + +Source0: %{forgesource} +Source10: 61-%{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 + +%build +%fontbuild + +%install +%fontinstall + +%check +%fontcheck + +%fontfiles + +%files doc +%defattr(644, root, root, 0755) + +%changelog +* Mon Nov 02 2020 Dawid Zych - 2.001-1 +- Initial packaging