Initial import (#2031365)
This commit is contained in:
parent
d670c0cc44
commit
fb8138f2d2
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/RIT-Rachana-1.3.tar.bz2
|
67
rit-rachana-fonts.spec
Normal file
67
rit-rachana-fonts.spec
Normal file
@ -0,0 +1,67 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
Version: 1.3
|
||||
Release: 2%{?dist}
|
||||
URL: https://gitlab.com/rit-fonts/%{fontsource}
|
||||
|
||||
%global foundry RIT
|
||||
%global fontlicense OFL
|
||||
%global fontlicenses LICENSE.txt
|
||||
%global fontdocs *.md
|
||||
|
||||
%global fontfamily RIT Rachana
|
||||
%global fontsource RIT-Rachana
|
||||
%global fontsummary OpenType font for Malayalam traditional script
|
||||
|
||||
%global fonts fonts/otf/*.otf
|
||||
%global fontconfs meta/65-0-rit-rachana-fonts.conf
|
||||
|
||||
%global fontappstreams meta/in.org.rachana.rit-rachana.metainfo.xml
|
||||
|
||||
%global fontdescription %{expand:
|
||||
RIT Rachana is opetype font for Malayalam traditional script designed by Hussain K H.
|
||||
It covers Unicode 13.0 and entire character set in 'definitive character set' of Malayalam.
|
||||
}
|
||||
|
||||
|
||||
Source0: https://gitlab.com/rit-fonts/RIT-Rachana/-/archive/%{version}/%{fontsource}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: fontforge
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-fonttools
|
||||
BuildRequires: python3-cffsubr
|
||||
BuildRequires: make
|
||||
Obsoletes: smc-rachana-fonts <= 7.0.3
|
||||
|
||||
%fontpkg
|
||||
|
||||
%prep
|
||||
%setup -n RIT-Rachana-%{version}
|
||||
|
||||
%build
|
||||
%fontbuild
|
||||
make otf
|
||||
|
||||
%install
|
||||
%fontinstall
|
||||
|
||||
%check
|
||||
%fontcheck
|
||||
|
||||
%fontfiles
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.3-2
|
||||
- Address review comments on RHBZ#2031365
|
||||
|
||||
* Mon Dec 06 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.3-1
|
||||
- Obsoletes SMC Rachana fonts
|
||||
|
||||
* Sun Oct 10 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.3-0
|
||||
- New upstream release 1.3
|
||||
|
||||
* Fri Jun 25 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.2-0
|
||||
- New upstream release 1.2
|
||||
|
||||
* Thu Dec 17 2020 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.1-0
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user