Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,12 +0,0 @@
|
||||
lohit-malayalam-2.4.3.tar.gz
|
||||
lohit-malayalam-2.4.4.tar.gz
|
||||
/lohit-malayalam-2.4.5.tar.gz
|
||||
/lohit-malayalam-2.5.0.tar.gz
|
||||
/lohit-malayalam-2.5.1.tar.gz
|
||||
/lohit-malayalam-2.5.2.tar.gz
|
||||
/lohit-malayalam-2.5.3.tar.gz
|
||||
/lohit-malayalam-2.5.4.tar.gz
|
||||
/lohit-malayalam-2.91.0.tar.gz
|
||||
/lohit-malayalam-2.92.0.tar.gz
|
||||
/lohit-malayalam-2.92.1.tar.gz
|
||||
/lohit-malayalam-2.92.2.tar.gz
|
||||
1
dead.package.c9s
Normal file
1
dead.package.c9s
Normal file
@ -0,0 +1 @@
|
||||
lohit-malayalam-fonts package is retired for CS-202
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
@ -1,170 +0,0 @@
|
||||
%global fontname lohit-malayalam
|
||||
%global fontconf 67-%{fontname}.conf
|
||||
%global metainfo io.pagure.lohit.malayalam.font.metainfo
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.92.2
|
||||
Release: 4%{?dist}
|
||||
Summary: Free Malayalam font
|
||||
Group: User Interface/X
|
||||
License: OFL
|
||||
URL: https://pagure.io/lohit
|
||||
Source0: https://releases.pagure.org/lohit/%{fontname}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontforge >= 20080429
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: python3-devel
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%description
|
||||
This package provides a free Malayalam truetype/opentype font.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{fontname}-%{version}
|
||||
|
||||
%build
|
||||
make ttf %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||
%{buildroot}%{_fontconfig_confdir}
|
||||
|
||||
install -m 0644 -p %{fontconf} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
|
||||
ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
||||
|
||||
# Add AppStream metadata
|
||||
install -Dm 0644 -p %{metainfo}.xml \
|
||||
%{buildroot}%{_datadir}/metainfo/%{metainfo}.xml
|
||||
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
|
||||
%doc ChangeLog COPYRIGHT OFL.txt AUTHORS README std-test-out.txt test-malayalam.txt
|
||||
%{_datadir}/metainfo/%{metainfo}.xml
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2019 Vishal Vijayraghavan <vvijayra@redhat.com> - 2.92.2-4
|
||||
- Resolves: #1682191 - Added CI tests
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.92.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.92.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue May 30 2017 Pravin Satpute <psatpute@redhat.com> - 2.92.2-1
|
||||
- Upstream new release 2.92.2
|
||||
- Update metainfo file with latest specifications
|
||||
- Changed location of metainfo to /usr/share/metainfo
|
||||
|
||||
* Tue Mar 14 2017 Pravin Satpute <psatpute@redhat.com> - 2.92.1-1
|
||||
- Added BuildRequires: python3-devel.
|
||||
- Resolves: #1423905 - FTBFS in rawhide
|
||||
- Migrated from fedorahosted.org to pagure.io
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.92.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.92.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.92.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Oct 28 2014 Pravin Satpute <psatpute@redhat.com> - 2.92.0-3
|
||||
- Added metainfo for gnome-software
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.92.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Feb 19 2014 Pravin Satpute <psatpute@redhat.com> - 2.92.0-1
|
||||
- Upstream release 2.92.0
|
||||
- Further removal 12 not required glyphs from fonts.
|
||||
- Added reference of glyph instead of full glyphs points wherever possible.
|
||||
- Resolved 10 issues reported on github: #35,#36,#37,#38,.#39,#40.#41,#42,#43,#44.
|
||||
- More test cases in test file
|
||||
- Renamed Anchor to MLAnchor
|
||||
|
||||
* Wed Feb 05 2014 Pravin Satpute <psatpute@redhat.com> - 2.91.0-1
|
||||
- Upstream release 2.91.0
|
||||
- First release under Lohit2 project.
|
||||
- Rewritten all Open type tables for mlm2 and mlym
|
||||
- User friendly glyph names, Following AGL syntax
|
||||
- Testing done with Harfbuzz and Uniscribe
|
||||
- Test file available with release tarball
|
||||
- Removed number of glyphs nearly around .75 % { 214/288 ~= .75(0.743) % }
|
||||
- Looksup are reduced by { 10/18 = 55.5 % }
|
||||
- Improved GASP table
|
||||
|
||||
|
||||
* Tue Oct 08 2013 Pravin Satpute <psatpute@redhat.com> - 2.5.4-1
|
||||
- Upstream release 2.5.4
|
||||
|
||||
* Thu Sep 19 2013 Pravin Satpute <psatpute@redhat.com> - 2.5.3-3
|
||||
- Removed wrong script tags
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2013 Pravin Satpute <psatpute@redhat.com> - 2.5.3-1
|
||||
- Upstream release 2.5.3
|
||||
|
||||
* Thu Nov 22 2012 Pravin Satpute <psatpute@redhat.com> - 2.5.2-1
|
||||
- Upstream release 2.5.2
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed Apr 25 2012 Pravin Satpute <psatpute@redhat.com> - 2.5.1-2
|
||||
- Resolved bug #799565 and #798870
|
||||
|
||||
* Mon Apr 23 2012 Pravin Satpute <psatpute@redhat.com> - 2.5.1-1
|
||||
- Upstream new release
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Oct 10 2011 Pravin Satpute <psatpute@redhat.com> - 2.5.0-1
|
||||
- Upstream new release with relicensing to OFL
|
||||
|
||||
* Mon May 09 2011 Pravin Satpute <psatpute@redhat.com> - 2.4.5-1
|
||||
- Upstream Release of 2.4.5
|
||||
|
||||
* Wed Apr 13 2011 Pravin Satpute <psatpute@redhat.com> - 2.4.4-9
|
||||
- Resolved bug 694561
|
||||
|
||||
* Wed Apr 13 2011 Pravin Satpute <psatpute@redhat.com> - 2.4.4-8
|
||||
- Resolved bug 692363
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Pravin Satpute <psatpute@redhat.com> - 2.4.4-6
|
||||
- resolved bug 673415, rupee sign
|
||||
|
||||
* Fri Apr 16 2010 Pravin Satpute <psatpute@redhat.com> - 2.4.4-5
|
||||
- fixed bug 578036, .conf fix
|
||||
|
||||
* Thu Dec 10 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.4-4
|
||||
- fixed bug 548686, license field
|
||||
|
||||
* Wed Dec 09 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.4-3
|
||||
- bugfix 520041
|
||||
|
||||
* Fri Sep 25 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.4-2
|
||||
- updated specs
|
||||
|
||||
* Mon Sep 21 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.4-1
|
||||
- upstream release of 2.4.4
|
||||
- updated url for upstream tarball
|
||||
- added Makefile in upstream tar ball
|
||||
|
||||
* Fri Sep 11 2009 Pravin Satpute <psatpute@redhat.com> - 2.4.3-1
|
||||
- first release after lohit-fonts split in new tarball
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (lohit-malayalam-2.92.2.tar.gz) = 137152bcfb8eb8844fc9c1d134954d7362807bb75806381109cb594ec12fa4f65c032d1fd9f30bdcd7f926101ceef69579dafdc99a27938bf59a8d4cb7398a5c
|
||||
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
artifacts/
|
||||
fonttest/
|
||||
@ -1,45 +0,0 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
config:
|
||||
fontname: lohit-malayalam
|
||||
lang: ["ml"]
|
||||
testgiturl: https://pagure.io/font_ci_testing.git
|
||||
testgitclonepath: fonttest
|
||||
testfilename: fonttest.py
|
||||
testfilepath: /usr/local/bin
|
||||
logfilepath: /tmp/test.log
|
||||
artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
||||
|
||||
tags:
|
||||
- classic
|
||||
|
||||
remote_user: root
|
||||
|
||||
tasks:
|
||||
- name: Install required package
|
||||
dnf:
|
||||
name:
|
||||
- git
|
||||
- "{{ config.fontname }}-fonts"
|
||||
- python3
|
||||
- fontconfig
|
||||
|
||||
- name: git clone the tests
|
||||
git:
|
||||
repo: "{{ config.testgiturl }}"
|
||||
dest: "{{ config.testgitclonepath }}"
|
||||
force: yes
|
||||
|
||||
- name: Test Execution
|
||||
block:
|
||||
- name: Execute the tests
|
||||
command: python3 {{ config.testgitclonepath }}/tests/{{ config.testfilename }} "{{ config }}"
|
||||
|
||||
always:
|
||||
- name: Pull out the artifacts
|
||||
fetch:
|
||||
dest: "{{ config.artifacts }}/"
|
||||
src: "{{ item }}"
|
||||
flat: yes
|
||||
with_items:
|
||||
- "{{ config.logfilepath }}"
|
||||
@ -1 +0,0 @@
|
||||
- import_playbook: fonttest_playbook.yml
|
||||
Loading…
Reference in New Issue
Block a user