diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c7d852 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jomolhari-alpha003c.zip diff --git a/.jomolhari-fonts.metadata b/.jomolhari-fonts.metadata new file mode 100644 index 0000000..d1d2694 --- /dev/null +++ b/.jomolhari-fonts.metadata @@ -0,0 +1 @@ +90d3d27b041029ccfc290d02f0047dd432aa6ace SOURCES/jomolhari-alpha003c.zip diff --git a/SOURCES/jomolhari-fonts-fontconfig.conf b/SOURCES/jomolhari-fonts-fontconfig.conf new file mode 100644 index 0000000..4160370 --- /dev/null +++ b/SOURCES/jomolhari-fonts-fontconfig.conf @@ -0,0 +1,77 @@ + + + + + + Jomolhari + + serif + + + + + + bo-cn + + + serif + + + Jomolhari + + + + + bo-in + + + serif + + + Jomolhari + + + + + bo + + + serif + + + Jomolhari + + + + + dz-bt + + + serif + + + Jomolhari + + + + + dz + + + serif + + + Jomolhari + + + + + + Jomolhari + + + true + + + + diff --git a/SPECS/jomolhari-fonts.spec b/SPECS/jomolhari-fonts.spec new file mode 100644 index 0000000..d043fb1 --- /dev/null +++ b/SPECS/jomolhari-fonts.spec @@ -0,0 +1,108 @@ +%global fontname jomolhari +%global fontconf 65-0-%{fontname}.conf + +Name: %{fontname}-fonts +Version: 0.003 +Release: 17%{?dist} +Summary: Jomolhari a Bhutanese style font for Tibetan and Dzongkha + +Group: User Interface/X +License: OFL +# Looks like currently following URL is gone now. Maybe temporary issue +#URL: http://chris.fynn.googlepages.com/jomolhari +# Try following URL for this package +#URL: https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari +Source0: http://chris.fynn.googlepages.com/jomolhari-alpha003c.zip +Source1: %{name}-fontconfig.conf + +BuildArch: noarch +BuildRequires: fontpackages-devel +Requires: fontpackages-filesystem + +%description +Jomolhari is an TrueType OpenType Bhutanese style font for Dzongkha and +Tibetan text. It is based on Bhutanese manuscript examples, supports the +Unicode and the Chinese encoding for Tibetan. +The font supports the standard combinations used in most texts. + +%prep +%setup -q -c + +%build +# Empty build section + +%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 %{SOURCE1} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} + +for i in FONTLOG.txt OFL-FAQ.txt OFL.txt +do + tr -d '\r' < $i > ${i}.tmp + mv -f ${i}.tmp $i +done + +%_font_pkg -f 65-0-%{fontname}.conf *.ttf +%doc FONTLOG.txt OFL-FAQ.txt OFL.txt + +%changelog +* Fri Dec 27 2013 Daniel Mach - 0.003-17 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.003-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Nov 23 2012 Parag - 0.003-15 +- Resolves:rh#879544: upstream source url not active + +* Thu Aug 16 2012 Parag - 0.003-14 +- Resolves:rh#847627 - Malformed fontconfig config file + +* Tue Aug 14 2012 Parag - 0.003-13 +- Resolves:rh#847621 - better enabling autohinting by default +- Resolves:rh#847623 - fontconfig file isn't shipped in rpm +- Resolves:rh#847627 - Malformed fontconfig config file + +* Thu Jul 19 2012 Fedora Release Engineering - 0.003-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.003-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.003-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Jul 27 2010 Parag - 0.003-9 +- Resolves:rh#586241 - No fontconfig config files provided + +* Fri Jul 24 2009 Fedora Release Engineering - 0.003-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sun Mar 15 2009 Marcin Garski 0.003-7 +- Update to new fonts guidelines, thanks to Rajeesh K Nambiar (#477403) + +* Wed Feb 25 2009 Fedora Release Engineering - 0.003-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Apr 29 2008 Marcin Garski 0.003-5 +- Update URL + +* Fri Aug 31 2007 Marcin Garski 0.003-4 +- Fix license tag + +* Fri Apr 06 2007 Marcin Garski 0.003-3 +- Update to 0.003c +- Change license from GPL to OFL + +* Fri Mar 23 2007 Marcin Garski 0.003-2 +- Extend description section + +* Mon Mar 12 2007 Marcin Garski 0.003-1 +- Initial specfile