File arad-fonts.spec of Package arad-fonts
#
# spec file for package arad-fonts
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: arad-fonts
Version: 1.0
Release: 0
Summary: Arad Font
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
License: OFL-1.1
URL: https://mdarvishi5124.github.io/Arad/fa
Source: arad.tar.gz
%description
Arad is an open source font, which is the continuation of the Shabnam font project. Arad is designed in 8 weights and four dots style and supports Farsi, Arabic, Kurdish, Turkish, Urdu and Mazerouni languages. Kanit font is used for English letters and some small changes have been made on its structure.
%prep
%setup -q arad
%install
install -d %{buildroot}/usr/share/fonts/arad
install -m644 *.ttf %{buildroot}/usr/share/fonts/arad
%files
%license OFL
%doc CHANGELOG README
/usr/share/fonts/arad/*
%changelog