commit
c5c7353f67
@ -0,0 +1 @@
|
||||
SOURCES/meera-Version7.0.3.tar.gz
|
@ -0,0 +1 @@
|
||||
09891c50ac970d0c88c305b89c52e806d8094c16 SOURCES/meera-Version7.0.3.tar.gz
|
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<match>
|
||||
<test name="lang" compare="contains">
|
||||
<string>ml</string>
|
||||
</test>
|
||||
<test name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Meera</string>
|
||||
</edit>
|
||||
</match>
|
||||
<alias>
|
||||
<family>Meera</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="font">
|
||||
<id>com.smcmeera</id>
|
||||
<metadata_license>CC-BY-3.0</metadata_license>
|
||||
<project_license>OFL-1.1</project_license>
|
||||
<name>smc-meera</name>
|
||||
<summary>Open Type Fonts for Malayalam script.</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meera font is a Malayalam font designed by Hussain K H and maintained by Swathanthra Malayalam Computing project.
|
||||
This is a comprehensive Malayalam font with 1000+ glyphs for all common Malayalam ligatures.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<updatecontact>vishalvijayraghavan_at_gmail_dot_com</updatecontact>
|
||||
<url type="homepage">https://gitlab.com/smc/fonts/meera</url>
|
||||
<provides>
|
||||
<font>Meera</font>
|
||||
</provides>
|
||||
</component>
|
@ -0,0 +1,96 @@
|
||||
%global fontname smc-meera
|
||||
%global fontconf 65-0-%{fontname}.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 7.0.3
|
||||
Release: 5%{?dist}
|
||||
Summary: Open Type Fonts for Malayalam script
|
||||
License: OFL
|
||||
URL: https://gitlab.com/smc/fonts/meera
|
||||
Source0: %{url}/-/archive/Version%{version}/meera-Version%{version}.tar.gz
|
||||
Source1: %{fontname}-fontconfig.conf
|
||||
Source2: %{fontname}.metainfo.xml
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: fontforge-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-fonttools
|
||||
Requires: fontpackages-filesystem
|
||||
Obsoletes: smc-fonts-common < 6.1-11
|
||||
|
||||
%description
|
||||
Meera font is a Malayalam font designed by Hussain K H and
|
||||
maintained by Swathanthra Malayalam Computing project. This
|
||||
is a comprehensive Malayalam font with 1000+ glyphs for all
|
||||
common Malayalam ligatures.
|
||||
|
||||
%prep
|
||||
%autosetup -n meera-Version%{version}
|
||||
chmod 644 *.txt
|
||||
rm -rf ttf
|
||||
|
||||
%build
|
||||
make PY=python3
|
||||
|
||||
%install
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p build/*.ttf %{buildroot}%{_fontdir}
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||
%{buildroot}%{_fontconfig_confdir}
|
||||
|
||||
install -m 0644 -p %{SOURCE1} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
|
||||
|
||||
install -Dm 0644 -p %{SOURCE2} \
|
||||
%{buildroot}%{_datadir}/metainfo/%{fontname}.metainfo.xml
|
||||
|
||||
ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}%{_datadir}/metainfo/%{fontname}.metainfo.xml
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
%{_datadir}/metainfo/%{fontname}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 7.0.3-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 7.0.3-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Feb 17 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 7.0.3-1
|
||||
- New release smc-meera-fonts-7.0.3
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Vishal Vijayraghavan <vishalvijayraghavan@gmail.com> - 7.0.1-4
|
||||
- Font CI test added
|
||||
|
||||
* Mon Feb 25 2019 Vishal Vijayraghavan <vishalvijayraghavan@gmail.com> - 7.0.1-3
|
||||
- Build font from sources
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Nov 28 2018 Vishal Vijayraghavan <vishalvijayraghavan@gmail.com> - 7.0.1-1
|
||||
- first release of smc-meera fonts
|
Loading…
Reference in new issue