Author: pnemade
Update of /cvs/pkgs/rpms/jomolhari-fonts/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15038
Modified Files: jomolhari-fonts.spec Added Files: jomolhari-fonts-fontconfig.conf Log Message: Resolves:rh#586241 - No fontconfig config files provided
--- NEW FILE jomolhari-fonts-fontconfig.conf --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <!-- Generic names --> <alias> <family>Jomolhari</family> <default> <family>serif</family> </default> </alias> <!-- Locale-specfic overrides --> <match> <test name="lang"> <string>bo-cn</string> <string>bo-in</string> <string>bo</string> <string>dz-bt</string> <string>dz</string> </test> <test name="family"> <string>serif</string> </test> <edit name="family" mode="prepend"> <string>Jomolhari</string> </edit> </match> </fontconfig>
Index: jomolhari-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/jomolhari-fonts/devel/jomolhari-fonts.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- jomolhari-fonts.spec 25 Jul 2009 04:06:57 -0000 1.6 +++ jomolhari-fonts.spec 27 Jul 2010 10:09:25 -0000 1.7 @@ -1,15 +1,16 @@ -%define fontname jomolhari +%global fontname jomolhari +%global fontconf 65-0-%{fontname}.conf
Name: %{fontname}-fonts Version: 0.003 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Jomolhari a Bhutanese style font for Tibetan and Dzongkha
Group: User Interface/X License: OFL URL: http://chris.fynn.googlepages.com/jomolhari Source0: http://chris.fynn.googlepages.com/jomolhari-alpha003c.zip -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Source1: %{name}-fontconfig.conf
BuildArch: noarch BuildRequires: fontpackages-devel @@ -28,8 +29,6 @@ The font supports the standard combinati # Empty build section
%install -rm -rf %{buildroot} - install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
@@ -39,14 +38,13 @@ do mv -f ${i}.tmp $i done
-%clean -rm -fr %{buildroot} - %_font_pkg *.ttf %doc FONTLOG.txt OFL-FAQ.txt OFL.txt -%dir %{_fontdir}
%changelog +* Tue Jul 27 2010 Parag <pnemade AT redhat.com> - 0.003-9 +- Resolves:rh#586241 - No fontconfig config files provided + * Fri Jul 24 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.003-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fonts-bugs@lists.fedoraproject.org