[lohit-odia-fonts] initial import

Pravin Satpute pravins at fedoraproject.org
Tue Mar 11 04:20:43 UTC 2014


commit afb8addcadda0e7a064dc9b1fb165bfb1f51a75d
Author: pravins <psatpute at redhat.com>
Date:   Tue Mar 11 09:50:19 2014 +0530

    initial import

 .gitignore            |    1 +
 lohit-odia-fonts.conf |   17 +++++++
 lohit-odia-fonts.spec |  122 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 4 files changed, 141 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4c39bdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/lohit-odia-2.5.5.tar.gz
diff --git a/lohit-odia-fonts.conf b/lohit-odia-fonts.conf
new file mode 100644
index 0000000..7766c9a
--- /dev/null
+++ b/lohit-odia-fonts.conf
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+        <alias binding="same">
+          <family>Lohit Oriya</family>
+            <accept>
+              <family>Lohit Odia</family>
+            </accept>
+        </alias>
+        <alias binding="same">
+          <family>Lohit Odia</family>
+            <default>
+              <family>Lohit Oriya</family>
+            </default>
+        </alias>
+</fontconfig>
+
diff --git a/lohit-odia-fonts.spec b/lohit-odia-fonts.spec
new file mode 100644
index 0000000..0f0580d
--- /dev/null
+++ b/lohit-odia-fonts.spec
@@ -0,0 +1,122 @@
+%global fontname lohit-odia
+%global fontconf0 65-0-%{fontname}.conf
+%global fontconf1 30-%{fontname}.conf
+
+Name:           %{fontname}-fonts
+Version:        2.5.5
+Release:        2%{?dist}
+Summary:        Free truetype font for Odia language
+
+License:        OFL
+URL:            https://fedorahosted.org/lohit/
+Source0:        https://fedorahosted.org/releases/l/o/lohit/%{fontname}-%{version}.tar.gz
+Source1:        %{name}.conf
+BuildArch:      noarch
+BuildRequires:  fontforge >= 20080429
+BuildRequires:  fontpackages-devel
+Requires:       fontpackages-filesystem
+Provides:       lohit-oriya-fonts = %{version}-%{release}
+Obsoletes:      lohit-oriya-fonts < 2.5.4.1-3
+
+
+
+%description
+This package provides a free truetype font for Odia language.
+
+
+%prep
+%setup -q -n %{fontname}-%{version} 
+# To make it default font for 'or' language.
+mv 66-%{fontname}.conf 65-0-lohit-odia.conf
+
+
+%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 %{fontconf0} \
+        %{buildroot}%{_fontconfig_templatedir}/%{fontconf0}
+ln -s %{_fontconfig_templatedir}/%{fontconf0} \
+      %{buildroot}%{_fontconfig_confdir}/%{fontconf0}
+
+install -m 0644 -p %{SOURCE1} \
+        %{buildroot}%{_fontconfig_templatedir}/%{fontconf1}
+ln -s %{_fontconfig_templatedir}/%{fontconf1} \
+      %{buildroot}%{_fontconfig_confdir}/%{fontconf1}
+
+%_font_pkg -f *.conf *.ttf
+
+%doc ChangeLog COPYRIGHT OFL.txt AUTHORS README
+
+
+%changelog
+* Fri Mar 07 2014 Pravin Satpute <psatpute at redhat.com> - 2.5.5-2
+- Updated as per review comments. rhbz#1073378
+
+* Thu Mar 06 2014 Pravin Satpute <psatpute at redhat.com> - 2.5.5-1
+- Upstream release 2.5.5 with name change
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.4.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed Jun 19 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.4.1-1
+- Upstream release 2.5.4.1
+
+* Wed May 29 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.4-1
+- Upstream release 2.5.4
+
+* Thu Apr 25 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.3-3
+- Resolved #923215: UTRRS 123 GSub combination and other ligature
+
+* Thu Jan 31 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.3-2
+- Resolved #950520
+
+* Thu Jan 31 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.3-1
+- Upstream release 2.5.3
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Apr 23 2012 Pravin Satpute <psatpute at redhat.com> - 2.5.1-1
+- Upstream new release
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Oct 10 2011 Pravin Satpute <psatpute at redhat.com> - 2.5.0-1
+- Upstream new release with relicensing to OFL
+
+* Wed Apr 13 2011 Pravin Satpute <psatpute at redhat.com> - 2.4.3-9
+- Resolved bug 692364
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.3-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Feb 08 2011 Pravin Satpute <psatpute at redhat.com> - 2.4.3-7
+- resolved bug 673417, added rupee sign
+
+* Mon Oct 25 2010 Pravin Satpute <psatpute at redhat.com> - 2.4.3-6
+- fixed bug 639977, resolved problem of ligature rendering with gedit and oowriter
+
+* Wed Aug 25 2010 Pravin Satpute <psatpute at redhat.com> - 2.4.3-5
+- fixed bug 623995, problem with kwrite/qt
+
+* Fri Apr 16 2010 Pravin Satpute <psatpute at redhat.com> - 2.4.3-4
+- fixed bug 578037, conf file
+
+* Sun Dec 13 2009 Pravin Satpute <psatpute at redhat.com> - 2.4.3-3
+- fixed bug 548686, license field
+- corrected source url
+
+* Fri Sep 25 2009 Pravin Satpute <psatpute at redhat.com> - 2.4.3-2
+- updated specs
+
+* Fri Sep 11 2009 Pravin Satpute <psatpute at redhat.com> - 2.4.3-1
+- first release after lohit-fonts split in new tarball
diff --git a/sources b/sources
index e69de29..6db9c54 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+df092da7474652f7262caaff0e06271d  lohit-odia-2.5.5.tar.gz


More information about the fonts-bugs mailing list